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