#78a310
a dark, electric green · cool · closest name: olivedrab
RGB
120, 163, 16
HSL
78°, 82%, 35%
CMYK
26, 0, 90, 36
Luminance
0.3022
Every format
| HEX | #78a310 |
| RGB | rgb(120, 163, 16) |
| HSL | hsl(78, 82%, 35%) |
| CMYK | cmyk(26%, 0%, 90%, 36%) |
| LAB | lab(61.9 -33.6 61.6) |
| LCH | lch(61.9 70.1 118.6) |
| OKLCH | oklch(0.660 0.165 126.4) |
Copy-ready code
/* CSS */
color: #78a310;
background-color: #78a310;
/* Tailwind (arbitrary) */
class="text-[#78a310] bg-[#78a310]"
/* SCSS */
$brand: #78a310;
/* SwiftUI */
Color(red: 0.471, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#78a310")Accessibility — WCAG contrast
Aa
#78a310 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78a310 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green63.9%
Blue6.3%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#78a310 text on a black background
contrast 7.04:1
Card sample
#78a310 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78a310;
Background color
Panel with #78a310 background
background-color: #78a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78a310; background: linear-gradient(135deg, #78a310, #16A310);