Shades of Mantis #87C168
Tints of Mantis #87C168
RGB
CMYK
RGB Variations
Color information
#87C168 (or 0x87C168) is known color: Mantis. HEX triplet: 87, C1 and 68. RGB value is (135,193,104). Sum of RGB (Red+Green+Blue) = 135+193+104=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #87C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C168 is #783E97. Grayscale: #A5A5A5. Windows color (decimal): -7880344 or 6865287. OLE color: 6865287.
HSL color Cylindrical-coordinate representation of color #87C168: hue angle of 99.1º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87C168 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 193 | 104 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.24 |
| HSL | 99.1º | 0.42% | 0.58% | - |
| HSV(B) | 99.1º | 0.46% | 0.76% | - |
| XYZ | 31.56 | 44.29 | 19.98 | - |
| YUV | 165.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 193 | 104 | 0.30 | 0 | 0.46 | 0.24 | 99.1 | 0.42 | 0.58 |
| Hex | 87 | C1 | 68 | 1E | 0 | 2E | 18 | 63 | 2A | 3A |
| Octal | 207 | 301 | 150 | 36 | 0 | 56 | 30 | 143 | 52 | 72 |
| Binary | 10000111 | 11000001 | 1101000 | 11110 | 0 | 101110 | 11000 | 1100011 | 101010 | 111010 |
Color Harmonies of #87C168
Complementary color
Monochromatic Colors of #87C168
Black with #87C168
Text Example
Text Example
White with #87C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C168; }
p { color: rgb(135,193,104); }
H1.HeaderClassName
{
color: #87C168;
}
.AnyTagClassName
{
color: #87C168;
}
</style>
background-color css
<style>
a { background-color: #87C168; }
a { background-color: rgb(135,193,104); }
div.DivClassName
{
background-color: #87C168;
}
.BgClassName
{
background-color: #87C168;
}
</style>
border-color css
<style>
span { border-color: #87C168; }
span { border-color: rgb(135,193,104); }
td.TdClassName
{
border-color: #87C168;
}
.TagClassName
{
border-color: #87C168;
}
</style>