Shades of Olive #88880F
Tints of Olive #88880F
RGB
CMYK
RGB Variations
Color information
#88880F (or 0x88880F) is known color: Olive. HEX triplet: 88, 88 and 0F. RGB value is (136,136,15). Sum of RGB (Red+Green+Blue) = 136+136+15=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88880F is #7777F0. Grayscale: #7A7A7A. Windows color (decimal): -7829489 or 1017992. OLE color: 1017992.
HSL color Cylindrical-coordinate representation of color #88880F: hue angle of 60º 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 #88880F is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 15 | - |
| CMYK | 0 | 0 | 0.89 | 0.47 |
| HSL | 60º | 0.8% | 0.3% | - |
| HSV(B) | 60º | 0.89% | 0.53% | - |
| XYZ | 19.04 | 22.88 | 3.86 | - |
| YUV | 122.21 | 67.5 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 15 | 0 | 0 | 0.89 | 0.47 | 60 | 0.8 | 0.3 |
| Hex | 88 | 88 | F | 0 | 0 | 59 | 2F | 3C | 50 | 1E |
| Octal | 210 | 210 | 17 | 0 | 0 | 131 | 57 | 74 | 120 | 36 |
| Binary | 10001000 | 10001000 | 1111 | 0 | 0 | 1011001 | 101111 | 111100 | 1010000 | 11110 |
Color Harmonies of #88880F
Complementary color
Monochromatic Colors of #88880F
Black with #88880F
Text Example
Text Example
White with #88880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88880F; }
p { color: rgb(136,136,15); }
H1.HeaderClassName
{
color: #88880F;
}
.AnyTagClassName
{
color: #88880F;
}
</style>
background-color css
<style>
a { background-color: #88880F; }
a { background-color: rgb(136,136,15); }
div.DivClassName
{
background-color: #88880F;
}
.BgClassName
{
background-color: #88880F;
}
</style>
border-color css
<style>
span { border-color: #88880F; }
span { border-color: rgb(136,136,15); }
td.TdClassName
{
border-color: #88880F;
}
.TagClassName
{
border-color: #88880F;
}
</style>