#749310
a dark, electric green · cool · closest name: olivedrab
RGB
116, 147, 16
HSL
74°, 80%, 32%
CMYK
21, 0, 89, 42
Luminance
0.2462
Every format
| HEX | #749310 |
| RGB | rgb(116, 147, 16) |
| HSL | hsl(74, 80%, 32%) |
| CMYK | cmyk(21%, 0%, 89%, 42%) |
| LAB | lab(56.7 -27.7 57.2) |
| LCH | lch(56.7 63.5 115.8) |
| OKLCH | oklch(0.617 0.148 123.5) |
Copy-ready code
/* CSS */
color: #749310;
background-color: #749310;
/* Tailwind (arbitrary) */
class="text-[#749310] bg-[#749310]"
/* SCSS */
$brand: #749310;
/* SwiftUI */
Color(red: 0.455, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#749310")Accessibility — WCAG contrast
Aa
#749310 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#749310 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green57.6%
Blue6.3%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#749310 text on a black background
contrast 5.92:1
Card sample
#749310 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #749310;
Background color
Panel with #749310 background
background-color: #749310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #749310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #749310; background: linear-gradient(135deg, #749310, #1D9310);