Shades of Olive #798F08
Tints of Olive #798F08
RGB
CMYK
RGB Variations
Color information
#798F08 (or 0x798F08) is known color: Olive. HEX triplet: 79, 8F and 08. RGB value is (121,143,8). Sum of RGB (Red+Green+Blue) = 121+143+8=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #798F08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798F08 is #8670F7. Grayscale: #797979. Windows color (decimal): -8810744 or 561017. OLE color: 561017.
HSL color Cylindrical-coordinate representation of color #798F08: hue angle of 69.78º degrees, saturation: 0.89, 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 #798F08 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 143 | 8 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.44 |
| HSL | 69.78º | 0.89% | 0.3% | - |
| HSV(B) | 69.78º | 0.94% | 0.56% | - |
| XYZ | 17.75 | 23.73 | 3.87 | - |
| YUV | 121.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 8 | 0.15 | 0 | 0.94 | 0.44 | 69.78 | 0.89 | 0.3 |
| Hex | 79 | 8F | 8 | F | 0 | 5E | 2C | 46 | 59 | 1E |
| Octal | 171 | 217 | 10 | 17 | 0 | 136 | 54 | 106 | 131 | 36 |
| Binary | 1111001 | 10001111 | 1000 | 1111 | 0 | 1011110 | 101100 | 1000110 | 1011001 | 11110 |
Color Harmonies of #798F08
Complementary color
Monochromatic Colors of #798F08
Black with #798F08
Text Example
Text Example
White with #798F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798F08; }
p { color: rgb(121,143,8); }
H1.HeaderClassName
{
color: #798F08;
}
.AnyTagClassName
{
color: #798F08;
}
</style>
background-color css
<style>
a { background-color: #798F08; }
a { background-color: rgb(121,143,8); }
div.DivClassName
{
background-color: #798F08;
}
.BgClassName
{
background-color: #798F08;
}
</style>
border-color css
<style>
span { border-color: #798F08; }
span { border-color: rgb(121,143,8); }
td.TdClassName
{
border-color: #798F08;
}
.TagClassName
{
border-color: #798F08;
}
</style>