Shades of Olive #78860D
Tints of Olive #78860D
RGB
CMYK
RGB Variations
Color information
#78860D (or 0x78860D) is known color: Olive. HEX triplet: 78, 86 and 0D. RGB value is (120,134,13). Sum of RGB (Red+Green+Blue) = 120+134+13=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #78860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78860D is #8779F2. Grayscale: #747474. Windows color (decimal): -8878579 or 886392. OLE color: 886392.
HSL color Cylindrical-coordinate representation of color #78860D: hue angle of 66.94º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78860D is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 134 | 13 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.47 |
| HSL | 66.94º | 0.82% | 0.29% | - |
| HSV(B) | 66.94º | 0.9% | 0.53% | - |
| XYZ | 16.34 | 21.07 | 3.59 | - |
| YUV | 116.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 13 | 0.10 | 0 | 0.90 | 0.47 | 66.94 | 0.82 | 0.29 |
| Hex | 78 | 86 | D | A | 0 | 5A | 2F | 43 | 52 | 1D |
| Octal | 170 | 206 | 15 | 12 | 0 | 132 | 57 | 103 | 122 | 35 |
| Binary | 1111000 | 10000110 | 1101 | 1010 | 0 | 1011010 | 101111 | 1000011 | 1010010 | 11101 |
Color Harmonies of #78860D
Complementary color
Monochromatic Colors of #78860D
Black with #78860D
Text Example
Text Example
White with #78860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78860D; }
p { color: rgb(120,134,13); }
H1.HeaderClassName
{
color: #78860D;
}
.AnyTagClassName
{
color: #78860D;
}
</style>
background-color css
<style>
a { background-color: #78860D; }
a { background-color: rgb(120,134,13); }
div.DivClassName
{
background-color: #78860D;
}
.BgClassName
{
background-color: #78860D;
}
</style>
border-color css
<style>
span { border-color: #78860D; }
span { border-color: rgb(120,134,13); }
td.TdClassName
{
border-color: #78860D;
}
.TagClassName
{
border-color: #78860D;
}
</style>