#75871c
a dark, vivid green · cool · closest name: olivedrab
RGB
117, 135, 28
HSL
70°, 66%, 32%
CMYK
13, 0, 79, 47
Luminance
0.2119
Every format
| HEX | #75871c |
| RGB | rgb(117, 135, 28) |
| HSL | hsl(70, 66%, 32%) |
| CMYK | cmyk(13%, 0%, 79%, 47%) |
| LAB | lab(53.2 -20.8 51.0) |
| LCH | lch(53.2 55.0 112.2) |
| OKLCH | oklch(0.589 0.128 119.1) |
Copy-ready code
/* CSS */
color: #75871c;
background-color: #75871c;
/* Tailwind (arbitrary) */
class="text-[#75871c] bg-[#75871c]"
/* SCSS */
$brand: #75871c;
/* SwiftUI */
Color(red: 0.459, green: 0.529, blue: 0.110)
/* Android */
Color.parseColor("#75871c")Accessibility — WCAG contrast
Aa
#75871c on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#75871c on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green52.9%
Blue11.0%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow79.3%
Key (black)47.1%
Color previews
#75871c text on a black background
contrast 5.24:1
Card sample
#75871c text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75871c;
Background color
Panel with #75871c background
background-color: #75871c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75871c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 135, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 135, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75871c; background: linear-gradient(135deg, #75871c, #2E871C);