#456513
a deep, vivid green · cool · closest name: olivedrab
RGB
69, 101, 19
HSL
83°, 68%, 24%
CMYK
32, 0, 81, 60
Luminance
0.1062
Every format
| HEX | #456513 |
| RGB | rgb(69, 101, 19) |
| HSL | hsl(83, 68%, 24%) |
| CMYK | cmyk(32%, 0%, 81%, 60%) |
| LAB | lab(38.9 -25.0 39.5) |
| LCH | lch(38.9 46.8 122.3) |
| OKLCH | oklch(0.465 0.113 129.2) |
Copy-ready code
/* CSS */
color: #456513;
background-color: #456513;
/* Tailwind (arbitrary) */
class="text-[#456513] bg-[#456513]"
/* SCSS */
$brand: #456513;
/* SwiftUI */
Color(red: 0.271, green: 0.396, blue: 0.075)
/* Android */
Color.parseColor("#456513")Accessibility — WCAG contrast
Aa
#456513 on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#456513 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green39.6%
Blue7.5%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow81.2%
Key (black)60.4%
Color previews
#456513 text on a black background
contrast 3.12:1
Card sample
#456513 text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #456513;
Background color
Panel with #456513 background
background-color: #456513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #456513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 101, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 101, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #456513; background: linear-gradient(135deg, #456513, #136518);