Shades of Olive #799205
Tints of Olive #799205
RGB
CMYK
RGB Variations
Color information
#799205 (or 0x799205) is known color: Olive. HEX triplet: 79, 92 and 05. RGB value is (121,146,5). Sum of RGB (Red+Green+Blue) = 121+146+5=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #799205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799205 is #866DFA. Grayscale: #7A7A7A. Windows color (decimal): -8809979 or 365177. OLE color: 365177.
HSL color Cylindrical-coordinate representation of color #799205: hue angle of 70.64º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799205 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 5 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.43 |
| HSL | 70.64º | 0.93% | 0.3% | - |
| HSV(B) | 70.64º | 0.97% | 0.57% | - |
| XYZ | 18.19 | 24.63 | 3.94 | - |
| YUV | 122.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 5 | 0.17 | 0 | 0.97 | 0.43 | 70.64 | 0.93 | 0.3 |
| Hex | 79 | 92 | 5 | 11 | 0 | 61 | 2B | 47 | 5D | 1E |
| Octal | 171 | 222 | 5 | 21 | 0 | 141 | 53 | 107 | 135 | 36 |
| Binary | 1111001 | 10010010 | 101 | 10001 | 0 | 1100001 | 101011 | 1000111 | 1011101 | 11110 |
Color Harmonies of #799205
Complementary color
Monochromatic Colors of #799205
Black with #799205
Text Example
Text Example
White with #799205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799205; }
p { color: rgb(121,146,5); }
H1.HeaderClassName
{
color: #799205;
}
.AnyTagClassName
{
color: #799205;
}
</style>
background-color css
<style>
a { background-color: #799205; }
a { background-color: rgb(121,146,5); }
div.DivClassName
{
background-color: #799205;
}
.BgClassName
{
background-color: #799205;
}
</style>
border-color css
<style>
span { border-color: #799205; }
span { border-color: rgb(121,146,5); }
td.TdClassName
{
border-color: #799205;
}
.TagClassName
{
border-color: #799205;
}
</style>