#708607
a dark, electric green · cool · closest name: olivedrab
RGB
112, 134, 7
HSL
70°, 90%, 28%
CMYK
16, 0, 95, 48
Luminance
0.2051
Every format
| HEX | #708607 |
| RGB | rgb(112, 134, 7) |
| HSL | hsl(70, 90%, 28%) |
| CMYK | cmyk(16%, 0%, 95%, 48%) |
| LAB | lab(52.4 -23.2 55.2) |
| LCH | lch(52.4 59.9 112.8) |
| OKLCH | oklch(0.582 0.137 120.6) |
Copy-ready code
/* CSS */
color: #708607;
background-color: #708607;
/* Tailwind (arbitrary) */
class="text-[#708607] bg-[#708607]"
/* SCSS */
$brand: #708607;
/* SwiftUI */
Color(red: 0.439, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#708607")Accessibility — WCAG contrast
Aa
#708607 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#708607 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green52.5%
Blue2.7%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#708607 text on a black background
contrast 5.10:1
Card sample
#708607 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #708607;
Background color
Panel with #708607 background
background-color: #708607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #708607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #708607; background: linear-gradient(135deg, #708607, #1B8607);