Shades of Olive #88870C
Tints of Olive #88870C
RGB
CMYK
RGB Variations
Color information
#88870C (or 0x88870C) is known color: Olive. HEX triplet: 88, 87 and 0C. RGB value is (136,135,12). Sum of RGB (Red+Green+Blue) = 136+135+12=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88870C is #7778F3. Grayscale: #797979. Windows color (decimal): -7829748 or 821128. OLE color: 821128.
HSL color Cylindrical-coordinate representation of color #88870C: hue angle of 59.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88870C is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 12 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.47 |
| HSL | 59.52º | 0.84% | 0.29% | - |
| HSV(B) | 59.52º | 0.91% | 0.53% | - |
| XYZ | 18.88 | 22.59 | 3.71 | - |
| YUV | 121.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 12 | 0 | 0.01 | 0.91 | 0.47 | 59.52 | 0.84 | 0.29 |
| Hex | 88 | 87 | C | 0 | 1 | 5B | 2F | 3C | 54 | 1D |
| Octal | 210 | 207 | 14 | 0 | 1 | 133 | 57 | 74 | 124 | 35 |
| Binary | 10001000 | 10000111 | 1100 | 0 | 1 | 1011011 | 101111 | 111100 | 1010100 | 11101 |
Color Harmonies of #88870C
Complementary color
Monochromatic Colors of #88870C
Black with #88870C
Text Example
Text Example
White with #88870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88870C; }
p { color: rgb(136,135,12); }
H1.HeaderClassName
{
color: #88870C;
}
.AnyTagClassName
{
color: #88870C;
}
</style>
background-color css
<style>
a { background-color: #88870C; }
a { background-color: rgb(136,135,12); }
div.DivClassName
{
background-color: #88870C;
}
.BgClassName
{
background-color: #88870C;
}
</style>
border-color css
<style>
span { border-color: #88870C; }
span { border-color: rgb(136,135,12); }
td.TdClassName
{
border-color: #88870C;
}
.TagClassName
{
border-color: #88870C;
}
</style>