#516613
a deep, vivid green · cool · closest name: olivedrab
RGB
81, 102, 19
HSL
75°, 69%, 24%
CMYK
21, 0, 81, 60
Luminance
0.1130
Every format
| HEX | #516613 |
| RGB | rgb(81, 102, 19) |
| HSL | hsl(75, 69%, 24%) |
| CMYK | cmyk(21%, 0%, 81%, 60%) |
| LAB | lab(40.1 -20.2 40.9) |
| LCH | lch(40.1 45.6 116.3) |
| OKLCH | oklch(0.477 0.108 123.3) |
Copy-ready code
/* CSS */
color: #516613;
background-color: #516613;
/* Tailwind (arbitrary) */
class="text-[#516613] bg-[#516613]"
/* SCSS */
$brand: #516613;
/* SwiftUI */
Color(red: 0.318, green: 0.400, blue: 0.075)
/* Android */
Color.parseColor("#516613")Accessibility — WCAG contrast
Aa
#516613 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#516613 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green40.0%
Blue7.5%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow81.4%
Key (black)60.0%
Color previews
#516613 text on a black background
contrast 3.26:1
Card sample
#516613 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #516613;
Background color
Panel with #516613 background
background-color: #516613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #516613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 102, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 102, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #516613; background: linear-gradient(135deg, #516613, #1A6613);