#709c00
a dark, electric green · cool · closest name: olivedrab
RGB
112, 156, 0
HSL
77°, 100%, 31%
CMYK
28, 0, 100, 39
Luminance
0.2722
Every format
| HEX | #709c00 |
| RGB | rgb(112, 156, 0) |
| HSL | hsl(77, 100%, 31%) |
| CMYK | cmyk(28%, 0%, 100%, 39%) |
| LAB | lab(59.2 -33.9 61.6) |
| LCH | lch(59.2 70.3 118.8) |
| OKLCH | oklch(0.637 0.164 127.0) |
Copy-ready code
/* CSS */
color: #709c00;
background-color: #709c00;
/* Tailwind (arbitrary) */
class="text-[#709c00] bg-[#709c00]"
/* SCSS */
$brand: #709c00;
/* SwiftUI */
Color(red: 0.439, green: 0.612, blue: 0.000)
/* Android */
Color.parseColor("#709c00")Accessibility — WCAG contrast
Aa
#709c00 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#709c00 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green61.2%
Blue0.0%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow100.0%
Key (black)38.8%
Color previews
#709c00 text on a black background
contrast 6.44:1
Card sample
#709c00 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #709c00;
Background color
Panel with #709c00 background
background-color: #709c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #709c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 156, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 156, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #709c00; background: linear-gradient(135deg, #709c00, #089C00);