#777913
a dark, vivid yellow · cool · closest name: olive
RGB
119, 121, 19
HSL
61°, 73%, 28%
CMYK
2, 0, 84, 53
Luminance
0.1764
Every format
| HEX | #777913 |
| RGB | rgb(119, 121, 19) |
| HSL | hsl(61, 73%, 28%) |
| CMYK | cmyk(2%, 0%, 84%, 53%) |
| LAB | lab(49.1 -12.9 50.1) |
| LCH | lch(49.1 51.7 104.4) |
| OKLCH | oklch(0.556 0.116 110.8) |
Copy-ready code
/* CSS */
color: #777913;
background-color: #777913;
/* Tailwind (arbitrary) */
class="text-[#777913] bg-[#777913]"
/* SCSS */
$brand: #777913;
/* SwiftUI */
Color(red: 0.467, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#777913")Accessibility — WCAG contrast
Aa
#777913 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#777913 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green47.5%
Blue7.5%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow84.3%
Key (black)52.5%
Color previews
#777913 text on a black background
contrast 4.53:1
Card sample
#777913 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #777913;
Background color
Panel with #777913 background
background-color: #777913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #777913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #777913; background: linear-gradient(135deg, #777913, #337913);