Shades of Olivetone #78711D
Tints of Olivetone #78711D
RGB
CMYK
RGB Variations
Color information
#78711D (or 0x78711D) is known color: Olivetone. HEX triplet: 78, 71 and 1D. RGB value is (120,113,29). Sum of RGB (Red+Green+Blue) = 120+113+29=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78711D is #878EE2. Grayscale: #696969. Windows color (decimal): -8883939 or 1929592. OLE color: 1929592.
HSL color Cylindrical-coordinate representation of color #78711D: hue angle of 55.38º 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 #78711D is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 29 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.53 |
| HSL | 55.38º | 0.61% | 0.29% | - |
| HSV(B) | 55.38º | 0.76% | 0.47% | - |
| XYZ | 13.87 | 15.89 | 3.5 | - |
| YUV | 105.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 29 | 0 | 0.06 | 0.76 | 0.53 | 55.38 | 0.61 | 0.29 |
| Hex | 78 | 71 | 1D | 0 | 6 | 4C | 35 | 37 | 3D | 1D |
| Octal | 170 | 161 | 35 | 0 | 6 | 114 | 65 | 67 | 75 | 35 |
| Binary | 1111000 | 1110001 | 11101 | 0 | 110 | 1001100 | 110101 | 110111 | 111101 | 11101 |
Color Harmonies of #78711D
Complementary color
Monochromatic Colors of #78711D
Black with #78711D
Text Example
Text Example
White with #78711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78711D; }
p { color: rgb(120,113,29); }
H1.HeaderClassName
{
color: #78711D;
}
.AnyTagClassName
{
color: #78711D;
}
</style>
background-color css
<style>
a { background-color: #78711D; }
a { background-color: rgb(120,113,29); }
div.DivClassName
{
background-color: #78711D;
}
.BgClassName
{
background-color: #78711D;
}
</style>
border-color css
<style>
span { border-color: #78711D; }
span { border-color: rgb(120,113,29); }
td.TdClassName
{
border-color: #78711D;
}
.TagClassName
{
border-color: #78711D;
}
</style>