Shades of Olivetone #787016
Tints of Olivetone #787016
RGB
CMYK
RGB Variations
Color information
#787016 (or 0x787016) is known color: Olivetone. HEX triplet: 78, 70 and 16. RGB value is (120,112,22). Sum of RGB (Red+Green+Blue) = 120+112+22=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #787016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787016 is #878FE9. Grayscale: #686868. Windows color (decimal): -8884202 or 1470584. OLE color: 1470584.
HSL color Cylindrical-coordinate representation of color #787016: hue angle of 55.1º degrees, saturation: 0.69, 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 #787016 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 22 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.53 |
| HSL | 55.1º | 0.69% | 0.28% | - |
| HSV(B) | 55.1º | 0.82% | 0.47% | - |
| XYZ | 13.68 | 15.64 | 3.06 | - |
| YUV | 104.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 22 | 0 | 0.07 | 0.82 | 0.53 | 55.1 | 0.69 | 0.28 |
| Hex | 78 | 70 | 16 | 0 | 7 | 52 | 35 | 37 | 45 | 1C |
| Octal | 170 | 160 | 26 | 0 | 7 | 122 | 65 | 67 | 105 | 34 |
| Binary | 1111000 | 1110000 | 10110 | 0 | 111 | 1010010 | 110101 | 110111 | 1000101 | 11100 |
Color Harmonies of #787016
Complementary color
Monochromatic Colors of #787016
Black with #787016
Text Example
Text Example
White with #787016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787016; }
p { color: rgb(120,112,22); }
H1.HeaderClassName
{
color: #787016;
}
.AnyTagClassName
{
color: #787016;
}
</style>
background-color css
<style>
a { background-color: #787016; }
a { background-color: rgb(120,112,22); }
div.DivClassName
{
background-color: #787016;
}
.BgClassName
{
background-color: #787016;
}
</style>
border-color css
<style>
span { border-color: #787016; }
span { border-color: rgb(120,112,22); }
td.TdClassName
{
border-color: #787016;
}
.TagClassName
{
border-color: #787016;
}
</style>