Shades of Olive #76700E
Tints of Olive #76700E
RGB
CMYK
RGB Variations
Color information
#76700E (or 0x76700E) is known color: Olive. HEX triplet: 76, 70 and 0E. RGB value is (118,112,14). Sum of RGB (Red+Green+Blue) = 118+112+14=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76700E is #898FF1. Grayscale: #676767. Windows color (decimal): -9015282 or 946294. OLE color: 946294.
HSL color Cylindrical-coordinate representation of color #76700E: hue angle of 56.54º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76700E is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 14 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.54 |
| HSL | 56.54º | 0.79% | 0.26% | - |
| HSV(B) | 56.54º | 0.88% | 0.46% | - |
| XYZ | 13.34 | 15.47 | 2.7 | - |
| YUV | 102.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 14 | 0 | 0.05 | 0.88 | 0.54 | 56.54 | 0.79 | 0.26 |
| Hex | 76 | 70 | E | 0 | 5 | 58 | 36 | 39 | 4F | 1A |
| Octal | 166 | 160 | 16 | 0 | 5 | 130 | 66 | 71 | 117 | 32 |
| Binary | 1110110 | 1110000 | 1110 | 0 | 101 | 1011000 | 110110 | 111001 | 1001111 | 11010 |
Color Harmonies of #76700E
Complementary color
Monochromatic Colors of #76700E
Black with #76700E
Text Example
Text Example
White with #76700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76700E; }
p { color: rgb(118,112,14); }
H1.HeaderClassName
{
color: #76700E;
}
.AnyTagClassName
{
color: #76700E;
}
</style>
background-color css
<style>
a { background-color: #76700E; }
a { background-color: rgb(118,112,14); }
div.DivClassName
{
background-color: #76700E;
}
.BgClassName
{
background-color: #76700E;
}
</style>
border-color css
<style>
span { border-color: #76700E; }
span { border-color: rgb(118,112,14); }
td.TdClassName
{
border-color: #76700E;
}
.TagClassName
{
border-color: #76700E;
}
</style>