Shades of Olive #799204
Tints of Olive #799204
RGB
CMYK
RGB Variations
Color information
#799204 (or 0x799204) is known color: Olive. HEX triplet: 79, 92 and 04. RGB value is (121,146,4). Sum of RGB (Red+Green+Blue) = 121+146+4=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #799204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799204 is #866DFB. Grayscale: #7A7A7A. Windows color (decimal): -8809980 or 299641. OLE color: 299641.
HSL color Cylindrical-coordinate representation of color #799204: hue angle of 70.56º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799204 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 4 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.43 |
| HSL | 70.56º | 0.95% | 0.29% | - |
| HSV(B) | 70.56º | 0.97% | 0.57% | - |
| XYZ | 18.19 | 24.63 | 3.91 | - |
| YUV | 122.34 | 61.22 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 4 | 0.17 | 0 | 0.97 | 0.43 | 70.56 | 0.95 | 0.29 |
| Hex | 79 | 92 | 4 | 11 | 0 | 61 | 2B | 47 | 5F | 1D |
| Octal | 171 | 222 | 4 | 21 | 0 | 141 | 53 | 107 | 137 | 35 |
| Binary | 1111001 | 10010010 | 100 | 10001 | 0 | 1100001 | 101011 | 1000111 | 1011111 | 11101 |
Color Harmonies of #799204
Complementary color
Monochromatic Colors of #799204
Black with #799204
Text Example
Text Example
White with #799204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799204; }
p { color: rgb(121,146,4); }
H1.HeaderClassName
{
color: #799204;
}
.AnyTagClassName
{
color: #799204;
}
</style>
background-color css
<style>
a { background-color: #799204; }
a { background-color: rgb(121,146,4); }
div.DivClassName
{
background-color: #799204;
}
.BgClassName
{
background-color: #799204;
}
</style>
border-color css
<style>
span { border-color: #799204; }
span { border-color: rgb(121,146,4); }
td.TdClassName
{
border-color: #799204;
}
.TagClassName
{
border-color: #799204;
}
</style>