Shades of Mantis #7EC06C
Tints of Mantis #7EC06C
RGB
CMYK
RGB Variations
Color information
#7EC06C (or 0x7EC06C) is known color: Mantis. HEX triplet: 7E, C0 and 6C. RGB value is (126,192,108). Sum of RGB (Red+Green+Blue) = 126+192+108=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC06C is #813F93. Grayscale: #A2A2A2. Windows color (decimal): -8470420 or 7127166. OLE color: 7127166.
HSL color Cylindrical-coordinate representation of color #7EC06C: hue angle of 107.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EC06C is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 108 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.25 |
| HSL | 107.14º | 0.4% | 0.59% | - |
| HSV(B) | 107.14º | 0.44% | 0.75% | - |
| XYZ | 30.16 | 43.22 | 20.94 | - |
| YUV | 162.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 108 | 0.34 | 0 | 0.44 | 0.25 | 107.14 | 0.4 | 0.59 |
| Hex | 7E | C0 | 6C | 22 | 0 | 2C | 19 | 6B | 28 | 3B |
| Octal | 176 | 300 | 154 | 42 | 0 | 54 | 31 | 153 | 50 | 73 |
| Binary | 1111110 | 11000000 | 1101100 | 100010 | 0 | 101100 | 11001 | 1101011 | 101000 | 111011 |
Color Harmonies of #7EC06C
Complementary color
Monochromatic Colors of #7EC06C
Black with #7EC06C
Text Example
Text Example
White with #7EC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC06C; }
p { color: rgb(126,192,108); }
H1.HeaderClassName
{
color: #7EC06C;
}
.AnyTagClassName
{
color: #7EC06C;
}
</style>
background-color css
<style>
a { background-color: #7EC06C; }
a { background-color: rgb(126,192,108); }
div.DivClassName
{
background-color: #7EC06C;
}
.BgClassName
{
background-color: #7EC06C;
}
</style>
border-color css
<style>
span { border-color: #7EC06C; }
span { border-color: rgb(126,192,108); }
td.TdClassName
{
border-color: #7EC06C;
}
.TagClassName
{
border-color: #7EC06C;
}
</style>