Shades of Mantis #87BA76
Tints of Mantis #87BA76
RGB
CMYK
RGB Variations
Color information
#87BA76 (or 0x87BA76) is known color: Mantis. HEX triplet: 87, BA and 76. RGB value is (135,186,118). Sum of RGB (Red+Green+Blue) = 135+186+118=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #87BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BA76 is #784589. Grayscale: #A3A3A3. Windows color (decimal): -7882122 or 7780999. OLE color: 7780999.
HSL color Cylindrical-coordinate representation of color #87BA76: hue angle of 105º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87BA76 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 186 | 118 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.27 |
| HSL | 105º | 0.33% | 0.6% | - |
| HSV(B) | 105º | 0.37% | 0.73% | - |
| XYZ | 30.82 | 41.58 | 23.54 | - |
| YUV | 163 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 186 | 118 | 0.27 | 0 | 0.37 | 0.27 | 105 | 0.33 | 0.6 |
| Hex | 87 | BA | 76 | 1B | 0 | 25 | 1B | 69 | 21 | 3C |
| Octal | 207 | 272 | 166 | 33 | 0 | 45 | 33 | 151 | 41 | 74 |
| Binary | 10000111 | 10111010 | 1110110 | 11011 | 0 | 100101 | 11011 | 1101001 | 100001 | 111100 |
Color Harmonies of #87BA76
Complementary color
Monochromatic Colors of #87BA76
Black with #87BA76
Text Example
Text Example
White with #87BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BA76; }
p { color: rgb(135,186,118); }
H1.HeaderClassName
{
color: #87BA76;
}
.AnyTagClassName
{
color: #87BA76;
}
</style>
background-color css
<style>
a { background-color: #87BA76; }
a { background-color: rgb(135,186,118); }
div.DivClassName
{
background-color: #87BA76;
}
.BgClassName
{
background-color: #87BA76;
}
</style>
border-color css
<style>
span { border-color: #87BA76; }
span { border-color: rgb(135,186,118); }
td.TdClassName
{
border-color: #87BA76;
}
.TagClassName
{
border-color: #87BA76;
}
</style>