Shades of Olive #799605
Tints of Olive #799605
RGB
CMYK
RGB Variations
Color information
#799605 (or 0x799605) is known color: Olive. HEX triplet: 79, 96 and 05. RGB value is (121,150,5). Sum of RGB (Red+Green+Blue) = 121+150+5=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #799605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799605 is #8669FA. Grayscale: #7D7D7D. Windows color (decimal): -8808955 or 366201. OLE color: 366201.
HSL color Cylindrical-coordinate representation of color #799605: hue angle of 72º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799605 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 150 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.41 |
| HSL | 72º | 0.94% | 0.3% | - |
| HSV(B) | 72º | 0.97% | 0.59% | - |
| XYZ | 18.82 | 25.89 | 4.15 | - |
| YUV | 124.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 5 | 0.19 | 0 | 0.97 | 0.41 | 72 | 0.94 | 0.3 |
| Hex | 79 | 96 | 5 | 13 | 0 | 61 | 29 | 48 | 5E | 1E |
| Octal | 171 | 226 | 5 | 23 | 0 | 141 | 51 | 110 | 136 | 36 |
| Binary | 1111001 | 10010110 | 101 | 10011 | 0 | 1100001 | 101001 | 1001000 | 1011110 | 11110 |
Color Harmonies of #799605
Complementary color
Monochromatic Colors of #799605
Black with #799605
Text Example
Text Example
White with #799605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799605; }
p { color: rgb(121,150,5); }
H1.HeaderClassName
{
color: #799605;
}
.AnyTagClassName
{
color: #799605;
}
</style>
background-color css
<style>
a { background-color: #799605; }
a { background-color: rgb(121,150,5); }
div.DivClassName
{
background-color: #799605;
}
.BgClassName
{
background-color: #799605;
}
</style>
border-color css
<style>
span { border-color: #799605; }
span { border-color: rgb(121,150,5); }
td.TdClassName
{
border-color: #799605;
}
.TagClassName
{
border-color: #799605;
}
</style>