#729310
a dark, electric green · cool · closest name: olivedrab
RGB
114, 147, 16
HSL
75°, 80%, 32%
CMYK
22, 0, 89, 42
Luminance
0.2448
Every format
| HEX | #729310 |
| RGB | rgb(114, 147, 16) |
| HSL | hsl(75, 80%, 32%) |
| CMYK | cmyk(22%, 0%, 89%, 42%) |
| LAB | lab(56.6 -28.5 57.0) |
| LCH | lch(56.6 63.8 116.6) |
| OKLCH | oklch(0.616 0.149 124.3) |
Copy-ready code
/* CSS */
color: #729310;
background-color: #729310;
/* Tailwind (arbitrary) */
class="text-[#729310] bg-[#729310]"
/* SCSS */
$brand: #729310;
/* SwiftUI */
Color(red: 0.447, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#729310")Accessibility — WCAG contrast
Aa
#729310 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#729310 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green57.6%
Blue6.3%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#729310 text on a black background
contrast 5.90:1
Card sample
#729310 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #729310;
Background color
Panel with #729310 background
background-color: #729310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #729310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #729310; background: linear-gradient(135deg, #729310, #1B9310);