Shades of Olive #799802
Tints of Olive #799802
RGB
CMYK
RGB Variations
Color information
#799802 (or 0x799802) is known color: Olive. HEX triplet: 79, 98 and 02. RGB value is (121,152,2). Sum of RGB (Red+Green+Blue) = 121+152+2=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #799802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799802 is #8667FD. Grayscale: #7E7E7E. Windows color (decimal): -8808446 or 170105. OLE color: 170105.
HSL color Cylindrical-coordinate representation of color #799802: hue angle of 72.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #799802 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 152 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.40 |
| HSL | 72.4º | 0.97% | 0.3% | - |
| HSV(B) | 72.4º | 0.99% | 0.6% | - |
| XYZ | 19.12 | 26.53 | 4.17 | - |
| YUV | 125.63 | 58.23 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 2 | 0.20 | 0 | 0.99 | 0.40 | 72.4 | 0.97 | 0.3 |
| Hex | 79 | 98 | 2 | 14 | 0 | 63 | 28 | 48 | 61 | 1E |
| Octal | 171 | 230 | 2 | 24 | 0 | 143 | 50 | 110 | 141 | 36 |
| Binary | 1111001 | 10011000 | 10 | 10100 | 0 | 1100011 | 101000 | 1001000 | 1100001 | 11110 |
Color Harmonies of #799802
Complementary color
Monochromatic Colors of #799802
Black with #799802
Text Example
Text Example
White with #799802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799802; }
p { color: rgb(121,152,2); }
H1.HeaderClassName
{
color: #799802;
}
.AnyTagClassName
{
color: #799802;
}
</style>
background-color css
<style>
a { background-color: #799802; }
a { background-color: rgb(121,152,2); }
div.DivClassName
{
background-color: #799802;
}
.BgClassName
{
background-color: #799802;
}
</style>
border-color css
<style>
span { border-color: #799802; }
span { border-color: rgb(121,152,2); }
td.TdClassName
{
border-color: #799802;
}
.TagClassName
{
border-color: #799802;
}
</style>