#659727
a dark, vivid green · cool · closest name: olivedrab
RGB
101, 151, 39
HSL
87°, 59%, 37%
CMYK
33, 0, 74, 41
Luminance
0.2505
Every format
| HEX | #659727 |
| RGB | rgb(101, 151, 39) |
| HSL | hsl(87, 59%, 37%) |
| CMYK | cmyk(33%, 0%, 74%, 41%) |
| LAB | lab(57.1 -34.6 50.5) |
| LCH | lch(57.1 61.2 124.4) |
| OKLCH | oklch(0.619 0.150 130.9) |
Copy-ready code
/* CSS */
color: #659727;
background-color: #659727;
/* Tailwind (arbitrary) */
class="text-[#659727] bg-[#659727]"
/* SCSS */
$brand: #659727;
/* SwiftUI */
Color(red: 0.396, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#659727")Accessibility — WCAG contrast
Aa
#659727 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#659727 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green59.2%
Blue15.3%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow74.2%
Key (black)40.8%
Color previews
#659727 text on a black background
contrast 6.01:1
Card sample
#659727 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #659727;
Background color
Panel with #659727 background
background-color: #659727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #659727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #659727; background: linear-gradient(135deg, #659727, #279734);