#73a108
a dark, electric green · cool · closest name: olivedrab
RGB
115, 161, 8
HSL
78°, 91%, 33%
CMYK
29, 0, 95, 37
Luminance
0.2915
Every format
| HEX | #73a108 |
| RGB | rgb(115, 161, 8) |
| HSL | hsl(78, 91%, 33%) |
| CMYK | cmyk(29%, 0%, 95%, 37%) |
| LAB | lab(60.9 -34.8 61.9) |
| LCH | lch(60.9 71.0 119.4) |
| OKLCH | oklch(0.651 0.167 127.4) |
Copy-ready code
/* CSS */
color: #73a108;
background-color: #73a108;
/* Tailwind (arbitrary) */
class="text-[#73a108] bg-[#73a108]"
/* SCSS */
$brand: #73a108;
/* SwiftUI */
Color(red: 0.451, green: 0.631, blue: 0.031)
/* Android */
Color.parseColor("#73a108")Accessibility — WCAG contrast
Aa
#73a108 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#73a108 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green63.1%
Blue3.1%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow95.0%
Key (black)36.9%
Color previews
#73a108 text on a black background
contrast 6.83:1
Card sample
#73a108 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73a108;
Background color
Panel with #73a108 background
background-color: #73a108;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73a108;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 161, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 161, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73a108; background: linear-gradient(135deg, #73a108, #0DA108);