Shades of Mantis #87B76B
Tints of Mantis #87B76B
RGB
CMYK
RGB Variations
Color information
#87B76B (or 0x87B76B) is known color: Mantis. HEX triplet: 87, B7 and 6B. RGB value is (135,183,107). Sum of RGB (Red+Green+Blue) = 135+183+107=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #87B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B76B is #784894. Grayscale: #A0A0A0. Windows color (decimal): -7882901 or 7059335. OLE color: 7059335.
HSL color Cylindrical-coordinate representation of color #87B76B: hue angle of 97.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87B76B is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 183 | 107 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.28 |
| HSL | 97.89º | 0.35% | 0.57% | - |
| HSV(B) | 97.89º | 0.42% | 0.72% | - |
| XYZ | 29.58 | 40.08 | 20.09 | - |
| YUV | 159.98 | 98.1 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 183 | 107 | 0.26 | 0 | 0.42 | 0.28 | 97.89 | 0.35 | 0.57 |
| Hex | 87 | B7 | 6B | 1A | 0 | 2A | 1C | 62 | 23 | 39 |
| Octal | 207 | 267 | 153 | 32 | 0 | 52 | 34 | 142 | 43 | 71 |
| Binary | 10000111 | 10110111 | 1101011 | 11010 | 0 | 101010 | 11100 | 1100010 | 100011 | 111001 |
Color Harmonies of #87B76B
Complementary color
Monochromatic Colors of #87B76B
Black with #87B76B
Text Example
Text Example
White with #87B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B76B; }
p { color: rgb(135,183,107); }
H1.HeaderClassName
{
color: #87B76B;
}
.AnyTagClassName
{
color: #87B76B;
}
</style>
background-color css
<style>
a { background-color: #87B76B; }
a { background-color: rgb(135,183,107); }
div.DivClassName
{
background-color: #87B76B;
}
.BgClassName
{
background-color: #87B76B;
}
</style>
border-color css
<style>
span { border-color: #87B76B; }
span { border-color: rgb(135,183,107); }
td.TdClassName
{
border-color: #87B76B;
}
.TagClassName
{
border-color: #87B76B;
}
</style>