Shades of Olive #798E08
Tints of Olive #798E08
RGB
CMYK
RGB Variations
Color information
#798E08 (or 0x798E08) is known color: Olive. HEX triplet: 79, 8E and 08. RGB value is (121,142,8). Sum of RGB (Red+Green+Blue) = 121+142+8=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #798E08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798E08 is #8671F7. Grayscale: #787878. Windows color (decimal): -8811000 or 560761. OLE color: 560761.
HSL color Cylindrical-coordinate representation of color #798E08: hue angle of 69.4º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #798E08 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 142 | 8 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.44 |
| HSL | 69.4º | 0.89% | 0.29% | - |
| HSV(B) | 69.4º | 0.94% | 0.56% | - |
| XYZ | 17.6 | 23.43 | 3.82 | - |
| YUV | 120.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 142 | 8 | 0.15 | 0 | 0.94 | 0.44 | 69.4 | 0.89 | 0.29 |
| Hex | 79 | 8E | 8 | F | 0 | 5E | 2C | 45 | 59 | 1D |
| Octal | 171 | 216 | 10 | 17 | 0 | 136 | 54 | 105 | 131 | 35 |
| Binary | 1111001 | 10001110 | 1000 | 1111 | 0 | 1011110 | 101100 | 1000101 | 1011001 | 11101 |
Color Harmonies of #798E08
Complementary color
Monochromatic Colors of #798E08
Black with #798E08
Text Example
Text Example
White with #798E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798E08; }
p { color: rgb(121,142,8); }
H1.HeaderClassName
{
color: #798E08;
}
.AnyTagClassName
{
color: #798E08;
}
</style>
background-color css
<style>
a { background-color: #798E08; }
a { background-color: rgb(121,142,8); }
div.DivClassName
{
background-color: #798E08;
}
.BgClassName
{
background-color: #798E08;
}
</style>
border-color css
<style>
span { border-color: #798E08; }
span { border-color: rgb(121,142,8); }
td.TdClassName
{
border-color: #798E08;
}
.TagClassName
{
border-color: #798E08;
}
</style>