Shades of Mantis #87C06F
Tints of Mantis #87C06F
RGB
CMYK
RGB Variations
Color information
#87C06F (or 0x87C06F) is known color: Mantis. HEX triplet: 87, C0 and 6F. RGB value is (135,192,111). Sum of RGB (Red+Green+Blue) = 135+192+111=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #87C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C06F is #783F90. Grayscale: #A5A5A5. Windows color (decimal): -7880593 or 7323783. OLE color: 7323783.
HSL color Cylindrical-coordinate representation of color #87C06F: hue angle of 102.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87C06F is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 111 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.25 |
| HSL | 102.22º | 0.39% | 0.59% | - |
| HSV(B) | 102.22º | 0.42% | 0.75% | - |
| XYZ | 31.71 | 44 | 21.86 | - |
| YUV | 165.72 | 97.12 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 111 | 0.30 | 0 | 0.42 | 0.25 | 102.22 | 0.39 | 0.59 |
| Hex | 87 | C0 | 6F | 1E | 0 | 2A | 19 | 66 | 27 | 3B |
| Octal | 207 | 300 | 157 | 36 | 0 | 52 | 31 | 146 | 47 | 73 |
| Binary | 10000111 | 11000000 | 1101111 | 11110 | 0 | 101010 | 11001 | 1100110 | 100111 | 111011 |
Color Harmonies of #87C06F
Complementary color
Monochromatic Colors of #87C06F
Black with #87C06F
Text Example
Text Example
White with #87C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C06F; }
p { color: rgb(135,192,111); }
H1.HeaderClassName
{
color: #87C06F;
}
.AnyTagClassName
{
color: #87C06F;
}
</style>
background-color css
<style>
a { background-color: #87C06F; }
a { background-color: rgb(135,192,111); }
div.DivClassName
{
background-color: #87C06F;
}
.BgClassName
{
background-color: #87C06F;
}
</style>
border-color css
<style>
span { border-color: #87C06F; }
span { border-color: rgb(135,192,111); }
td.TdClassName
{
border-color: #87C06F;
}
.TagClassName
{
border-color: #87C06F;
}
</style>