Shades of Mantis #7EC066
Tints of Mantis #7EC066
RGB
CMYK
RGB Variations
Color information
#7EC066 (or 0x7EC066) is known color: Mantis. HEX triplet: 7E, C0 and 66. RGB value is (126,192,102). Sum of RGB (Red+Green+Blue) = 126+192+102=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC066 is #813F99. Grayscale: #A2A2A2. Windows color (decimal): -8470426 or 6733950. OLE color: 6733950.
HSL color Cylindrical-coordinate representation of color #7EC066: hue angle of 104º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EC066 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 102 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.25 |
| HSL | 104º | 0.42% | 0.58% | - |
| HSV(B) | 104º | 0.47% | 0.75% | - |
| XYZ | 29.85 | 43.09 | 19.32 | - |
| YUV | 162.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 102 | 0.34 | 0 | 0.47 | 0.25 | 104 | 0.42 | 0.58 |
| Hex | 7E | C0 | 66 | 22 | 0 | 2F | 19 | 68 | 2A | 3A |
| Octal | 176 | 300 | 146 | 42 | 0 | 57 | 31 | 150 | 52 | 72 |
| Binary | 1111110 | 11000000 | 1100110 | 100010 | 0 | 101111 | 11001 | 1101000 | 101010 | 111010 |
Color Harmonies of #7EC066
Complementary color
Monochromatic Colors of #7EC066
Black with #7EC066
Text Example
Text Example
White with #7EC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC066; }
p { color: rgb(126,192,102); }
H1.HeaderClassName
{
color: #7EC066;
}
.AnyTagClassName
{
color: #7EC066;
}
</style>
background-color css
<style>
a { background-color: #7EC066; }
a { background-color: rgb(126,192,102); }
div.DivClassName
{
background-color: #7EC066;
}
.BgClassName
{
background-color: #7EC066;
}
</style>
border-color css
<style>
span { border-color: #7EC066; }
span { border-color: rgb(126,192,102); }
td.TdClassName
{
border-color: #7EC066;
}
.TagClassName
{
border-color: #7EC066;
}
</style>