Shades of Olive #788E08
Tints of Olive #788E08
RGB
CMYK
RGB Variations
Color information
#788E08 (or 0x788E08) is known color: Olive. HEX triplet: 78, 8E and 08. RGB value is (120,142,8). Sum of RGB (Red+Green+Blue) = 120+142+8=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #788E08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788E08 is #8771F7. Grayscale: #787878. Windows color (decimal): -8876536 or 560760. OLE color: 560760.
HSL color Cylindrical-coordinate representation of color #788E08: hue angle of 69.85º 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 #788E08 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 142 | 8 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.44 |
| HSL | 69.85º | 0.89% | 0.29% | - |
| HSV(B) | 69.85º | 0.94% | 0.56% | - |
| XYZ | 17.46 | 23.36 | 3.82 | - |
| YUV | 120.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 8 | 0.15 | 0 | 0.94 | 0.44 | 69.85 | 0.89 | 0.29 |
| Hex | 78 | 8E | 8 | F | 0 | 5E | 2C | 46 | 59 | 1D |
| Octal | 170 | 216 | 10 | 17 | 0 | 136 | 54 | 106 | 131 | 35 |
| Binary | 1111000 | 10001110 | 1000 | 1111 | 0 | 1011110 | 101100 | 1000110 | 1011001 | 11101 |
Color Harmonies of #788E08
Complementary color
Monochromatic Colors of #788E08
Black with #788E08
Text Example
Text Example
White with #788E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E08; }
p { color: rgb(120,142,8); }
H1.HeaderClassName
{
color: #788E08;
}
.AnyTagClassName
{
color: #788E08;
}
</style>
background-color css
<style>
a { background-color: #788E08; }
a { background-color: rgb(120,142,8); }
div.DivClassName
{
background-color: #788E08;
}
.BgClassName
{
background-color: #788E08;
}
</style>
border-color css
<style>
span { border-color: #788E08; }
span { border-color: rgb(120,142,8); }
td.TdClassName
{
border-color: #788E08;
}
.TagClassName
{
border-color: #788E08;
}
</style>