#748100
a dark, electric yellow · cool · closest name: olive
RGB
116, 129, 0
HSL
66°, 100%, 25%
CMYK
10, 0, 100, 49
Luminance
0.1941
Every format
| HEX | #748100 |
| RGB | rgb(116, 129, 0) |
| HSL | hsl(66, 100%, 25%) |
| CMYK | cmyk(10%, 0%, 100%, 49%) |
| LAB | lab(51.2 -19.0 55.7) |
| LCH | lch(51.2 58.9 108.8) |
| OKLCH | oklch(0.573 0.132 116.6) |
Copy-ready code
/* CSS */
color: #748100;
background-color: #748100;
/* Tailwind (arbitrary) */
class="text-[#748100] bg-[#748100]"
/* SCSS */
$brand: #748100;
/* SwiftUI */
Color(red: 0.455, green: 0.506, blue: 0.000)
/* Android */
Color.parseColor("#748100")Accessibility — WCAG contrast
Aa
#748100 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#748100 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green50.6%
Blue0.0%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow100.0%
Key (black)49.4%
Color previews
#748100 text on a black background
contrast 4.88:1
Card sample
#748100 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #748100;
Background color
Panel with #748100 background
background-color: #748100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #748100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 129, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 129, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #748100; background: linear-gradient(135deg, #748100, #1E8100);