Shades of Mantis #87B872
Tints of Mantis #87B872
RGB
CMYK
RGB Variations
Color information
#87B872 (or 0x87B872) is known color: Mantis. HEX triplet: 87, B8 and 72. RGB value is (135,184,114). Sum of RGB (Red+Green+Blue) = 135+184+114=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #87B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B872 is #78478D. Grayscale: #A1A1A1. Windows color (decimal): -7882638 or 7518343. OLE color: 7518343.
HSL color Cylindrical-coordinate representation of color #87B872: hue angle of 102º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87B872 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 184 | 114 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.28 |
| HSL | 102º | 0.33% | 0.58% | - |
| HSV(B) | 102º | 0.38% | 0.72% | - |
| XYZ | 30.17 | 40.65 | 22.18 | - |
| YUV | 161.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 184 | 114 | 0.27 | 0 | 0.38 | 0.28 | 102 | 0.33 | 0.58 |
| Hex | 87 | B8 | 72 | 1B | 0 | 26 | 1C | 66 | 21 | 3A |
| Octal | 207 | 270 | 162 | 33 | 0 | 46 | 34 | 146 | 41 | 72 |
| Binary | 10000111 | 10111000 | 1110010 | 11011 | 0 | 100110 | 11100 | 1100110 | 100001 | 111010 |
Color Harmonies of #87B872
Complementary color
Monochromatic Colors of #87B872
Black with #87B872
Text Example
Text Example
White with #87B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B872; }
p { color: rgb(135,184,114); }
H1.HeaderClassName
{
color: #87B872;
}
.AnyTagClassName
{
color: #87B872;
}
</style>
background-color css
<style>
a { background-color: #87B872; }
a { background-color: rgb(135,184,114); }
div.DivClassName
{
background-color: #87B872;
}
.BgClassName
{
background-color: #87B872;
}
</style>
border-color css
<style>
span { border-color: #87B872; }
span { border-color: rgb(135,184,114); }
td.TdClassName
{
border-color: #87B872;
}
.TagClassName
{
border-color: #87B872;
}
</style>