Shades of Mantis #87BD6F
Tints of Mantis #87BD6F
RGB
CMYK
RGB Variations
Color information
#87BD6F (or 0x87BD6F) is known color: Mantis. HEX triplet: 87, BD and 6F. RGB value is (135,189,111). Sum of RGB (Red+Green+Blue) = 135+189+111=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BD6F is #784290. Grayscale: #A4A4A4. Windows color (decimal): -7881361 or 7323015. OLE color: 7323015.
HSL color Cylindrical-coordinate representation of color #87BD6F: hue angle of 101.54º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87BD6F is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 111 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.26 |
| HSL | 101.54º | 0.37% | 0.59% | - |
| HSV(B) | 101.54º | 0.41% | 0.74% | - |
| XYZ | 31.06 | 42.69 | 21.64 | - |
| YUV | 163.96 | 98.11 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 111 | 0.29 | 0 | 0.41 | 0.26 | 101.54 | 0.37 | 0.59 |
| Hex | 87 | BD | 6F | 1D | 0 | 29 | 1A | 66 | 25 | 3B |
| Octal | 207 | 275 | 157 | 35 | 0 | 51 | 32 | 146 | 45 | 73 |
| Binary | 10000111 | 10111101 | 1101111 | 11101 | 0 | 101001 | 11010 | 1100110 | 100101 | 111011 |
Color Harmonies of #87BD6F
Complementary color
Monochromatic Colors of #87BD6F
Black with #87BD6F
Text Example
Text Example
White with #87BD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD6F; }
p { color: rgb(135,189,111); }
H1.HeaderClassName
{
color: #87BD6F;
}
.AnyTagClassName
{
color: #87BD6F;
}
</style>
background-color css
<style>
a { background-color: #87BD6F; }
a { background-color: rgb(135,189,111); }
div.DivClassName
{
background-color: #87BD6F;
}
.BgClassName
{
background-color: #87BD6F;
}
</style>
border-color css
<style>
span { border-color: #87BD6F; }
span { border-color: rgb(135,189,111); }
td.TdClassName
{
border-color: #87BD6F;
}
.TagClassName
{
border-color: #87BD6F;
}
</style>