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