Shades of Mantis #7EC060
Tints of Mantis #7EC060
RGB
CMYK
RGB Variations
Color information
#7EC060 (or 0x7EC060) is known color: Mantis. HEX triplet: 7E, C0 and 60. RGB value is (126,192,96). Sum of RGB (Red+Green+Blue) = 126+192+96=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC060 is #813F9F. Grayscale: #A1A1A1. Windows color (decimal): -8470432 or 6340734. OLE color: 6340734.
HSL color Cylindrical-coordinate representation of color #7EC060: hue angle of 101.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EC060 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 96 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.25 |
| HSL | 101.25º | 0.43% | 0.56% | - |
| HSV(B) | 101.25º | 0.5% | 0.75% | - |
| XYZ | 29.57 | 42.98 | 17.8 | - |
| YUV | 161.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 96 | 0.34 | 0 | 0.50 | 0.25 | 101.25 | 0.43 | 0.56 |
| Hex | 7E | C0 | 60 | 22 | 0 | 32 | 19 | 65 | 2B | 38 |
| Octal | 176 | 300 | 140 | 42 | 0 | 62 | 31 | 145 | 53 | 70 |
| Binary | 1111110 | 11000000 | 1100000 | 100010 | 0 | 110010 | 11001 | 1100101 | 101011 | 111000 |
Color Harmonies of #7EC060
Complementary color
Monochromatic Colors of #7EC060
Black with #7EC060
Text Example
Text Example
White with #7EC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC060; }
p { color: rgb(126,192,96); }
H1.HeaderClassName
{
color: #7EC060;
}
.AnyTagClassName
{
color: #7EC060;
}
</style>
background-color css
<style>
a { background-color: #7EC060; }
a { background-color: rgb(126,192,96); }
div.DivClassName
{
background-color: #7EC060;
}
.BgClassName
{
background-color: #7EC060;
}
</style>
border-color css
<style>
span { border-color: #7EC060; }
span { border-color: rgb(126,192,96); }
td.TdClassName
{
border-color: #7EC060;
}
.TagClassName
{
border-color: #7EC060;
}
</style>