#76b913
a dark, electric green · cool · closest name: olivedrab
RGB
118, 185, 19
HSL
84°, 81%, 40%
CMYK
36, 0, 90, 28
Luminance
0.3860
Every format
| HEX | #76b913 |
| RGB | rgb(118, 185, 19) |
| HSL | hsl(84, 81%, 40%) |
| CMYK | cmyk(36%, 0%, 90%, 28%) |
| LAB | lab(68.5 -44.0 66.5) |
| LCH | lch(68.5 79.7 123.5) |
| OKLCH | oklch(0.713 0.191 131.1) |
Copy-ready code
/* CSS */
color: #76b913;
background-color: #76b913;
/* Tailwind (arbitrary) */
class="text-[#76b913] bg-[#76b913]"
/* SCSS */
$brand: #76b913;
/* SwiftUI */
Color(red: 0.463, green: 0.725, blue: 0.075)
/* Android */
Color.parseColor("#76b913")Accessibility — WCAG contrast
Aa
#76b913 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76b913 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green72.5%
Blue7.5%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow89.7%
Key (black)27.5%
Color previews
#76b913 text on a black background
contrast 8.72:1
Card sample
#76b913 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76b913;
Background color
Panel with #76b913 background
background-color: #76b913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76b913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 185, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 185, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76b913; background: linear-gradient(135deg, #76b913, #13B91F);