Shades of Olivetone #78701D
Tints of Olivetone #78701D
RGB
CMYK
RGB Variations
Color information
#78701D (or 0x78701D) is known color: Olivetone. HEX triplet: 78, 70 and 1D. RGB value is (120,112,29). Sum of RGB (Red+Green+Blue) = 120+112+29=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78701D is #878FE2. Grayscale: #696969. Windows color (decimal): -8884195 or 1929336. OLE color: 1929336.
HSL color Cylindrical-coordinate representation of color #78701D: hue angle of 54.73º 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 #78701D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 29 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.53 |
| HSL | 54.73º | 0.61% | 0.29% | - |
| HSV(B) | 54.73º | 0.76% | 0.47% | - |
| XYZ | 13.76 | 15.67 | 3.46 | - |
| YUV | 104.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 29 | 0 | 0.07 | 0.76 | 0.53 | 54.73 | 0.61 | 0.29 |
| Hex | 78 | 70 | 1D | 0 | 7 | 4C | 35 | 37 | 3D | 1D |
| Octal | 170 | 160 | 35 | 0 | 7 | 114 | 65 | 67 | 75 | 35 |
| Binary | 1111000 | 1110000 | 11101 | 0 | 111 | 1001100 | 110101 | 110111 | 111101 | 11101 |
Color Harmonies of #78701D
Complementary color
Monochromatic Colors of #78701D
Black with #78701D
Text Example
Text Example
White with #78701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78701D; }
p { color: rgb(120,112,29); }
H1.HeaderClassName
{
color: #78701D;
}
.AnyTagClassName
{
color: #78701D;
}
</style>
background-color css
<style>
a { background-color: #78701D; }
a { background-color: rgb(120,112,29); }
div.DivClassName
{
background-color: #78701D;
}
.BgClassName
{
background-color: #78701D;
}
</style>
border-color css
<style>
span { border-color: #78701D; }
span { border-color: rgb(120,112,29); }
td.TdClassName
{
border-color: #78701D;
}
.TagClassName
{
border-color: #78701D;
}
</style>