#799310
a dark, electric green · cool · closest name: olivedrab
RGB
121, 147, 16
HSL
72°, 80%, 32%
CMYK
18, 0, 89, 42
Luminance
0.2497
Every format
| HEX | #799310 |
| RGB | rgb(121, 147, 16) |
| HSL | hsl(72, 80%, 32%) |
| CMYK | cmyk(18%, 0%, 89%, 42%) |
| LAB | lab(57.0 -25.5 57.6) |
| LCH | lch(57.0 63.0 113.9) |
| OKLCH | oklch(0.621 0.145 121.6) |
Copy-ready code
/* CSS */
color: #799310;
background-color: #799310;
/* Tailwind (arbitrary) */
class="text-[#799310] bg-[#799310]"
/* SCSS */
$brand: #799310;
/* SwiftUI */
Color(red: 0.475, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#799310")Accessibility — WCAG contrast
Aa
#799310 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#799310 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green57.6%
Blue6.3%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#799310 text on a black background
contrast 5.99:1
Card sample
#799310 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #799310;
Background color
Panel with #799310 background
background-color: #799310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #799310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #799310; background: linear-gradient(135deg, #799310, #229310);