Shades of Olive #78800A
Tints of Olive #78800A
RGB
CMYK
RGB Variations
Color information
#78800A (or 0x78800A) is known color: Olive. HEX triplet: 78, 80 and 0A. RGB value is (120,128,10). Sum of RGB (Red+Green+Blue) = 120+128+10=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #78800A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78800A is #877FF5. Grayscale: #707070. Windows color (decimal): -8880118 or 688248. OLE color: 688248.
HSL color Cylindrical-coordinate representation of color #78800A: hue angle of 64.07º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78800A is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 10 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.50 |
| HSL | 64.07º | 0.86% | 0.27% | - |
| HSV(B) | 64.07º | 0.92% | 0.5% | - |
| XYZ | 15.52 | 19.45 | 3.22 | - |
| YUV | 112.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 10 | 0.06 | 0 | 0.92 | 0.50 | 64.07 | 0.86 | 0.27 |
| Hex | 78 | 80 | A | 6 | 0 | 5C | 32 | 40 | 56 | 1B |
| Octal | 170 | 200 | 12 | 6 | 0 | 134 | 62 | 100 | 126 | 33 |
| Binary | 1111000 | 10000000 | 1010 | 110 | 0 | 1011100 | 110010 | 1000000 | 1010110 | 11011 |
Color Harmonies of #78800A
Complementary color
Monochromatic Colors of #78800A
Black with #78800A
Text Example
Text Example
White with #78800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78800A; }
p { color: rgb(120,128,10); }
H1.HeaderClassName
{
color: #78800A;
}
.AnyTagClassName
{
color: #78800A;
}
</style>
background-color css
<style>
a { background-color: #78800A; }
a { background-color: rgb(120,128,10); }
div.DivClassName
{
background-color: #78800A;
}
.BgClassName
{
background-color: #78800A;
}
</style>
border-color css
<style>
span { border-color: #78800A; }
span { border-color: rgb(120,128,10); }
td.TdClassName
{
border-color: #78800A;
}
.TagClassName
{
border-color: #78800A;
}
</style>