#78a01b
a dark, vivid green · cool · closest name: olivedrab
RGB
120, 160, 27
HSL
78°, 71%, 37%
CMYK
25, 0, 83, 37
Luminance
0.2921
Every format
| HEX | #78a01b |
| RGB | rgb(120, 160, 27) |
| HSL | hsl(78, 71%, 37%) |
| CMYK | cmyk(25%, 0%, 83%, 37%) |
| LAB | lab(61.0 -31.8 58.4) |
| LCH | lch(61.0 66.5 118.6) |
| OKLCH | oklch(0.653 0.157 126.0) |
Copy-ready code
/* CSS */
color: #78a01b;
background-color: #78a01b;
/* Tailwind (arbitrary) */
class="text-[#78a01b] bg-[#78a01b]"
/* SCSS */
$brand: #78a01b;
/* SwiftUI */
Color(red: 0.471, green: 0.627, blue: 0.106)
/* Android */
Color.parseColor("#78a01b")Accessibility — WCAG contrast
Aa
#78a01b on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#78a01b on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green62.7%
Blue10.6%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow83.1%
Key (black)37.3%
Color previews
#78a01b text on a black background
contrast 6.84:1
Card sample
#78a01b text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78a01b;
Background color
Panel with #78a01b background
background-color: #78a01b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78a01b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 160, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 160, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78a01b; background: linear-gradient(135deg, #78a01b, #1FA01B);