Shades of Mantis #86C071
Tints of Mantis #86C071
RGB
CMYK
RGB Variations
Color information
#86C071 (or 0x86C071) is known color: Mantis. HEX triplet: 86, C0 and 71. RGB value is (134,192,113). Sum of RGB (Red+Green+Blue) = 134+192+113=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #86C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C071 is #793F8E. Grayscale: #A5A5A5. Windows color (decimal): -7946127 or 7454854. OLE color: 7454854.
HSL color Cylindrical-coordinate representation of color #86C071: hue angle of 104.05º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86C071 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 113 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.25 |
| HSL | 104.05º | 0.39% | 0.6% | - |
| HSV(B) | 104.05º | 0.41% | 0.75% | - |
| XYZ | 31.66 | 43.96 | 22.44 | - |
| YUV | 165.65 | 98.28 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 113 | 0.30 | 0 | 0.41 | 0.25 | 104.05 | 0.39 | 0.6 |
| Hex | 86 | C0 | 71 | 1E | 0 | 29 | 19 | 68 | 27 | 3C |
| Octal | 206 | 300 | 161 | 36 | 0 | 51 | 31 | 150 | 47 | 74 |
| Binary | 10000110 | 11000000 | 1110001 | 11110 | 0 | 101001 | 11001 | 1101000 | 100111 | 111100 |
Color Harmonies of #86C071
Complementary color
Monochromatic Colors of #86C071
Black with #86C071
Text Example
Text Example
White with #86C071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C071; }
p { color: rgb(134,192,113); }
H1.HeaderClassName
{
color: #86C071;
}
.AnyTagClassName
{
color: #86C071;
}
</style>
background-color css
<style>
a { background-color: #86C071; }
a { background-color: rgb(134,192,113); }
div.DivClassName
{
background-color: #86C071;
}
.BgClassName
{
background-color: #86C071;
}
</style>
border-color css
<style>
span { border-color: #86C071; }
span { border-color: rgb(134,192,113); }
td.TdClassName
{
border-color: #86C071;
}
.TagClassName
{
border-color: #86C071;
}
</style>