Shades of Olivetone #787015
Tints of Olivetone #787015
RGB
CMYK
RGB Variations
Color information
#787015 (or 0x787015) is known color: Olivetone. HEX triplet: 78, 70 and 15. RGB value is (120,112,21). Sum of RGB (Red+Green+Blue) = 120+112+21=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #787015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787015 is #878FEA. Grayscale: #686868. Windows color (decimal): -8884203 or 1405048. OLE color: 1405048.
HSL color Cylindrical-coordinate representation of color #787015: hue angle of 55.15º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #787015 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 21 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.53 |
| HSL | 55.15º | 0.7% | 0.28% | - |
| HSV(B) | 55.15º | 0.83% | 0.47% | - |
| XYZ | 13.68 | 15.64 | 3.01 | - |
| YUV | 104.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 21 | 0 | 0.07 | 0.83 | 0.53 | 55.15 | 0.7 | 0.28 |
| Hex | 78 | 70 | 15 | 0 | 7 | 53 | 35 | 37 | 46 | 1C |
| Octal | 170 | 160 | 25 | 0 | 7 | 123 | 65 | 67 | 106 | 34 |
| Binary | 1111000 | 1110000 | 10101 | 0 | 111 | 1010011 | 110101 | 110111 | 1000110 | 11100 |
Color Harmonies of #787015
Complementary color
Monochromatic Colors of #787015
Black with #787015
Text Example
Text Example
White with #787015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787015; }
p { color: rgb(120,112,21); }
H1.HeaderClassName
{
color: #787015;
}
.AnyTagClassName
{
color: #787015;
}
</style>
background-color css
<style>
a { background-color: #787015; }
a { background-color: rgb(120,112,21); }
div.DivClassName
{
background-color: #787015;
}
.BgClassName
{
background-color: #787015;
}
</style>
border-color css
<style>
span { border-color: #787015; }
span { border-color: rgb(120,112,21); }
td.TdClassName
{
border-color: #787015;
}
.TagClassName
{
border-color: #787015;
}
</style>