#709727
a dark, vivid green · cool · closest name: olivedrab
RGB
112, 151, 39
HSL
81°, 59%, 37%
CMYK
26, 0, 74, 41
Luminance
0.2572
Every format
| HEX | #709727 |
| RGB | rgb(112, 151, 39) |
| HSL | hsl(81, 59%, 37%) |
| CMYK | cmyk(26%, 0%, 74%, 41%) |
| LAB | lab(57.8 -30.3 51.4) |
| LCH | lch(57.8 59.6 120.5) |
| OKLCH | oklch(0.626 0.144 127.1) |
Copy-ready code
/* CSS */
color: #709727;
background-color: #709727;
/* Tailwind (arbitrary) */
class="text-[#709727] bg-[#709727]"
/* SCSS */
$brand: #709727;
/* SwiftUI */
Color(red: 0.439, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#709727")Accessibility — WCAG contrast
Aa
#709727 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#709727 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green59.2%
Blue15.3%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow74.2%
Key (black)40.8%
Color previews
#709727 text on a black background
contrast 6.14:1
Card sample
#709727 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #709727;
Background color
Panel with #709727 background
background-color: #709727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #709727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #709727; background: linear-gradient(135deg, #709727, #279729);