Shades of Olivetone #787616
Tints of Olivetone #787616
RGB
CMYK
RGB Variations
Color information
#787616 (or 0x787616) is known color: Olivetone. HEX triplet: 78, 76 and 16. RGB value is (120,118,22). Sum of RGB (Red+Green+Blue) = 120+118+22=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #787616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787616 is #8789E9. Grayscale: #6C6C6C. Windows color (decimal): -8882666 or 1472120. OLE color: 1472120.
HSL color Cylindrical-coordinate representation of color #787616: hue angle of 58.78º 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 #787616 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 22 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.53 |
| HSL | 58.78º | 0.69% | 0.28% | - |
| HSV(B) | 58.78º | 0.82% | 0.47% | - |
| XYZ | 14.37 | 17.01 | 3.28 | - |
| YUV | 107.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 22 | 0 | 0.02 | 0.82 | 0.53 | 58.78 | 0.69 | 0.28 |
| Hex | 78 | 76 | 16 | 0 | 2 | 52 | 35 | 3B | 45 | 1C |
| Octal | 170 | 166 | 26 | 0 | 2 | 122 | 65 | 73 | 105 | 34 |
| Binary | 1111000 | 1110110 | 10110 | 0 | 10 | 1010010 | 110101 | 111011 | 1000101 | 11100 |
Color Harmonies of #787616
Complementary color
Monochromatic Colors of #787616
Black with #787616
Text Example
Text Example
White with #787616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787616; }
p { color: rgb(120,118,22); }
H1.HeaderClassName
{
color: #787616;
}
.AnyTagClassName
{
color: #787616;
}
</style>
background-color css
<style>
a { background-color: #787616; }
a { background-color: rgb(120,118,22); }
div.DivClassName
{
background-color: #787616;
}
.BgClassName
{
background-color: #787616;
}
</style>
border-color css
<style>
span { border-color: #787616; }
span { border-color: rgb(120,118,22); }
td.TdClassName
{
border-color: #787616;
}
.TagClassName
{
border-color: #787616;
}
</style>