Shades of Mantis #87BC6A
Tints of Mantis #87BC6A
RGB
CMYK
RGB Variations
Color information
#87BC6A (or 0x87BC6A) is known color: Mantis. HEX triplet: 87, BC and 6A. RGB value is (135,188,106). Sum of RGB (Red+Green+Blue) = 135+188+106=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #87BC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BC6A is #784395. Grayscale: #A3A3A3. Windows color (decimal): -7881622 or 6995079. OLE color: 6995079.
HSL color Cylindrical-coordinate representation of color #87BC6A: hue angle of 98.78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87BC6A is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 188 | 106 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.26 |
| HSL | 98.78º | 0.38% | 0.58% | - |
| HSV(B) | 98.78º | 0.44% | 0.74% | - |
| XYZ | 30.58 | 42.16 | 20.16 | - |
| YUV | 162.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 106 | 0.28 | 0 | 0.44 | 0.26 | 98.78 | 0.38 | 0.58 |
| Hex | 87 | BC | 6A | 1C | 0 | 2C | 1A | 63 | 26 | 3A |
| Octal | 207 | 274 | 152 | 34 | 0 | 54 | 32 | 143 | 46 | 72 |
| Binary | 10000111 | 10111100 | 1101010 | 11100 | 0 | 101100 | 11010 | 1100011 | 100110 | 111010 |
Color Harmonies of #87BC6A
Complementary color
Monochromatic Colors of #87BC6A
Black with #87BC6A
Text Example
Text Example
White with #87BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BC6A; }
p { color: rgb(135,188,106); }
H1.HeaderClassName
{
color: #87BC6A;
}
.AnyTagClassName
{
color: #87BC6A;
}
</style>
background-color css
<style>
a { background-color: #87BC6A; }
a { background-color: rgb(135,188,106); }
div.DivClassName
{
background-color: #87BC6A;
}
.BgClassName
{
background-color: #87BC6A;
}
</style>
border-color css
<style>
span { border-color: #87BC6A; }
span { border-color: rgb(135,188,106); }
td.TdClassName
{
border-color: #87BC6A;
}
.TagClassName
{
border-color: #87BC6A;
}
</style>