Shades of Olivetone #786F1D
Tints of Olivetone #786F1D
RGB
CMYK
RGB Variations
Color information
#786F1D (or 0x786F1D) is known color: Olivetone. HEX triplet: 78, 6F and 1D. RGB value is (120,111,29). Sum of RGB (Red+Green+Blue) = 120+111+29=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #786F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F1D is #8790E2. Grayscale: #686868. Windows color (decimal): -8884451 or 1929080. OLE color: 1929080.
HSL color Cylindrical-coordinate representation of color #786F1D: hue angle of 54.07º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #786F1D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 29 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.53 |
| HSL | 54.07º | 0.61% | 0.29% | - |
| HSV(B) | 54.07º | 0.76% | 0.47% | - |
| XYZ | 13.65 | 15.45 | 3.43 | - |
| YUV | 104.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 29 | 0 | 0.08 | 0.76 | 0.53 | 54.07 | 0.61 | 0.29 |
| Hex | 78 | 6F | 1D | 0 | 8 | 4C | 35 | 36 | 3D | 1D |
| Octal | 170 | 157 | 35 | 0 | 10 | 114 | 65 | 66 | 75 | 35 |
| Binary | 1111000 | 1101111 | 11101 | 0 | 1000 | 1001100 | 110101 | 110110 | 111101 | 11101 |
Color Harmonies of #786F1D
Complementary color
Monochromatic Colors of #786F1D
Black with #786F1D
Text Example
Text Example
White with #786F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F1D; }
p { color: rgb(120,111,29); }
H1.HeaderClassName
{
color: #786F1D;
}
.AnyTagClassName
{
color: #786F1D;
}
</style>
background-color css
<style>
a { background-color: #786F1D; }
a { background-color: rgb(120,111,29); }
div.DivClassName
{
background-color: #786F1D;
}
.BgClassName
{
background-color: #786F1D;
}
</style>
border-color css
<style>
span { border-color: #786F1D; }
span { border-color: rgb(120,111,29); }
td.TdClassName
{
border-color: #786F1D;
}
.TagClassName
{
border-color: #786F1D;
}
</style>