Shades of Olivetone #787013
Tints of Olivetone #787013
RGB
CMYK
RGB Variations
Color information
#787013 (or 0x787013) is known color: Olivetone. HEX triplet: 78, 70 and 13. RGB value is (120,112,19). Sum of RGB (Red+Green+Blue) = 120+112+19=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #787013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787013 is #878FEC. Grayscale: #686868. Windows color (decimal): -8884205 or 1273976. OLE color: 1273976.
HSL color Cylindrical-coordinate representation of color #787013: hue angle of 55.25º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #787013 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 19 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.53 |
| HSL | 55.25º | 0.73% | 0.27% | - |
| HSV(B) | 55.25º | 0.84% | 0.47% | - |
| XYZ | 13.66 | 15.63 | 2.91 | - |
| YUV | 103.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 19 | 0 | 0.07 | 0.84 | 0.53 | 55.25 | 0.73 | 0.27 |
| Hex | 78 | 70 | 13 | 0 | 7 | 54 | 35 | 37 | 49 | 1B |
| Octal | 170 | 160 | 23 | 0 | 7 | 124 | 65 | 67 | 111 | 33 |
| Binary | 1111000 | 1110000 | 10011 | 0 | 111 | 1010100 | 110101 | 110111 | 1001001 | 11011 |
Color Harmonies of #787013
Complementary color
Monochromatic Colors of #787013
Black with #787013
Text Example
Text Example
White with #787013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787013; }
p { color: rgb(120,112,19); }
H1.HeaderClassName
{
color: #787013;
}
.AnyTagClassName
{
color: #787013;
}
</style>
background-color css
<style>
a { background-color: #787013; }
a { background-color: rgb(120,112,19); }
div.DivClassName
{
background-color: #787013;
}
.BgClassName
{
background-color: #787013;
}
</style>
border-color css
<style>
span { border-color: #787013; }
span { border-color: rgb(120,112,19); }
td.TdClassName
{
border-color: #787013;
}
.TagClassName
{
border-color: #787013;
}
</style>