#719213
a dark, electric green · cool · closest name: olivedrab
RGB
113, 146, 19
HSL
76°, 77%, 32%
CMYK
23, 0, 87, 43
Luminance
0.2412
Every format
| HEX | #719213 |
| RGB | rgb(113, 146, 19) |
| HSL | hsl(76, 77%, 32%) |
| CMYK | cmyk(23%, 0%, 87%, 43%) |
| LAB | lab(56.2 -28.4 56.0) |
| LCH | lch(56.2 62.8 116.9) |
| OKLCH | oklch(0.613 0.147 124.5) |
Copy-ready code
/* CSS */
color: #719213;
background-color: #719213;
/* Tailwind (arbitrary) */
class="text-[#719213] bg-[#719213]"
/* SCSS */
$brand: #719213;
/* SwiftUI */
Color(red: 0.443, green: 0.573, blue: 0.075)
/* Android */
Color.parseColor("#719213")Accessibility — WCAG contrast
Aa
#719213 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#719213 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green57.3%
Blue7.5%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow87.0%
Key (black)42.7%
Color previews
#719213 text on a black background
contrast 5.82:1
Card sample
#719213 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #719213;
Background color
Panel with #719213 background
background-color: #719213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #719213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 146, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 146, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #719213; background: linear-gradient(135deg, #719213, #1C9213);