Shades of Olive #799005
Tints of Olive #799005
RGB
CMYK
RGB Variations
Color information
#799005 (or 0x799005) is known color: Olive. HEX triplet: 79, 90 and 05. RGB value is (121,144,5). Sum of RGB (Red+Green+Blue) = 121+144+5=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #799005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799005 is #866FFA. Grayscale: #797979. Windows color (decimal): -8810491 or 364665. OLE color: 364665.
HSL color Cylindrical-coordinate representation of color #799005: hue angle of 69.93º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799005 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 5 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.44 |
| HSL | 69.93º | 0.93% | 0.29% | - |
| HSV(B) | 69.93º | 0.97% | 0.56% | - |
| XYZ | 17.89 | 24.02 | 3.84 | - |
| YUV | 121.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 5 | 0.16 | 0 | 0.97 | 0.44 | 69.93 | 0.93 | 0.29 |
| Hex | 79 | 90 | 5 | 10 | 0 | 61 | 2C | 46 | 5D | 1D |
| Octal | 171 | 220 | 5 | 20 | 0 | 141 | 54 | 106 | 135 | 35 |
| Binary | 1111001 | 10010000 | 101 | 10000 | 0 | 1100001 | 101100 | 1000110 | 1011101 | 11101 |
Color Harmonies of #799005
Complementary color
Monochromatic Colors of #799005
Black with #799005
Text Example
Text Example
White with #799005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799005; }
p { color: rgb(121,144,5); }
H1.HeaderClassName
{
color: #799005;
}
.AnyTagClassName
{
color: #799005;
}
</style>
background-color css
<style>
a { background-color: #799005; }
a { background-color: rgb(121,144,5); }
div.DivClassName
{
background-color: #799005;
}
.BgClassName
{
background-color: #799005;
}
</style>
border-color css
<style>
span { border-color: #799005; }
span { border-color: rgb(121,144,5); }
td.TdClassName
{
border-color: #799005;
}
.TagClassName
{
border-color: #799005;
}
</style>