Shades of Olive #766401
Tints of Olive #766401
RGB
CMYK
RGB Variations
Color information
#766401 (or 0x766401) is known color: Olive. HEX triplet: 76, 64 and 01. RGB value is (118,100,1). Sum of RGB (Red+Green+Blue) = 118+100+1=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #766401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766401 is #899BFE. Grayscale: #5E5E5E. Windows color (decimal): -9018367 or 91254. OLE color: 91254.
HSL color Cylindrical-coordinate representation of color #766401: hue angle of 50.77º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #766401 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.54 |
| HSL | 50.77º | 0.98% | 0.23% | - |
| HSV(B) | 50.77º | 0.99% | 0.46% | - |
| XYZ | 12.03 | 12.97 | 1.9 | - |
| YUV | 94.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 1 | 0 | 0.15 | 0.99 | 0.54 | 50.77 | 0.98 | 0.23 |
| Hex | 76 | 64 | 1 | 0 | F | 63 | 36 | 33 | 62 | 17 |
| Octal | 166 | 144 | 1 | 0 | 17 | 143 | 66 | 63 | 142 | 27 |
| Binary | 1110110 | 1100100 | 1 | 0 | 1111 | 1100011 | 110110 | 110011 | 1100010 | 10111 |
Color Harmonies of #766401
Complementary color
Monochromatic Colors of #766401
Black with #766401
Text Example
Text Example
White with #766401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766401; }
p { color: rgb(118,100,1); }
H1.HeaderClassName
{
color: #766401;
}
.AnyTagClassName
{
color: #766401;
}
</style>
background-color css
<style>
a { background-color: #766401; }
a { background-color: rgb(118,100,1); }
div.DivClassName
{
background-color: #766401;
}
.BgClassName
{
background-color: #766401;
}
</style>
border-color css
<style>
span { border-color: #766401; }
span { border-color: rgb(118,100,1); }
td.TdClassName
{
border-color: #766401;
}
.TagClassName
{
border-color: #766401;
}
</style>