Shades of Olivetone #787017
Tints of Olivetone #787017
RGB
CMYK
RGB Variations
Color information
#787017 (or 0x787017) is known color: Olivetone. HEX triplet: 78, 70 and 17. RGB value is (120,112,23). Sum of RGB (Red+Green+Blue) = 120+112+23=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #787017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787017 is #878FE8. Grayscale: #686868. Windows color (decimal): -8884201 or 1536120. OLE color: 1536120.
HSL color Cylindrical-coordinate representation of color #787017: hue angle of 55.05º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #787017 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 23 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.53 |
| HSL | 55.05º | 0.68% | 0.28% | - |
| HSV(B) | 55.05º | 0.81% | 0.47% | - |
| XYZ | 13.69 | 15.64 | 3.11 | - |
| YUV | 104.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 23 | 0 | 0.07 | 0.81 | 0.53 | 55.05 | 0.68 | 0.28 |
| Hex | 78 | 70 | 17 | 0 | 7 | 51 | 35 | 37 | 44 | 1C |
| Octal | 170 | 160 | 27 | 0 | 7 | 121 | 65 | 67 | 104 | 34 |
| Binary | 1111000 | 1110000 | 10111 | 0 | 111 | 1010001 | 110101 | 110111 | 1000100 | 11100 |
Color Harmonies of #787017
Complementary color
Monochromatic Colors of #787017
Black with #787017
Text Example
Text Example
White with #787017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787017; }
p { color: rgb(120,112,23); }
H1.HeaderClassName
{
color: #787017;
}
.AnyTagClassName
{
color: #787017;
}
</style>
background-color css
<style>
a { background-color: #787017; }
a { background-color: rgb(120,112,23); }
div.DivClassName
{
background-color: #787017;
}
.BgClassName
{
background-color: #787017;
}
</style>
border-color css
<style>
span { border-color: #787017; }
span { border-color: rgb(120,112,23); }
td.TdClassName
{
border-color: #787017;
}
.TagClassName
{
border-color: #787017;
}
</style>