#709621
a dark, vivid green · cool · closest name: olivedrab
RGB
112, 150, 33
HSL
80°, 64%, 36%
CMYK
25, 0, 78, 41
Luminance
0.2537
Every format
| HEX | #709621 |
| RGB | rgb(112, 150, 33) |
| HSL | hsl(80, 64%, 36%) |
| CMYK | cmyk(25%, 0%, 78%, 41%) |
| LAB | lab(57.4 -30.1 53.1) |
| LCH | lch(57.4 61.1 119.5) |
| OKLCH | oklch(0.623 0.146 126.5) |
Copy-ready code
/* CSS */
color: #709621;
background-color: #709621;
/* Tailwind (arbitrary) */
class="text-[#709621] bg-[#709621]"
/* SCSS */
$brand: #709621;
/* SwiftUI */
Color(red: 0.439, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#709621")Accessibility — WCAG contrast
Aa
#709621 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#709621 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green58.8%
Blue12.9%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow78.0%
Key (black)41.2%
Color previews
#709621 text on a black background
contrast 6.07:1
Card sample
#709621 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #709621;
Background color
Panel with #709621 background
background-color: #709621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #709621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #709621; background: linear-gradient(135deg, #709621, #229621);