Shades of Olive #798210
Tints of Olive #798210
RGB
CMYK
RGB Variations
Color information
#798210 (or 0x798210) is known color: Olive. HEX triplet: 79, 82 and 10. RGB value is (121,130,16). Sum of RGB (Red+Green+Blue) = 121+130+16=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #798210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798210 is #867DEF. Grayscale: #727272. Windows color (decimal): -8814064 or 1081977. OLE color: 1081977.
HSL color Cylindrical-coordinate representation of color #798210: hue angle of 64.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #798210 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 16 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.49 |
| HSL | 64.74º | 0.78% | 0.29% | - |
| HSV(B) | 64.74º | 0.88% | 0.51% | - |
| XYZ | 15.96 | 20.07 | 3.52 | - |
| YUV | 114.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 16 | 0.07 | 0 | 0.88 | 0.49 | 64.74 | 0.78 | 0.29 |
| Hex | 79 | 82 | 10 | 7 | 0 | 58 | 31 | 41 | 4E | 1D |
| Octal | 171 | 202 | 20 | 7 | 0 | 130 | 61 | 101 | 116 | 35 |
| Binary | 1111001 | 10000010 | 10000 | 111 | 0 | 1011000 | 110001 | 1000001 | 1001110 | 11101 |
Color Harmonies of #798210
Complementary color
Monochromatic Colors of #798210
Black with #798210
Text Example
Text Example
White with #798210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798210; }
p { color: rgb(121,130,16); }
H1.HeaderClassName
{
color: #798210;
}
.AnyTagClassName
{
color: #798210;
}
</style>
background-color css
<style>
a { background-color: #798210; }
a { background-color: rgb(121,130,16); }
div.DivClassName
{
background-color: #798210;
}
.BgClassName
{
background-color: #798210;
}
</style>
border-color css
<style>
span { border-color: #798210; }
span { border-color: rgb(121,130,16); }
td.TdClassName
{
border-color: #798210;
}
.TagClassName
{
border-color: #798210;
}
</style>