Shades of Mantis #86C06D
Tints of Mantis #86C06D
RGB
CMYK
RGB Variations
Color information
#86C06D (or 0x86C06D) is known color: Mantis. HEX triplet: 86, C0 and 6D. RGB value is (134,192,109). Sum of RGB (Red+Green+Blue) = 134+192+109=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #86C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C06D is #793F92. Grayscale: #A5A5A5. Windows color (decimal): -7946131 or 7192710. OLE color: 7192710.
HSL color Cylindrical-coordinate representation of color #86C06D: hue angle of 101.93º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86C06D is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 109 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.25 |
| HSL | 101.93º | 0.4% | 0.59% | - |
| HSV(B) | 101.93º | 0.43% | 0.75% | - |
| XYZ | 31.44 | 43.87 | 21.28 | - |
| YUV | 165.2 | 96.28 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 109 | 0.30 | 0 | 0.43 | 0.25 | 101.93 | 0.4 | 0.59 |
| Hex | 86 | C0 | 6D | 1E | 0 | 2B | 19 | 66 | 28 | 3B |
| Octal | 206 | 300 | 155 | 36 | 0 | 53 | 31 | 146 | 50 | 73 |
| Binary | 10000110 | 11000000 | 1101101 | 11110 | 0 | 101011 | 11001 | 1100110 | 101000 | 111011 |
Color Harmonies of #86C06D
Complementary color
Monochromatic Colors of #86C06D
Black with #86C06D
Text Example
Text Example
White with #86C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C06D; }
p { color: rgb(134,192,109); }
H1.HeaderClassName
{
color: #86C06D;
}
.AnyTagClassName
{
color: #86C06D;
}
</style>
background-color css
<style>
a { background-color: #86C06D; }
a { background-color: rgb(134,192,109); }
div.DivClassName
{
background-color: #86C06D;
}
.BgClassName
{
background-color: #86C06D;
}
</style>
border-color css
<style>
span { border-color: #86C06D; }
span { border-color: rgb(134,192,109); }
td.TdClassName
{
border-color: #86C06D;
}
.TagClassName
{
border-color: #86C06D;
}
</style>