Shades of Olive #799609
Tints of Olive #799609
RGB
CMYK
RGB Variations
Color information
#799609 (or 0x799609) is known color: Olive. HEX triplet: 79, 96 and 09. RGB value is (121,150,9). Sum of RGB (Red+Green+Blue) = 121+150+9=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #799609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799609 is #8669F6. Grayscale: #7D7D7D. Windows color (decimal): -8808951 or 628345. OLE color: 628345.
HSL color Cylindrical-coordinate representation of color #799609: hue angle of 72.34º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #799609 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 150 | 9 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.41 |
| HSL | 72.34º | 0.89% | 0.31% | - |
| HSV(B) | 72.34º | 0.94% | 0.59% | - |
| XYZ | 18.84 | 25.9 | 4.26 | - |
| YUV | 125.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 9 | 0.19 | 0 | 0.94 | 0.41 | 72.34 | 0.89 | 0.31 |
| Hex | 79 | 96 | 9 | 13 | 0 | 5E | 29 | 48 | 59 | 1F |
| Octal | 171 | 226 | 11 | 23 | 0 | 136 | 51 | 110 | 131 | 37 |
| Binary | 1111001 | 10010110 | 1001 | 10011 | 0 | 1011110 | 101001 | 1001000 | 1011001 | 11111 |
Color Harmonies of #799609
Complementary color
Monochromatic Colors of #799609
Black with #799609
Text Example
Text Example
White with #799609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799609; }
p { color: rgb(121,150,9); }
H1.HeaderClassName
{
color: #799609;
}
.AnyTagClassName
{
color: #799609;
}
</style>
background-color css
<style>
a { background-color: #799609; }
a { background-color: rgb(121,150,9); }
div.DivClassName
{
background-color: #799609;
}
.BgClassName
{
background-color: #799609;
}
</style>
border-color css
<style>
span { border-color: #799609; }
span { border-color: rgb(121,150,9); }
td.TdClassName
{
border-color: #799609;
}
.TagClassName
{
border-color: #799609;
}
</style>