#669200
a dark, electric green · cool · closest name: olivedrab
RGB
102, 146, 0
HSL
78°, 100%, 29%
CMYK
30, 0, 100, 43
Luminance
0.2338
Every format
| HEX | #669200 |
| RGB | rgb(102, 146, 0) |
| HSL | hsl(78, 100%, 29%) |
| CMYK | cmyk(30%, 0%, 100%, 43%) |
| LAB | lab(55.5 -33.4 58.5) |
| LCH | lch(55.5 67.4 119.7) |
| OKLCH | oklch(0.605 0.158 127.9) |
Copy-ready code
/* CSS */
color: #669200;
background-color: #669200;
/* Tailwind (arbitrary) */
class="text-[#669200] bg-[#669200]"
/* SCSS */
$brand: #669200;
/* SwiftUI */
Color(red: 0.400, green: 0.573, blue: 0.000)
/* Android */
Color.parseColor("#669200")Accessibility — WCAG contrast
Aa
#669200 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#669200 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green57.3%
Blue0.0%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow100.0%
Key (black)42.7%
Color previews
#669200 text on a black background
contrast 5.68:1
Card sample
#669200 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #669200;
Background color
Panel with #669200 background
background-color: #669200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #669200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 146, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 146, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #669200; background: linear-gradient(135deg, #669200, #059200);