#758621
a dark, vivid green · cool · closest name: olivedrab
RGB
117, 134, 33
HSL
70°, 61%, 33%
CMYK
13, 0, 75, 48
Luminance
0.2094
Every format
| HEX | #758621 |
| RGB | rgb(117, 134, 33) |
| HSL | hsl(70, 61%, 33%) |
| CMYK | cmyk(13%, 0%, 75%, 48%) |
| LAB | lab(52.9 -20.1 49.0) |
| LCH | lch(52.9 52.9 112.3) |
| OKLCH | oklch(0.587 0.124 118.8) |
Copy-ready code
/* CSS */
color: #758621;
background-color: #758621;
/* Tailwind (arbitrary) */
class="text-[#758621] bg-[#758621]"
/* SCSS */
$brand: #758621;
/* SwiftUI */
Color(red: 0.459, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#758621")Accessibility — WCAG contrast
Aa
#758621 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#758621 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green52.5%
Blue12.9%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#758621 text on a black background
contrast 5.19:1
Card sample
#758621 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #758621;
Background color
Panel with #758621 background
background-color: #758621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #758621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #758621; background: linear-gradient(135deg, #758621, #328621);