Shades of Olive #78710A
Tints of Olive #78710A
RGB
CMYK
RGB Variations
Color information
#78710A (or 0x78710A) is known color: Olive. HEX triplet: 78, 71 and 0A. RGB value is (120,113,10). Sum of RGB (Red+Green+Blue) = 120+113+10=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #78710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78710A is #878EF5. Grayscale: #676767. Windows color (decimal): -8883958 or 684408. OLE color: 684408.
HSL color Cylindrical-coordinate representation of color #78710A: hue angle of 56.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78710A is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 10 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.53 |
| HSL | 56.18º | 0.85% | 0.25% | - |
| HSV(B) | 56.18º | 0.92% | 0.47% | - |
| XYZ | 13.71 | 15.83 | 2.62 | - |
| YUV | 103.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 10 | 0 | 0.06 | 0.92 | 0.53 | 56.18 | 0.85 | 0.25 |
| Hex | 78 | 71 | A | 0 | 6 | 5C | 35 | 38 | 55 | 19 |
| Octal | 170 | 161 | 12 | 0 | 6 | 134 | 65 | 70 | 125 | 31 |
| Binary | 1111000 | 1110001 | 1010 | 0 | 110 | 1011100 | 110101 | 111000 | 1010101 | 11001 |
Color Harmonies of #78710A
Complementary color
Monochromatic Colors of #78710A
Black with #78710A
Text Example
Text Example
White with #78710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78710A; }
p { color: rgb(120,113,10); }
H1.HeaderClassName
{
color: #78710A;
}
.AnyTagClassName
{
color: #78710A;
}
</style>
background-color css
<style>
a { background-color: #78710A; }
a { background-color: rgb(120,113,10); }
div.DivClassName
{
background-color: #78710A;
}
.BgClassName
{
background-color: #78710A;
}
</style>
border-color css
<style>
span { border-color: #78710A; }
span { border-color: rgb(120,113,10); }
td.TdClassName
{
border-color: #78710A;
}
.TagClassName
{
border-color: #78710A;
}
</style>