#77830c
a dark, electric yellow · cool · closest name: olive
RGB
119, 131, 12
HSL
66°, 83%, 28%
CMYK
9, 0, 91, 49
Luminance
0.2018
Every format
| HEX | #77830c |
| RGB | rgb(119, 131, 12) |
| HSL | hsl(66, 83%, 28%) |
| CMYK | cmyk(9%, 0%, 91%, 49%) |
| LAB | lab(52.0 -18.4 54.3) |
| LCH | lch(52.0 57.3 108.7) |
| OKLCH | oklch(0.580 0.129 116.1) |
Copy-ready code
/* CSS */
color: #77830c;
background-color: #77830c;
/* Tailwind (arbitrary) */
class="text-[#77830c] bg-[#77830c]"
/* SCSS */
$brand: #77830c;
/* SwiftUI */
Color(red: 0.467, green: 0.514, blue: 0.047)
/* Android */
Color.parseColor("#77830c")Accessibility — WCAG contrast
Aa
#77830c on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#77830c on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green51.4%
Blue4.7%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow90.8%
Key (black)48.6%
Color previews
#77830c text on a black background
contrast 5.04:1
Card sample
#77830c text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77830c;
Background color
Panel with #77830c background
background-color: #77830c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77830c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 131, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 131, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77830c; background: linear-gradient(135deg, #77830c, #28830C);