#667711
a dark, electric green · cool · closest name: olivedrab
RGB
102, 119, 17
HSL
70°, 75%, 27%
CMYK
14, 0, 86, 53
Luminance
0.1606
Every format
| HEX | #667711 |
| RGB | rgb(102, 119, 17) |
| HSL | hsl(70, 75%, 27%) |
| CMYK | cmyk(14%, 0%, 86%, 53%) |
| LAB | lab(47.0 -19.7 48.4) |
| LCH | lch(47.0 52.2 112.2) |
| OKLCH | oklch(0.537 0.120 119.4) |
Copy-ready code
/* CSS */
color: #667711;
background-color: #667711;
/* Tailwind (arbitrary) */
class="text-[#667711] bg-[#667711]"
/* SCSS */
$brand: #667711;
/* SwiftUI */
Color(red: 0.400, green: 0.467, blue: 0.067)
/* Android */
Color.parseColor("#667711")Accessibility — WCAG contrast
Aa
#667711 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#667711 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green46.7%
Blue6.7%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow85.7%
Key (black)53.3%
Color previews
#667711 text on a black background
contrast 4.21:1
Card sample
#667711 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667711;
Background color
Panel with #667711 background
background-color: #667711;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667711;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 119, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 119, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667711; background: linear-gradient(135deg, #667711, #227711);