#667733
a dark, soft green · cool · closest name: olivedrab
RGB
102, 119, 51
HSL
75°, 40%, 33%
CMYK
14, 0, 57, 53
Luminance
0.1626
Every format
| HEX | #667733 |
| RGB | rgb(102, 119, 51) |
| HSL | hsl(75, 40%, 33%) |
| CMYK | cmyk(14%, 0%, 57%, 53%) |
| LAB | lab(47.3 -17.4 34.8) |
| LCH | lch(47.3 38.9 116.7) |
| OKLCH | oklch(0.540 0.096 121.4) |
Copy-ready code
/* CSS */
color: #667733;
background-color: #667733;
/* Tailwind (arbitrary) */
class="text-[#667733] bg-[#667733]"
/* SCSS */
$brand: #667733;
/* SwiftUI */
Color(red: 0.400, green: 0.467, blue: 0.200)
/* Android */
Color.parseColor("#667733")Accessibility — WCAG contrast
Aa
#667733 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#667733 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green46.7%
Blue20.0%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow57.1%
Key (black)53.3%
Color previews
#667733 text on a black background
contrast 4.25:1
Card sample
#667733 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667733;
Background color
Panel with #667733 background
background-color: #667733;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667733;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 119, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 119, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667733; background: linear-gradient(135deg, #667733, #397733);