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