Shades of Olive #788E05
Tints of Olive #788E05
RGB
CMYK
RGB Variations
Color information
#788E05 (or 0x788E05) is known color: Olive. HEX triplet: 78, 8E and 05. RGB value is (120,142,5). Sum of RGB (Red+Green+Blue) = 120+142+5=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #788E05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788E05 is #8771FA. Grayscale: #787878. Windows color (decimal): -8876539 or 364152. OLE color: 364152.
HSL color Cylindrical-coordinate representation of color #788E05: hue angle of 69.64º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #788E05 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 142 | 5 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.44 |
| HSL | 69.64º | 0.93% | 0.29% | - |
| HSV(B) | 69.64º | 0.96% | 0.56% | - |
| XYZ | 17.45 | 23.35 | 3.73 | - |
| YUV | 119.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 5 | 0.15 | 0 | 0.96 | 0.44 | 69.64 | 0.93 | 0.29 |
| Hex | 78 | 8E | 5 | F | 0 | 60 | 2C | 46 | 5D | 1D |
| Octal | 170 | 216 | 5 | 17 | 0 | 140 | 54 | 106 | 135 | 35 |
| Binary | 1111000 | 10001110 | 101 | 1111 | 0 | 1100000 | 101100 | 1000110 | 1011101 | 11101 |
Color Harmonies of #788E05
Complementary color
Monochromatic Colors of #788E05
Black with #788E05
Text Example
Text Example
White with #788E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E05; }
p { color: rgb(120,142,5); }
H1.HeaderClassName
{
color: #788E05;
}
.AnyTagClassName
{
color: #788E05;
}
</style>
background-color css
<style>
a { background-color: #788E05; }
a { background-color: rgb(120,142,5); }
div.DivClassName
{
background-color: #788E05;
}
.BgClassName
{
background-color: #788E05;
}
</style>
border-color css
<style>
span { border-color: #788E05; }
span { border-color: rgb(120,142,5); }
td.TdClassName
{
border-color: #788E05;
}
.TagClassName
{
border-color: #788E05;
}
</style>