#73a310
a dark, electric green · cool · closest name: olivedrab
RGB
115, 163, 16
HSL
80°, 82%, 35%
CMYK
29, 0, 90, 36
Luminance
0.2988
Every format
| HEX | #73a310 |
| RGB | rgb(115, 163, 16) |
| HSL | hsl(80, 82%, 35%) |
| CMYK | cmyk(29%, 0%, 90%, 36%) |
| LAB | lab(61.5 -35.6 61.2) |
| LCH | lch(61.5 70.8 120.2) |
| OKLCH | oklch(0.657 0.167 128.0) |
Copy-ready code
/* CSS */
color: #73a310;
background-color: #73a310;
/* Tailwind (arbitrary) */
class="text-[#73a310] bg-[#73a310]"
/* SCSS */
$brand: #73a310;
/* SwiftUI */
Color(red: 0.451, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#73a310")Accessibility — WCAG contrast
Aa
#73a310 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#73a310 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green63.9%
Blue6.3%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#73a310 text on a black background
contrast 6.98:1
Card sample
#73a310 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73a310;
Background color
Panel with #73a310 background
background-color: #73a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73a310; background: linear-gradient(135deg, #73a310, #11A310);