Shades of Mantis #87C073
Tints of Mantis #87C073
RGB
CMYK
RGB Variations
Color information
#87C073 (or 0x87C073) is known color: Mantis. HEX triplet: 87, C0 and 73. RGB value is (135,192,115). Sum of RGB (Red+Green+Blue) = 135+192+115=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #87C073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C073 is #783F8C. Grayscale: #A6A6A6. Windows color (decimal): -7880589 or 7585927. OLE color: 7585927.
HSL color Cylindrical-coordinate representation of color #87C073: hue angle of 104.42º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87C073 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 115 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.25 |
| HSL | 104.42º | 0.38% | 0.6% | - |
| HSV(B) | 104.42º | 0.4% | 0.75% | - |
| XYZ | 31.94 | 44.09 | 23.05 | - |
| YUV | 166.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 115 | 0.30 | 0 | 0.40 | 0.25 | 104.42 | 0.38 | 0.6 |
| Hex | 87 | C0 | 73 | 1E | 0 | 28 | 19 | 68 | 26 | 3C |
| Octal | 207 | 300 | 163 | 36 | 0 | 50 | 31 | 150 | 46 | 74 |
| Binary | 10000111 | 11000000 | 1110011 | 11110 | 0 | 101000 | 11001 | 1101000 | 100110 | 111100 |
Color Harmonies of #87C073
Complementary color
Monochromatic Colors of #87C073
Black with #87C073
Text Example
Text Example
White with #87C073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C073; }
p { color: rgb(135,192,115); }
H1.HeaderClassName
{
color: #87C073;
}
.AnyTagClassName
{
color: #87C073;
}
</style>
background-color css
<style>
a { background-color: #87C073; }
a { background-color: rgb(135,192,115); }
div.DivClassName
{
background-color: #87C073;
}
.BgClassName
{
background-color: #87C073;
}
</style>
border-color css
<style>
span { border-color: #87C073; }
span { border-color: rgb(135,192,115); }
td.TdClassName
{
border-color: #87C073;
}
.TagClassName
{
border-color: #87C073;
}
</style>