#729913
a dark, electric green · cool · closest name: olivedrab
RGB
114, 153, 19
HSL
78°, 78%, 34%
CMYK
26, 0, 88, 40
Luminance
0.2641
Every format
| HEX | #729913 |
| RGB | rgb(114, 153, 19) |
| HSL | hsl(78, 78%, 34%) |
| CMYK | cmyk(26%, 0%, 88%, 40%) |
| LAB | lab(58.4 -31.3 58.0) |
| LCH | lch(58.4 65.8 118.4) |
| OKLCH | oklch(0.631 0.155 126.0) |
Copy-ready code
/* CSS */
color: #729913;
background-color: #729913;
/* Tailwind (arbitrary) */
class="text-[#729913] bg-[#729913]"
/* SCSS */
$brand: #729913;
/* SwiftUI */
Color(red: 0.447, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#729913")Accessibility — WCAG contrast
Aa
#729913 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#729913 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green60.0%
Blue7.5%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow87.6%
Key (black)40.0%
Color previews
#729913 text on a black background
contrast 6.28:1
Card sample
#729913 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #729913;
Background color
Panel with #729913 background
background-color: #729913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #729913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #729913; background: linear-gradient(135deg, #729913, #199913);