Shades of Mantis #87B971
Tints of Mantis #87B971
RGB
CMYK
RGB Variations
Color information
#87B971 (or 0x87B971) is known color: Mantis. HEX triplet: 87, B9 and 71. RGB value is (135,185,113). Sum of RGB (Red+Green+Blue) = 135+185+113=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #87B971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B971 is #78468E. Grayscale: #A2A2A2. Windows color (decimal): -7882383 or 7453063. OLE color: 7453063.
HSL color Cylindrical-coordinate representation of color #87B971: hue angle of 101.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87B971 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 185 | 113 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.27 |
| HSL | 101.67º | 0.34% | 0.58% | - |
| HSV(B) | 101.67º | 0.39% | 0.73% | - |
| XYZ | 30.32 | 41.04 | 21.95 | - |
| YUV | 161.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 185 | 113 | 0.27 | 0 | 0.39 | 0.27 | 101.67 | 0.34 | 0.58 |
| Hex | 87 | B9 | 71 | 1B | 0 | 27 | 1B | 66 | 22 | 3A |
| Octal | 207 | 271 | 161 | 33 | 0 | 47 | 33 | 146 | 42 | 72 |
| Binary | 10000111 | 10111001 | 1110001 | 11011 | 0 | 100111 | 11011 | 1100110 | 100010 | 111010 |
Color Harmonies of #87B971
Complementary color
Monochromatic Colors of #87B971
Black with #87B971
Text Example
Text Example
White with #87B971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B971; }
p { color: rgb(135,185,113); }
H1.HeaderClassName
{
color: #87B971;
}
.AnyTagClassName
{
color: #87B971;
}
</style>
background-color css
<style>
a { background-color: #87B971; }
a { background-color: rgb(135,185,113); }
div.DivClassName
{
background-color: #87B971;
}
.BgClassName
{
background-color: #87B971;
}
</style>
border-color css
<style>
span { border-color: #87B971; }
span { border-color: rgb(135,185,113); }
td.TdClassName
{
border-color: #87B971;
}
.TagClassName
{
border-color: #87B971;
}
</style>