Shades of Olive #88770B
Tints of Olive #88770B
RGB
CMYK
RGB Variations
Color information
#88770B (or 0x88770B) is known color: Olive. HEX triplet: 88, 77 and 0B. RGB value is (136,119,11). Sum of RGB (Red+Green+Blue) = 136+119+11=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88770B is #7788F4. Grayscale: #707070. Windows color (decimal): -7833845 or 751496. OLE color: 751496.
HSL color Cylindrical-coordinate representation of color #88770B: hue angle of 51.84º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88770B is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 119 | 11 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.47 |
| HSL | 51.84º | 0.85% | 0.29% | - |
| HSV(B) | 51.84º | 0.92% | 0.53% | - |
| XYZ | 16.81 | 18.45 | 2.99 | - |
| YUV | 111.77 | 71.13 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 11 | 0 | 0.12 | 0.92 | 0.47 | 51.84 | 0.85 | 0.29 |
| Hex | 88 | 77 | B | 0 | C | 5C | 2F | 34 | 55 | 1D |
| Octal | 210 | 167 | 13 | 0 | 14 | 134 | 57 | 64 | 125 | 35 |
| Binary | 10001000 | 1110111 | 1011 | 0 | 1100 | 1011100 | 101111 | 110100 | 1010101 | 11101 |
Color Harmonies of #88770B
Complementary color
Monochromatic Colors of #88770B
Black with #88770B
Text Example
Text Example
White with #88770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88770B; }
p { color: rgb(136,119,11); }
H1.HeaderClassName
{
color: #88770B;
}
.AnyTagClassName
{
color: #88770B;
}
</style>
background-color css
<style>
a { background-color: #88770B; }
a { background-color: rgb(136,119,11); }
div.DivClassName
{
background-color: #88770B;
}
.BgClassName
{
background-color: #88770B;
}
</style>
border-color css
<style>
span { border-color: #88770B; }
span { border-color: rgb(136,119,11); }
td.TdClassName
{
border-color: #88770B;
}
.TagClassName
{
border-color: #88770B;
}
</style>