Shades of Olivetone #787118
Tints of Olivetone #787118
RGB
CMYK
RGB Variations
Color information
#787118 (or 0x787118) is known color: Olivetone. HEX triplet: 78, 71 and 18. RGB value is (120,113,24). Sum of RGB (Red+Green+Blue) = 120+113+24=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #787118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787118 is #878EE7. Grayscale: #696969. Windows color (decimal): -8883944 or 1601912. OLE color: 1601912.
HSL color Cylindrical-coordinate representation of color #787118: hue angle of 55.62º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #787118 is Cyan = 0, Magento = 0.06, Yellow = 0.8 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 24 | - |
| CMYK | 0 | 0.06 | 0.8 | 0.53 |
| HSL | 55.63º | 0.67% | 0.28% | - |
| HSV(B) | 55.63º | 0.8% | 0.47% | - |
| XYZ | 13.82 | 15.87 | 3.2 | - |
| YUV | 104.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 24 | 0 | 0.06 | 0.8 | 0.53 | 55.63 | 0.67 | 0.28 |
| Hex | 78 | 71 | 18 | 0 | 6 | 50 | 35 | 38 | 43 | 1C |
| Octal | 170 | 161 | 30 | 0 | 6 | 120 | 65 | 70 | 103 | 34 |
| Binary | 1111000 | 1110001 | 11000 | 0 | 110 | 1010000 | 110101 | 111000 | 1000011 | 11100 |
Color Harmonies of #787118
Complementary color
Monochromatic Colors of #787118
Black with #787118
Text Example
Text Example
White with #787118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787118; }
p { color: rgb(120,113,24); }
H1.HeaderClassName
{
color: #787118;
}
.AnyTagClassName
{
color: #787118;
}
</style>
background-color css
<style>
a { background-color: #787118; }
a { background-color: rgb(120,113,24); }
div.DivClassName
{
background-color: #787118;
}
.BgClassName
{
background-color: #787118;
}
</style>
border-color css
<style>
span { border-color: #787118; }
span { border-color: rgb(120,113,24); }
td.TdClassName
{
border-color: #787118;
}
.TagClassName
{
border-color: #787118;
}
</style>