Shades of Olivetone #786F16
Tints of Olivetone #786F16
RGB
CMYK
RGB Variations
Color information
#786F16 (or 0x786F16) is known color: Olivetone. HEX triplet: 78, 6F and 16. RGB value is (120,111,22). Sum of RGB (Red+Green+Blue) = 120+111+22=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #786F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786F16 is #8790E9. Grayscale: #676767. Windows color (decimal): -8884458 or 1470328. OLE color: 1470328.
HSL color Cylindrical-coordinate representation of color #786F16: hue angle of 54.49º 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 #786F16 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 22 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.53 |
| HSL | 54.49º | 0.69% | 0.28% | - |
| HSV(B) | 54.49º | 0.82% | 0.47% | - |
| XYZ | 13.57 | 15.42 | 3.02 | - |
| YUV | 103.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 22 | 0 | 0.08 | 0.82 | 0.53 | 54.49 | 0.69 | 0.28 |
| Hex | 78 | 6F | 16 | 0 | 8 | 52 | 35 | 36 | 45 | 1C |
| Octal | 170 | 157 | 26 | 0 | 10 | 122 | 65 | 66 | 105 | 34 |
| Binary | 1111000 | 1101111 | 10110 | 0 | 1000 | 1010010 | 110101 | 110110 | 1000101 | 11100 |
Color Harmonies of #786F16
Complementary color
Monochromatic Colors of #786F16
Black with #786F16
Text Example
Text Example
White with #786F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F16; }
p { color: rgb(120,111,22); }
H1.HeaderClassName
{
color: #786F16;
}
.AnyTagClassName
{
color: #786F16;
}
</style>
background-color css
<style>
a { background-color: #786F16; }
a { background-color: rgb(120,111,22); }
div.DivClassName
{
background-color: #786F16;
}
.BgClassName
{
background-color: #786F16;
}
</style>
border-color css
<style>
span { border-color: #786F16; }
span { border-color: rgb(120,111,22); }
td.TdClassName
{
border-color: #786F16;
}
.TagClassName
{
border-color: #786F16;
}
</style>