Shades of Olive #78710D
Tints of Olive #78710D
RGB
CMYK
RGB Variations
Color information
#78710D (or 0x78710D) is known color: Olive. HEX triplet: 78, 71 and 0D. RGB value is (120,113,13). Sum of RGB (Red+Green+Blue) = 120+113+13=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78710D is #878EF2. Grayscale: #686868. Windows color (decimal): -8883955 or 881016. OLE color: 881016.
HSL color Cylindrical-coordinate representation of color #78710D: hue angle of 56.07º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78710D is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 13 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.53 |
| HSL | 56.07º | 0.8% | 0.26% | - |
| HSV(B) | 56.07º | 0.89% | 0.47% | - |
| XYZ | 13.72 | 15.83 | 2.71 | - |
| YUV | 103.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 13 | 0 | 0.06 | 0.89 | 0.53 | 56.07 | 0.8 | 0.26 |
| Hex | 78 | 71 | D | 0 | 6 | 59 | 35 | 38 | 50 | 1A |
| Octal | 170 | 161 | 15 | 0 | 6 | 131 | 65 | 70 | 120 | 32 |
| Binary | 1111000 | 1110001 | 1101 | 0 | 110 | 1011001 | 110101 | 111000 | 1010000 | 11010 |
Color Harmonies of #78710D
Complementary color
Monochromatic Colors of #78710D
Black with #78710D
Text Example
Text Example
White with #78710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78710D; }
p { color: rgb(120,113,13); }
H1.HeaderClassName
{
color: #78710D;
}
.AnyTagClassName
{
color: #78710D;
}
</style>
background-color css
<style>
a { background-color: #78710D; }
a { background-color: rgb(120,113,13); }
div.DivClassName
{
background-color: #78710D;
}
.BgClassName
{
background-color: #78710D;
}
</style>
border-color css
<style>
span { border-color: #78710D; }
span { border-color: rgb(120,113,13); }
td.TdClassName
{
border-color: #78710D;
}
.TagClassName
{
border-color: #78710D;
}
</style>