#769713
a dark, electric green · cool · closest name: olivedrab
RGB
118, 151, 19
HSL
75°, 78%, 33%
CMYK
22, 0, 87, 41
Luminance
0.2603
Every format
| HEX | #769713 |
| RGB | rgb(118, 151, 19) |
| HSL | hsl(75, 78%, 33%) |
| CMYK | cmyk(22%, 0%, 87%, 41%) |
| LAB | lab(58.1 -28.7 57.8) |
| LCH | lch(58.1 64.5 116.4) |
| OKLCH | oklch(0.629 0.151 124.1) |
Copy-ready code
/* CSS */
color: #769713;
background-color: #769713;
/* Tailwind (arbitrary) */
class="text-[#769713] bg-[#769713]"
/* SCSS */
$brand: #769713;
/* SwiftUI */
Color(red: 0.463, green: 0.592, blue: 0.075)
/* Android */
Color.parseColor("#769713")Accessibility — WCAG contrast
Aa
#769713 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#769713 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green59.2%
Blue7.5%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow87.4%
Key (black)40.8%
Color previews
#769713 text on a black background
contrast 6.21:1
Card sample
#769713 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #769713;
Background color
Panel with #769713 background
background-color: #769713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #769713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 151, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 151, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #769713; background: linear-gradient(135deg, #769713, #1E9713);