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