Shades of Olivetone #787516
Tints of Olivetone #787516
RGB
CMYK
RGB Variations
Color information
#787516 (or 0x787516) is known color: Olivetone. HEX triplet: 78, 75 and 16. RGB value is (120,117,22). Sum of RGB (Red+Green+Blue) = 120+117+22=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #787516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787516 is #878AE9. Grayscale: #6B6B6B. Windows color (decimal): -8882922 or 1471864. OLE color: 1471864.
HSL color Cylindrical-coordinate representation of color #787516: hue angle of 58.16º 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 #787516 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 22 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.53 |
| HSL | 58.16º | 0.69% | 0.28% | - |
| HSV(B) | 58.16º | 0.82% | 0.47% | - |
| XYZ | 14.25 | 16.77 | 3.25 | - |
| YUV | 107.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 22 | 0 | 0.02 | 0.82 | 0.53 | 58.16 | 0.69 | 0.28 |
| Hex | 78 | 75 | 16 | 0 | 2 | 52 | 35 | 3A | 45 | 1C |
| Octal | 170 | 165 | 26 | 0 | 2 | 122 | 65 | 72 | 105 | 34 |
| Binary | 1111000 | 1110101 | 10110 | 0 | 10 | 1010010 | 110101 | 111010 | 1000101 | 11100 |
Color Harmonies of #787516
Complementary color
Monochromatic Colors of #787516
Black with #787516
Text Example
Text Example
White with #787516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787516; }
p { color: rgb(120,117,22); }
H1.HeaderClassName
{
color: #787516;
}
.AnyTagClassName
{
color: #787516;
}
</style>
background-color css
<style>
a { background-color: #787516; }
a { background-color: rgb(120,117,22); }
div.DivClassName
{
background-color: #787516;
}
.BgClassName
{
background-color: #787516;
}
</style>
border-color css
<style>
span { border-color: #787516; }
span { border-color: rgb(120,117,22); }
td.TdClassName
{
border-color: #787516;
}
.TagClassName
{
border-color: #787516;
}
</style>