Shades of Olive #78860A
Tints of Olive #78860A
RGB
CMYK
RGB Variations
Color information
#78860A (or 0x78860A) is known color: Olive. HEX triplet: 78, 86 and 0A. RGB value is (120,134,10). Sum of RGB (Red+Green+Blue) = 120+134+10=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #78860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78860A is #8779F5. Grayscale: #747474. Windows color (decimal): -8878582 or 689784. OLE color: 689784.
HSL color Cylindrical-coordinate representation of color #78860A: hue angle of 66.77º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78860A is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 134 | 10 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.47 |
| HSL | 66.77º | 0.86% | 0.28% | - |
| HSV(B) | 66.77º | 0.93% | 0.53% | - |
| XYZ | 16.33 | 21.07 | 3.49 | - |
| YUV | 115.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 10 | 0.10 | 0 | 0.93 | 0.47 | 66.77 | 0.86 | 0.28 |
| Hex | 78 | 86 | A | A | 0 | 5D | 2F | 43 | 56 | 1C |
| Octal | 170 | 206 | 12 | 12 | 0 | 135 | 57 | 103 | 126 | 34 |
| Binary | 1111000 | 10000110 | 1010 | 1010 | 0 | 1011101 | 101111 | 1000011 | 1010110 | 11100 |
Color Harmonies of #78860A
Complementary color
Monochromatic Colors of #78860A
Black with #78860A
Text Example
Text Example
White with #78860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78860A; }
p { color: rgb(120,134,10); }
H1.HeaderClassName
{
color: #78860A;
}
.AnyTagClassName
{
color: #78860A;
}
</style>
background-color css
<style>
a { background-color: #78860A; }
a { background-color: rgb(120,134,10); }
div.DivClassName
{
background-color: #78860A;
}
.BgClassName
{
background-color: #78860A;
}
</style>
border-color css
<style>
span { border-color: #78860A; }
span { border-color: rgb(120,134,10); }
td.TdClassName
{
border-color: #78860A;
}
.TagClassName
{
border-color: #78860A;
}
</style>