Shades of Olivetone #78711C
Tints of Olivetone #78711C
RGB
CMYK
RGB Variations
Color information
#78711C (or 0x78711C) is known color: Olivetone. HEX triplet: 78, 71 and 1C. RGB value is (120,113,28). Sum of RGB (Red+Green+Blue) = 120+113+28=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78711C is #878EE3. Grayscale: #696969. Windows color (decimal): -8883940 or 1864056. OLE color: 1864056.
HSL color Cylindrical-coordinate representation of color #78711C: hue angle of 55.43º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78711C is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 28 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.53 |
| HSL | 55.43º | 0.62% | 0.29% | - |
| HSV(B) | 55.43º | 0.77% | 0.47% | - |
| XYZ | 13.86 | 15.89 | 3.43 | - |
| YUV | 105.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 28 | 0 | 0.06 | 0.77 | 0.53 | 55.43 | 0.62 | 0.29 |
| Hex | 78 | 71 | 1C | 0 | 6 | 4D | 35 | 37 | 3E | 1D |
| Octal | 170 | 161 | 34 | 0 | 6 | 115 | 65 | 67 | 76 | 35 |
| Binary | 1111000 | 1110001 | 11100 | 0 | 110 | 1001101 | 110101 | 110111 | 111110 | 11101 |
Color Harmonies of #78711C
Complementary color
Monochromatic Colors of #78711C
Black with #78711C
Text Example
Text Example
White with #78711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78711C; }
p { color: rgb(120,113,28); }
H1.HeaderClassName
{
color: #78711C;
}
.AnyTagClassName
{
color: #78711C;
}
</style>
background-color css
<style>
a { background-color: #78711C; }
a { background-color: rgb(120,113,28); }
div.DivClassName
{
background-color: #78711C;
}
.BgClassName
{
background-color: #78711C;
}
</style>
border-color css
<style>
span { border-color: #78711C; }
span { border-color: rgb(120,113,28); }
td.TdClassName
{
border-color: #78711C;
}
.TagClassName
{
border-color: #78711C;
}
</style>