Shades of Olive #78880A
Tints of Olive #78880A
RGB
CMYK
RGB Variations
Color information
#78880A (or 0x78880A) is known color: Olive. HEX triplet: 78, 88 and 0A. RGB value is (120,136,10). Sum of RGB (Red+Green+Blue) = 120+136+10=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #78880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78880A is #8777F5. Grayscale: #757575. Windows color (decimal): -8878070 or 690296. OLE color: 690296.
HSL color Cylindrical-coordinate representation of color #78880A: hue angle of 67.62º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78880A is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 10 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.47 |
| HSL | 67.62º | 0.86% | 0.29% | - |
| HSV(B) | 67.62º | 0.93% | 0.53% | - |
| XYZ | 16.6 | 21.62 | 3.59 | - |
| YUV | 116.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 10 | 0.12 | 0 | 0.93 | 0.47 | 67.62 | 0.86 | 0.29 |
| Hex | 78 | 88 | A | C | 0 | 5D | 2F | 44 | 56 | 1D |
| Octal | 170 | 210 | 12 | 14 | 0 | 135 | 57 | 104 | 126 | 35 |
| Binary | 1111000 | 10001000 | 1010 | 1100 | 0 | 1011101 | 101111 | 1000100 | 1010110 | 11101 |
Color Harmonies of #78880A
Complementary color
Monochromatic Colors of #78880A
Black with #78880A
Text Example
Text Example
White with #78880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78880A; }
p { color: rgb(120,136,10); }
H1.HeaderClassName
{
color: #78880A;
}
.AnyTagClassName
{
color: #78880A;
}
</style>
background-color css
<style>
a { background-color: #78880A; }
a { background-color: rgb(120,136,10); }
div.DivClassName
{
background-color: #78880A;
}
.BgClassName
{
background-color: #78880A;
}
</style>
border-color css
<style>
span { border-color: #78880A; }
span { border-color: rgb(120,136,10); }
td.TdClassName
{
border-color: #78880A;
}
.TagClassName
{
border-color: #78880A;
}
</style>