Shades of Olive #88770F
Tints of Olive #88770F
RGB
CMYK
RGB Variations
Color information
#88770F (or 0x88770F) is known color: Olive. HEX triplet: 88, 77 and 0F. RGB value is (136,119,15). Sum of RGB (Red+Green+Blue) = 136+119+15=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #88770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88770F is #7788F0. Grayscale: #707070. Windows color (decimal): -7833841 or 1013640. OLE color: 1013640.
HSL color Cylindrical-coordinate representation of color #88770F: hue angle of 51.57º 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 #88770F is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 119 | 15 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.47 |
| HSL | 51.57º | 0.8% | 0.3% | - |
| HSV(B) | 51.57º | 0.89% | 0.53% | - |
| XYZ | 16.84 | 18.46 | 3.13 | - |
| YUV | 112.23 | 73.13 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 15 | 0 | 0.12 | 0.89 | 0.47 | 51.57 | 0.8 | 0.3 |
| Hex | 88 | 77 | F | 0 | C | 59 | 2F | 34 | 50 | 1E |
| Octal | 210 | 167 | 17 | 0 | 14 | 131 | 57 | 64 | 120 | 36 |
| Binary | 10001000 | 1110111 | 1111 | 0 | 1100 | 1011001 | 101111 | 110100 | 1010000 | 11110 |
Color Harmonies of #88770F
Complementary color
Monochromatic Colors of #88770F
Black with #88770F
Text Example
Text Example
White with #88770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88770F; }
p { color: rgb(136,119,15); }
H1.HeaderClassName
{
color: #88770F;
}
.AnyTagClassName
{
color: #88770F;
}
</style>
background-color css
<style>
a { background-color: #88770F; }
a { background-color: rgb(136,119,15); }
div.DivClassName
{
background-color: #88770F;
}
.BgClassName
{
background-color: #88770F;
}
</style>
border-color css
<style>
span { border-color: #88770F; }
span { border-color: rgb(136,119,15); }
td.TdClassName
{
border-color: #88770F;
}
.TagClassName
{
border-color: #88770F;
}
</style>