Shades of Mantis #87C076
Tints of Mantis #87C076
RGB
CMYK
RGB Variations
Color information
#87C076 (or 0x87C076) is known color: Mantis. HEX triplet: 87, C0 and 76. RGB value is (135,192,118). Sum of RGB (Red+Green+Blue) = 135+192+118=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #87C076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C076 is #783F89. Grayscale: #A6A6A6. Windows color (decimal): -7880586 or 7782535. OLE color: 7782535.
HSL color Cylindrical-coordinate representation of color #87C076: hue angle of 106.22º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87C076 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 118 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.25 |
| HSL | 106.22º | 0.37% | 0.61% | - |
| HSV(B) | 106.22º | 0.39% | 0.75% | - |
| XYZ | 32.11 | 44.16 | 23.97 | - |
| YUV | 166.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 118 | 0.30 | 0 | 0.39 | 0.25 | 106.22 | 0.37 | 0.61 |
| Hex | 87 | C0 | 76 | 1E | 0 | 27 | 19 | 6A | 25 | 3D |
| Octal | 207 | 300 | 166 | 36 | 0 | 47 | 31 | 152 | 45 | 75 |
| Binary | 10000111 | 11000000 | 1110110 | 11110 | 0 | 100111 | 11001 | 1101010 | 100101 | 111101 |
Color Harmonies of #87C076
Complementary color
Monochromatic Colors of #87C076
Black with #87C076
Text Example
Text Example
White with #87C076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C076; }
p { color: rgb(135,192,118); }
H1.HeaderClassName
{
color: #87C076;
}
.AnyTagClassName
{
color: #87C076;
}
</style>
background-color css
<style>
a { background-color: #87C076; }
a { background-color: rgb(135,192,118); }
div.DivClassName
{
background-color: #87C076;
}
.BgClassName
{
background-color: #87C076;
}
</style>
border-color css
<style>
span { border-color: #87C076; }
span { border-color: rgb(135,192,118); }
td.TdClassName
{
border-color: #87C076;
}
.TagClassName
{
border-color: #87C076;
}
</style>