#767607
a deep, electric yellow · cool · closest name: olive
RGB
118, 118, 7
HSL
60°, 89%, 25%
CMYK
0, 0, 94, 54
Luminance
0.1682
Every format
| HEX | #767607 |
| RGB | rgb(118, 118, 7) |
| HSL | hsl(60, 89%, 25%) |
| CMYK | cmyk(0%, 0%, 94%, 54%) |
| LAB | lab(48.0 -12.0 52.0) |
| LCH | lch(48.0 53.4 103.0) |
| OKLCH | oklch(0.548 0.117 109.7) |
Copy-ready code
/* CSS */
color: #767607;
background-color: #767607;
/* Tailwind (arbitrary) */
class="text-[#767607] bg-[#767607]"
/* SCSS */
$brand: #767607;
/* SwiftUI */
Color(red: 0.463, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#767607")Accessibility — WCAG contrast
Aa
#767607 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#767607 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#767607 text on a black background
contrast 4.36:1
Card sample
#767607 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #767607;
Background color
Panel with #767607 background
background-color: #767607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #767607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #767607; background: linear-gradient(135deg, #767607, #2C7607);