Shades of Mantis #87BD6E
Tints of Mantis #87BD6E
RGB
CMYK
RGB Variations
Color information
#87BD6E (or 0x87BD6E) is known color: Mantis. HEX triplet: 87, BD and 6E. RGB value is (135,189,110). Sum of RGB (Red+Green+Blue) = 135+189+110=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BD6E is #784291. Grayscale: #A4A4A4. Windows color (decimal): -7881362 or 7257479. OLE color: 7257479.
HSL color Cylindrical-coordinate representation of color #87BD6E: hue angle of 101.01º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87BD6E is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 110 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.26 |
| HSL | 101.01º | 0.37% | 0.59% | - |
| HSV(B) | 101.01º | 0.42% | 0.74% | - |
| XYZ | 31 | 42.67 | 21.35 | - |
| YUV | 163.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 110 | 0.29 | 0 | 0.42 | 0.26 | 101.01 | 0.37 | 0.59 |
| Hex | 87 | BD | 6E | 1D | 0 | 2A | 1A | 65 | 25 | 3B |
| Octal | 207 | 275 | 156 | 35 | 0 | 52 | 32 | 145 | 45 | 73 |
| Binary | 10000111 | 10111101 | 1101110 | 11101 | 0 | 101010 | 11010 | 1100101 | 100101 | 111011 |
Color Harmonies of #87BD6E
Complementary color
Monochromatic Colors of #87BD6E
Black with #87BD6E
Text Example
Text Example
White with #87BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD6E; }
p { color: rgb(135,189,110); }
H1.HeaderClassName
{
color: #87BD6E;
}
.AnyTagClassName
{
color: #87BD6E;
}
</style>
background-color css
<style>
a { background-color: #87BD6E; }
a { background-color: rgb(135,189,110); }
div.DivClassName
{
background-color: #87BD6E;
}
.BgClassName
{
background-color: #87BD6E;
}
</style>
border-color css
<style>
span { border-color: #87BD6E; }
span { border-color: rgb(135,189,110); }
td.TdClassName
{
border-color: #87BD6E;
}
.TagClassName
{
border-color: #87BD6E;
}
</style>