#78a60e
a dark, electric green · cool · closest name: olivedrab
RGB
120, 166, 14
HSL
78°, 84%, 35%
CMYK
28, 0, 92, 35
Luminance
0.3130
Every format
| HEX | #78a60e |
| RGB | rgb(120, 166, 14) |
| HSL | hsl(78, 84%, 35%) |
| CMYK | cmyk(28%, 0%, 92%, 35%) |
| LAB | lab(62.8 -35.0 62.6) |
| LCH | lch(62.8 71.8 119.2) |
| OKLCH | oklch(0.667 0.169 127.1) |
Copy-ready code
/* CSS */
color: #78a60e;
background-color: #78a60e;
/* Tailwind (arbitrary) */
class="text-[#78a60e] bg-[#78a60e]"
/* SCSS */
$brand: #78a60e;
/* SwiftUI */
Color(red: 0.471, green: 0.651, blue: 0.055)
/* Android */
Color.parseColor("#78a60e")Accessibility — WCAG contrast
Aa
#78a60e on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78a60e on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green65.1%
Blue5.5%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow91.6%
Key (black)34.9%
Color previews
#78a60e text on a black background
contrast 7.26:1
Card sample
#78a60e text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78a60e;
Background color
Panel with #78a60e background
background-color: #78a60e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78a60e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 166, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 166, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78a60e; background: linear-gradient(135deg, #78a60e, #13A60E);