Shades of Olive #767401
Tints of Olive #767401
RGB
CMYK
RGB Variations
Color information
#767401 (or 0x767401) is known color: Olive. HEX triplet: 76, 74 and 01. RGB value is (118,116,1). Sum of RGB (Red+Green+Blue) = 118+116+1=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #767401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767401 is #898BFE. Grayscale: #676767. Windows color (decimal): -9014271 or 95350. OLE color: 95350.
HSL color Cylindrical-coordinate representation of color #767401: hue angle of 58.97º 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 #767401 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.54 |
| HSL | 58.97º | 0.98% | 0.23% | - |
| HSV(B) | 58.97º | 0.99% | 0.46% | - |
| XYZ | 13.72 | 16.34 | 2.46 | - |
| YUV | 103.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 1 | 0 | 0.02 | 0.99 | 0.54 | 58.97 | 0.98 | 0.23 |
| Hex | 76 | 74 | 1 | 0 | 2 | 63 | 36 | 3B | 62 | 17 |
| Octal | 166 | 164 | 1 | 0 | 2 | 143 | 66 | 73 | 142 | 27 |
| Binary | 1110110 | 1110100 | 1 | 0 | 10 | 1100011 | 110110 | 111011 | 1100010 | 10111 |
Color Harmonies of #767401
Complementary color
Monochromatic Colors of #767401
Black with #767401
Text Example
Text Example
White with #767401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767401; }
p { color: rgb(118,116,1); }
H1.HeaderClassName
{
color: #767401;
}
.AnyTagClassName
{
color: #767401;
}
</style>
background-color css
<style>
a { background-color: #767401; }
a { background-color: rgb(118,116,1); }
div.DivClassName
{
background-color: #767401;
}
.BgClassName
{
background-color: #767401;
}
</style>
border-color css
<style>
span { border-color: #767401; }
span { border-color: rgb(118,116,1); }
td.TdClassName
{
border-color: #767401;
}
.TagClassName
{
border-color: #767401;
}
</style>