#609727
a dark, vivid green · cool · closest name: olivedrab
RGB
96, 151, 39
HSL
90°, 59%, 37%
CMYK
36, 0, 74, 41
Luminance
0.2477
Every format
| HEX | #609727 |
| RGB | rgb(96, 151, 39) |
| HSL | hsl(90, 59%, 37%) |
| CMYK | cmyk(36%, 0%, 74%, 41%) |
| LAB | lab(56.9 -36.5 50.2) |
| LCH | lch(56.9 62.0 126.0) |
| OKLCH | oklch(0.616 0.152 132.4) |
Copy-ready code
/* CSS */
color: #609727;
background-color: #609727;
/* Tailwind (arbitrary) */
class="text-[#609727] bg-[#609727]"
/* SCSS */
$brand: #609727;
/* SwiftUI */
Color(red: 0.376, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#609727")Accessibility — WCAG contrast
Aa
#609727 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#609727 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green59.2%
Blue15.3%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow74.2%
Key (black)40.8%
Color previews
#609727 text on a black background
contrast 5.95:1
Card sample
#609727 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #609727;
Background color
Panel with #609727 background
background-color: #609727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #609727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #609727; background: linear-gradient(135deg, #609727, #279739);