#749200
a dark, electric green · cool · closest name: olivedrab
RGB
116, 146, 0
HSL
72°, 100%, 29%
CMYK
21, 0, 100, 43
Luminance
0.2427
Every format
| HEX | #749200 |
| RGB | rgb(116, 146, 0) |
| HSL | hsl(72, 100%, 29%) |
| CMYK | cmyk(21%, 0%, 100%, 43%) |
| LAB | lab(56.4 -27.5 59.6) |
| LCH | lch(56.4 65.7 114.8) |
| OKLCH | oklch(0.615 0.151 123.0) |
Copy-ready code
/* CSS */
color: #749200;
background-color: #749200;
/* Tailwind (arbitrary) */
class="text-[#749200] bg-[#749200]"
/* SCSS */
$brand: #749200;
/* SwiftUI */
Color(red: 0.455, green: 0.573, blue: 0.000)
/* Android */
Color.parseColor("#749200")Accessibility — WCAG contrast
Aa
#749200 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#749200 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green57.3%
Blue0.0%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow100.0%
Key (black)42.7%
Color previews
#749200 text on a black background
contrast 5.85:1
Card sample
#749200 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #749200;
Background color
Panel with #749200 background
background-color: #749200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #749200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 146, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 146, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #749200; background: linear-gradient(135deg, #749200, #139200);