Shades of Olive #797600
Tints of Olive #797600
RGB
CMYK
RGB Variations
Color information
#797600 (or 0x797600) is known color: Olive. HEX triplet: 79, 76 and 00. RGB value is (121,118,0). Sum of RGB (Red+Green+Blue) = 121+118+0=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #797600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797600 is #8689FF. Grayscale: #696969. Windows color (decimal): -8817152 or 30329. OLE color: 30329.
HSL color Cylindrical-coordinate representation of color #797600: hue angle of 58.51º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #797600 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 118 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.53 |
| HSL | 58.51º | 1% | 0.24% | - |
| HSV(B) | 58.51º | 1% | 0.47% | - |
| XYZ | 14.36 | 17.02 | 2.53 | - |
| YUV | 105.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 0 | 0 | 0.02 | 1 | 0.53 | 58.51 | 1 | 0.24 |
| Hex | 79 | 76 | 0 | 0 | 2 | 64 | 35 | 3B | 64 | 18 |
| Octal | 171 | 166 | 0 | 0 | 2 | 144 | 65 | 73 | 144 | 30 |
| Binary | 1111001 | 1110110 | 0 | 0 | 10 | 1100100 | 110101 | 111011 | 1100100 | 11000 |
Color Harmonies of #797600
Complementary color
Monochromatic Colors of #797600
Black with #797600
Text Example
Text Example
White with #797600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797600; }
p { color: rgb(121,118,0); }
H1.HeaderClassName
{
color: #797600;
}
.AnyTagClassName
{
color: #797600;
}
</style>
background-color css
<style>
a { background-color: #797600; }
a { background-color: rgb(121,118,0); }
div.DivClassName
{
background-color: #797600;
}
.BgClassName
{
background-color: #797600;
}
</style>
border-color css
<style>
span { border-color: #797600; }
span { border-color: rgb(121,118,0); }
td.TdClassName
{
border-color: #797600;
}
.TagClassName
{
border-color: #797600;
}
</style>