#75813f
a dark, soft green · cool · closest name: olivedrab
RGB
117, 129, 63
HSL
71°, 34%, 38%
CMYK
9, 0, 51, 49
Luminance
0.1984
Every format
| HEX | #75813f |
| RGB | rgb(117, 129, 63) |
| HSL | hsl(71, 34%, 38%) |
| CMYK | cmyk(9%, 0%, 51%, 49%) |
| LAB | lab(51.7 -15.1 34.0) |
| LCH | lch(51.7 37.2 113.9) |
| OKLCH | oklch(0.578 0.091 117.9) |
Copy-ready code
/* CSS */
color: #75813f;
background-color: #75813f;
/* Tailwind (arbitrary) */
class="text-[#75813f] bg-[#75813f]"
/* SCSS */
$brand: #75813f;
/* SwiftUI */
Color(red: 0.459, green: 0.506, blue: 0.247)
/* Android */
Color.parseColor("#75813f")Accessibility — WCAG contrast
Aa
#75813f on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#75813f on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green50.6%
Blue24.7%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow51.2%
Key (black)49.4%
Color previews
#75813f text on a black background
contrast 4.97:1
Card sample
#75813f text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75813f;
Background color
Panel with #75813f background
background-color: #75813f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75813f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 129, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 129, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75813f; background: linear-gradient(135deg, #75813f, #49813F);