Shades of Olive #799202
Tints of Olive #799202
RGB
CMYK
RGB Variations
Color information
#799202 (or 0x799202) is known color: Olive. HEX triplet: 79, 92 and 02. RGB value is (121,146,2). Sum of RGB (Red+Green+Blue) = 121+146+2=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #799202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799202 is #866DFD. Grayscale: #7A7A7A. Windows color (decimal): -8809982 or 168569. OLE color: 168569.
HSL color Cylindrical-coordinate representation of color #799202: hue angle of 70.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #799202 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.43 |
| HSL | 70.42º | 0.97% | 0.29% | - |
| HSV(B) | 70.42º | 0.99% | 0.57% | - |
| XYZ | 18.18 | 24.63 | 3.85 | - |
| YUV | 122.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 2 | 0.17 | 0 | 0.99 | 0.43 | 70.42 | 0.97 | 0.29 |
| Hex | 79 | 92 | 2 | 11 | 0 | 63 | 2B | 46 | 61 | 1D |
| Octal | 171 | 222 | 2 | 21 | 0 | 143 | 53 | 106 | 141 | 35 |
| Binary | 1111001 | 10010010 | 10 | 10001 | 0 | 1100011 | 101011 | 1000110 | 1100001 | 11101 |
Color Harmonies of #799202
Complementary color
Monochromatic Colors of #799202
Black with #799202
Text Example
Text Example
White with #799202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799202; }
p { color: rgb(121,146,2); }
H1.HeaderClassName
{
color: #799202;
}
.AnyTagClassName
{
color: #799202;
}
</style>
background-color css
<style>
a { background-color: #799202; }
a { background-color: rgb(121,146,2); }
div.DivClassName
{
background-color: #799202;
}
.BgClassName
{
background-color: #799202;
}
</style>
border-color css
<style>
span { border-color: #799202; }
span { border-color: rgb(121,146,2); }
td.TdClassName
{
border-color: #799202;
}
.TagClassName
{
border-color: #799202;
}
</style>