#4e7a16
a dark, vivid green · cool · closest name: olivedrab
RGB
78, 122, 22
HSL
86°, 69%, 28%
CMYK
36, 0, 82, 52
Luminance
0.1560
Every format
| HEX | #4e7a16 |
| RGB | rgb(78, 122, 22) |
| HSL | hsl(86, 69%, 28%) |
| CMYK | cmyk(36%, 0%, 82%, 52%) |
| LAB | lab(46.4 -31.2 45.8) |
| LCH | lch(46.4 55.4 124.3) |
| OKLCH | oklch(0.528 0.134 131.3) |
Copy-ready code
/* CSS */
color: #4e7a16;
background-color: #4e7a16;
/* Tailwind (arbitrary) */
class="text-[#4e7a16] bg-[#4e7a16]"
/* SCSS */
$brand: #4e7a16;
/* SwiftUI */
Color(red: 0.306, green: 0.478, blue: 0.086)
/* Android */
Color.parseColor("#4e7a16")Accessibility — WCAG contrast
Aa
#4e7a16 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4e7a16 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green47.8%
Blue8.6%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow82.0%
Key (black)52.2%
Color previews
#4e7a16 text on a black background
contrast 4.12:1
Card sample
#4e7a16 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e7a16;
Background color
Panel with #4e7a16 background
background-color: #4e7a16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e7a16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 122, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 122, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e7a16; background: linear-gradient(135deg, #4e7a16, #167A21);