Shades of Olive #799009
Tints of Olive #799009
RGB
CMYK
RGB Variations
Color information
#799009 (or 0x799009) is known color: Olive. HEX triplet: 79, 90 and 09. RGB value is (121,144,9). Sum of RGB (Red+Green+Blue) = 121+144+9=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #799009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799009 is #866FF6. Grayscale: #7A7A7A. Windows color (decimal): -8810487 or 626809. OLE color: 626809.
HSL color Cylindrical-coordinate representation of color #799009: hue angle of 70.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #799009 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 9 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.44 |
| HSL | 70.22º | 0.88% | 0.3% | - |
| HSV(B) | 70.22º | 0.94% | 0.56% | - |
| XYZ | 17.91 | 24.03 | 3.95 | - |
| YUV | 121.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 9 | 0.16 | 0 | 0.94 | 0.44 | 70.22 | 0.88 | 0.3 |
| Hex | 79 | 90 | 9 | 10 | 0 | 5E | 2C | 46 | 58 | 1E |
| Octal | 171 | 220 | 11 | 20 | 0 | 136 | 54 | 106 | 130 | 36 |
| Binary | 1111001 | 10010000 | 1001 | 10000 | 0 | 1011110 | 101100 | 1000110 | 1011000 | 11110 |
Color Harmonies of #799009
Complementary color
Monochromatic Colors of #799009
Black with #799009
Text Example
Text Example
White with #799009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799009; }
p { color: rgb(121,144,9); }
H1.HeaderClassName
{
color: #799009;
}
.AnyTagClassName
{
color: #799009;
}
</style>
background-color css
<style>
a { background-color: #799009; }
a { background-color: rgb(121,144,9); }
div.DivClassName
{
background-color: #799009;
}
.BgClassName
{
background-color: #799009;
}
</style>
border-color css
<style>
span { border-color: #799009; }
span { border-color: rgb(121,144,9); }
td.TdClassName
{
border-color: #799009;
}
.TagClassName
{
border-color: #799009;
}
</style>