Shades of Olivetone #78751E
Tints of Olivetone #78751E
RGB
CMYK
RGB Variations
Color information
#78751E (or 0x78751E) is known color: Olivetone. HEX triplet: 78, 75 and 1E. RGB value is (120,117,30). Sum of RGB (Red+Green+Blue) = 120+117+30=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78751E is #878AE1. Grayscale: #6C6C6C. Windows color (decimal): -8882914 or 1996152. OLE color: 1996152.
HSL color Cylindrical-coordinate representation of color #78751E: hue angle of 58º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78751E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 30 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.53 |
| HSL | 58º | 0.6% | 0.29% | - |
| HSV(B) | 58º | 0.75% | 0.47% | - |
| XYZ | 14.34 | 16.81 | 3.72 | - |
| YUV | 107.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 30 | 0 | 0.02 | 0.75 | 0.53 | 58 | 0.6 | 0.29 |
| Hex | 78 | 75 | 1E | 0 | 2 | 4B | 35 | 3A | 3C | 1D |
| Octal | 170 | 165 | 36 | 0 | 2 | 113 | 65 | 72 | 74 | 35 |
| Binary | 1111000 | 1110101 | 11110 | 0 | 10 | 1001011 | 110101 | 111010 | 111100 | 11101 |
Color Harmonies of #78751E
Complementary color
Monochromatic Colors of #78751E
Black with #78751E
Text Example
Text Example
White with #78751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78751E; }
p { color: rgb(120,117,30); }
H1.HeaderClassName
{
color: #78751E;
}
.AnyTagClassName
{
color: #78751E;
}
</style>
background-color css
<style>
a { background-color: #78751E; }
a { background-color: rgb(120,117,30); }
div.DivClassName
{
background-color: #78751E;
}
.BgClassName
{
background-color: #78751E;
}
</style>
border-color css
<style>
span { border-color: #78751E; }
span { border-color: rgb(120,117,30); }
td.TdClassName
{
border-color: #78751E;
}
.TagClassName
{
border-color: #78751E;
}
</style>