#609911
a dark, electric green · cool · closest name: olivedrab
RGB
96, 153, 17
HSL
85°, 80%, 33%
CMYK
37, 0, 89, 40
Luminance
0.2531
Every format
| HEX | #609911 |
| RGB | rgb(96, 153, 17) |
| HSL | hsl(85, 80%, 33%) |
| CMYK | cmyk(37%, 0%, 89%, 40%) |
| LAB | lab(57.4 -38.4 57.1) |
| LCH | lch(57.4 68.8 123.9) |
| OKLCH | oklch(0.620 0.165 131.5) |
Copy-ready code
/* CSS */
color: #609911;
background-color: #609911;
/* Tailwind (arbitrary) */
class="text-[#609911] bg-[#609911]"
/* SCSS */
$brand: #609911;
/* SwiftUI */
Color(red: 0.376, green: 0.600, blue: 0.067)
/* Android */
Color.parseColor("#609911")Accessibility — WCAG contrast
Aa
#609911 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#609911 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green60.0%
Blue6.7%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow88.9%
Key (black)40.0%
Color previews
#609911 text on a black background
contrast 6.06:1
Card sample
#609911 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #609911;
Background color
Panel with #609911 background
background-color: #609911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #609911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 153, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 153, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #609911; background: linear-gradient(135deg, #609911, #11991D);