#75a607
a dark, electric green · cool · closest name: olivedrab
RGB
117, 166, 7
HSL
79°, 92%, 34%
CMYK
30, 0, 96, 35
Luminance
0.3107
Every format
| HEX | #75a607 |
| RGB | rgb(117, 166, 7) |
| HSL | hsl(79, 92%, 34%) |
| CMYK | cmyk(30%, 0%, 96%, 35%) |
| LAB | lab(62.6 -36.3 63.4) |
| LCH | lch(62.6 73.1 119.8) |
| OKLCH | oklch(0.665 0.172 127.8) |
Copy-ready code
/* CSS */
color: #75a607;
background-color: #75a607;
/* Tailwind (arbitrary) */
class="text-[#75a607] bg-[#75a607]"
/* SCSS */
$brand: #75a607;
/* SwiftUI */
Color(red: 0.459, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#75a607")Accessibility — WCAG contrast
Aa
#75a607 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75a607 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green65.1%
Blue2.7%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow95.8%
Key (black)34.9%
Color previews
#75a607 text on a black background
contrast 7.21:1
Card sample
#75a607 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75a607;
Background color
Panel with #75a607 background
background-color: #75a607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75a607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75a607; background: linear-gradient(135deg, #75a607, #0BA607);