#769021
a dark, vivid green · cool · closest name: olivedrab
RGB
118, 144, 33
HSL
74°, 63%, 35%
CMYK
18, 0, 77, 44
Luminance
0.2391
Every format
| HEX | #769021 |
| RGB | rgb(118, 144, 33) |
| HSL | hsl(74, 63%, 35%) |
| CMYK | cmyk(18%, 0%, 77%, 44%) |
| LAB | lab(56.0 -24.7 51.9) |
| LCH | lch(56.0 57.5 115.4) |
| OKLCH | oklch(0.612 0.136 122.3) |
Copy-ready code
/* CSS */
color: #769021;
background-color: #769021;
/* Tailwind (arbitrary) */
class="text-[#769021] bg-[#769021]"
/* SCSS */
$brand: #769021;
/* SwiftUI */
Color(red: 0.463, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#769021")Accessibility — WCAG contrast
Aa
#769021 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#769021 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green56.5%
Blue12.9%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#769021 text on a black background
contrast 5.78:1
Card sample
#769021 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #769021;
Background color
Panel with #769021 background
background-color: #769021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #769021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #769021; background: linear-gradient(135deg, #769021, #2C9021);