#778000
a dark, electric yellow · cool · closest name: olive
RGB
119, 128, 0
HSL
64°, 100%, 25%
CMYK
7, 0, 100, 50
Luminance
0.1936
Every format
| HEX | #778000 |
| RGB | rgb(119, 128, 0) |
| HSL | hsl(64, 100%, 25%) |
| CMYK | cmyk(7%, 0%, 100%, 50%) |
| LAB | lab(51.1 -17.1 55.8) |
| LCH | lch(51.1 58.3 107.0) |
| OKLCH | oklch(0.573 0.129 114.6) |
Copy-ready code
/* CSS */
color: #778000;
background-color: #778000;
/* Tailwind (arbitrary) */
class="text-[#778000] bg-[#778000]"
/* SCSS */
$brand: #778000;
/* SwiftUI */
Color(red: 0.467, green: 0.502, blue: 0.000)
/* Android */
Color.parseColor("#778000")Accessibility — WCAG contrast
Aa
#778000 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778000 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green50.2%
Blue0.0%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow100.0%
Key (black)49.8%
Color previews
#778000 text on a black background
contrast 4.87:1
Card sample
#778000 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778000;
Background color
Panel with #778000 background
background-color: #778000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 128, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 128, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778000; background: linear-gradient(135deg, #778000, #228000);