Shades of Olive #798F05
Tints of Olive #798F05
RGB
CMYK
RGB Variations
Color information
#798F05 (or 0x798F05) is known color: Olive. HEX triplet: 79, 8F and 05. RGB value is (121,143,5). Sum of RGB (Red+Green+Blue) = 121+143+5=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #798F05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798F05 is #8670FA. Grayscale: #797979. Windows color (decimal): -8810747 or 364409. OLE color: 364409.
HSL color Cylindrical-coordinate representation of color #798F05: hue angle of 69.57º 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 #798F05 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 143 | 5 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.44 |
| HSL | 69.57º | 0.93% | 0.29% | - |
| HSV(B) | 69.57º | 0.97% | 0.56% | - |
| XYZ | 17.74 | 23.72 | 3.79 | - |
| YUV | 120.69 | 62.71 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 5 | 0.15 | 0 | 0.97 | 0.44 | 69.57 | 0.93 | 0.29 |
| Hex | 79 | 8F | 5 | F | 0 | 61 | 2C | 46 | 5D | 1D |
| Octal | 171 | 217 | 5 | 17 | 0 | 141 | 54 | 106 | 135 | 35 |
| Binary | 1111001 | 10001111 | 101 | 1111 | 0 | 1100001 | 101100 | 1000110 | 1011101 | 11101 |
Color Harmonies of #798F05
Complementary color
Monochromatic Colors of #798F05
Black with #798F05
Text Example
Text Example
White with #798F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798F05; }
p { color: rgb(121,143,5); }
H1.HeaderClassName
{
color: #798F05;
}
.AnyTagClassName
{
color: #798F05;
}
</style>
background-color css
<style>
a { background-color: #798F05; }
a { background-color: rgb(121,143,5); }
div.DivClassName
{
background-color: #798F05;
}
.BgClassName
{
background-color: #798F05;
}
</style>
border-color css
<style>
span { border-color: #798F05; }
span { border-color: rgb(121,143,5); }
td.TdClassName
{
border-color: #798F05;
}
.TagClassName
{
border-color: #798F05;
}
</style>