Shades of Olive #799004
Tints of Olive #799004
RGB
CMYK
RGB Variations
Color information
#799004 (or 0x799004) is known color: Olive. HEX triplet: 79, 90 and 04. RGB value is (121,144,4). Sum of RGB (Red+Green+Blue) = 121+144+4=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #799004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799004 is #866FFB. Grayscale: #797979. Windows color (decimal): -8810492 or 299129. OLE color: 299129.
HSL color Cylindrical-coordinate representation of color #799004: hue angle of 69.86º degrees, saturation: 0.95, 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 #799004 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 4 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.44 |
| HSL | 69.86º | 0.95% | 0.29% | - |
| HSV(B) | 69.86º | 0.97% | 0.56% | - |
| XYZ | 17.88 | 24.02 | 3.81 | - |
| YUV | 121.16 | 61.88 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 4 | 0.16 | 0 | 0.97 | 0.44 | 69.86 | 0.95 | 0.29 |
| Hex | 79 | 90 | 4 | 10 | 0 | 61 | 2C | 46 | 5F | 1D |
| Octal | 171 | 220 | 4 | 20 | 0 | 141 | 54 | 106 | 137 | 35 |
| Binary | 1111001 | 10010000 | 100 | 10000 | 0 | 1100001 | 101100 | 1000110 | 1011111 | 11101 |
Color Harmonies of #799004
Complementary color
Monochromatic Colors of #799004
Black with #799004
Text Example
Text Example
White with #799004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799004; }
p { color: rgb(121,144,4); }
H1.HeaderClassName
{
color: #799004;
}
.AnyTagClassName
{
color: #799004;
}
</style>
background-color css
<style>
a { background-color: #799004; }
a { background-color: rgb(121,144,4); }
div.DivClassName
{
background-color: #799004;
}
.BgClassName
{
background-color: #799004;
}
</style>
border-color css
<style>
span { border-color: #799004; }
span { border-color: rgb(121,144,4); }
td.TdClassName
{
border-color: #799004;
}
.TagClassName
{
border-color: #799004;
}
</style>