#669607
a dark, electric green · cool · closest name: olivedrab
RGB
102, 150, 7
HSL
80°, 91%, 31%
CMYK
32, 0, 95, 41
Luminance
0.2465
Every format
| HEX | #669607 |
| RGB | rgb(102, 150, 7) |
| HSL | hsl(80, 91%, 31%) |
| CMYK | cmyk(32%, 0%, 95%, 41%) |
| LAB | lab(56.7 -35.0 58.4) |
| LCH | lch(56.7 68.1 120.9) |
| OKLCH | oklch(0.615 0.161 128.9) |
Copy-ready code
/* CSS */
color: #669607;
background-color: #669607;
/* Tailwind (arbitrary) */
class="text-[#669607] bg-[#669607]"
/* SCSS */
$brand: #669607;
/* SwiftUI */
Color(red: 0.400, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#669607")Accessibility — WCAG contrast
Aa
#669607 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#669607 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green58.8%
Blue2.7%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow95.3%
Key (black)41.2%
Color previews
#669607 text on a black background
contrast 5.93:1
Card sample
#669607 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #669607;
Background color
Panel with #669607 background
background-color: #669607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #669607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #669607; background: linear-gradient(135deg, #669607, #079607);