Shades of Olive #797601
Tints of Olive #797601
RGB
CMYK
RGB Variations
Color information
#797601 (or 0x797601) is known color: Olive. HEX triplet: 79, 76 and 01. RGB value is (121,118,1). Sum of RGB (Red+Green+Blue) = 121+118+1=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #797601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797601 is #8689FE. Grayscale: #6A6A6A. Windows color (decimal): -8817151 or 95865. OLE color: 95865.
HSL color Cylindrical-coordinate representation of color #797601: hue angle of 58.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #797601 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 118 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.53 |
| HSL | 58.5º | 0.98% | 0.24% | - |
| HSV(B) | 58.5º | 0.99% | 0.47% | - |
| XYZ | 14.37 | 17.02 | 2.56 | - |
| YUV | 105.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 1 | 0 | 0.02 | 0.99 | 0.53 | 58.5 | 0.98 | 0.24 |
| Hex | 79 | 76 | 1 | 0 | 2 | 63 | 35 | 3A | 62 | 18 |
| Octal | 171 | 166 | 1 | 0 | 2 | 143 | 65 | 72 | 142 | 30 |
| Binary | 1111001 | 1110110 | 1 | 0 | 10 | 1100011 | 110101 | 111010 | 1100010 | 11000 |
Color Harmonies of #797601
Complementary color
Monochromatic Colors of #797601
Black with #797601
Text Example
Text Example
White with #797601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797601; }
p { color: rgb(121,118,1); }
H1.HeaderClassName
{
color: #797601;
}
.AnyTagClassName
{
color: #797601;
}
</style>
background-color css
<style>
a { background-color: #797601; }
a { background-color: rgb(121,118,1); }
div.DivClassName
{
background-color: #797601;
}
.BgClassName
{
background-color: #797601;
}
</style>
border-color css
<style>
span { border-color: #797601; }
span { border-color: rgb(121,118,1); }
td.TdClassName
{
border-color: #797601;
}
.TagClassName
{
border-color: #797601;
}
</style>