Shades of Olive #88760F
Tints of Olive #88760F
RGB
CMYK
RGB Variations
Color information
#88760F (or 0x88760F) is known color: Olive. HEX triplet: 88, 76 and 0F. RGB value is (136,118,15). Sum of RGB (Red+Green+Blue) = 136+118+15=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88760F is #7789F0. Grayscale: #707070. Windows color (decimal): -7834097 or 1013384. OLE color: 1013384.
HSL color Cylindrical-coordinate representation of color #88760F: hue angle of 51.07º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88760F is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 118 | 15 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.47 |
| HSL | 51.07º | 0.8% | 0.3% | - |
| HSV(B) | 51.07º | 0.89% | 0.53% | - |
| XYZ | 16.72 | 18.23 | 3.09 | - |
| YUV | 111.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 15 | 0 | 0.13 | 0.89 | 0.47 | 51.07 | 0.8 | 0.3 |
| Hex | 88 | 76 | F | 0 | D | 59 | 2F | 33 | 50 | 1E |
| Octal | 210 | 166 | 17 | 0 | 15 | 131 | 57 | 63 | 120 | 36 |
| Binary | 10001000 | 1110110 | 1111 | 0 | 1101 | 1011001 | 101111 | 110011 | 1010000 | 11110 |
Color Harmonies of #88760F
Complementary color
Monochromatic Colors of #88760F
Black with #88760F
Text Example
Text Example
White with #88760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88760F; }
p { color: rgb(136,118,15); }
H1.HeaderClassName
{
color: #88760F;
}
.AnyTagClassName
{
color: #88760F;
}
</style>
background-color css
<style>
a { background-color: #88760F; }
a { background-color: rgb(136,118,15); }
div.DivClassName
{
background-color: #88760F;
}
.BgClassName
{
background-color: #88760F;
}
</style>
border-color css
<style>
span { border-color: #88760F; }
span { border-color: rgb(136,118,15); }
td.TdClassName
{
border-color: #88760F;
}
.TagClassName
{
border-color: #88760F;
}
</style>