Shades of Olive #88760E
Tints of Olive #88760E
RGB
CMYK
RGB Variations
Color information
#88760E (or 0x88760E) is known color: Olive. HEX triplet: 88, 76 and 0E. RGB value is (136,118,14). Sum of RGB (Red+Green+Blue) = 136+118+14=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88760E is #7789F1. Grayscale: #6F6F6F. Windows color (decimal): -7834098 or 947848. OLE color: 947848.
HSL color Cylindrical-coordinate representation of color #88760E: hue angle of 51.15º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88760E is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 118 | 14 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.47 |
| HSL | 51.15º | 0.81% | 0.29% | - |
| HSV(B) | 51.15º | 0.9% | 0.53% | - |
| XYZ | 16.71 | 18.22 | 3.05 | - |
| YUV | 111.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 14 | 0 | 0.13 | 0.90 | 0.47 | 51.15 | 0.81 | 0.29 |
| Hex | 88 | 76 | E | 0 | D | 5A | 2F | 33 | 51 | 1D |
| Octal | 210 | 166 | 16 | 0 | 15 | 132 | 57 | 63 | 121 | 35 |
| Binary | 10001000 | 1110110 | 1110 | 0 | 1101 | 1011010 | 101111 | 110011 | 1010001 | 11101 |
Color Harmonies of #88760E
Complementary color
Monochromatic Colors of #88760E
Black with #88760E
Text Example
Text Example
White with #88760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88760E; }
p { color: rgb(136,118,14); }
H1.HeaderClassName
{
color: #88760E;
}
.AnyTagClassName
{
color: #88760E;
}
</style>
background-color css
<style>
a { background-color: #88760E; }
a { background-color: rgb(136,118,14); }
div.DivClassName
{
background-color: #88760E;
}
.BgClassName
{
background-color: #88760E;
}
</style>
border-color css
<style>
span { border-color: #88760E; }
span { border-color: rgb(136,118,14); }
td.TdClassName
{
border-color: #88760E;
}
.TagClassName
{
border-color: #88760E;
}
</style>