Shades of Mantis #7EC168
Tints of Mantis #7EC168
RGB
CMYK
RGB Variations
Color information
#7EC168 (or 0x7EC168) is known color: Mantis. HEX triplet: 7E, C1 and 68. RGB value is (126,193,104). Sum of RGB (Red+Green+Blue) = 126+193+104=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC168 is #813E97. Grayscale: #A3A3A3. Windows color (decimal): -8470168 or 6865278. OLE color: 6865278.
HSL color Cylindrical-coordinate representation of color #7EC168: hue angle of 105.17º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EC168 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 104 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.24 |
| HSL | 105.17º | 0.42% | 0.58% | - |
| HSV(B) | 105.17º | 0.46% | 0.76% | - |
| XYZ | 30.17 | 43.58 | 19.92 | - |
| YUV | 162.82 | 94.8 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 104 | 0.35 | 0 | 0.46 | 0.24 | 105.17 | 0.42 | 0.58 |
| Hex | 7E | C1 | 68 | 23 | 0 | 2E | 18 | 69 | 2A | 3A |
| Octal | 176 | 301 | 150 | 43 | 0 | 56 | 30 | 151 | 52 | 72 |
| Binary | 1111110 | 11000001 | 1101000 | 100011 | 0 | 101110 | 11000 | 1101001 | 101010 | 111010 |
Color Harmonies of #7EC168
Complementary color
Monochromatic Colors of #7EC168
Black with #7EC168
Text Example
Text Example
White with #7EC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC168; }
p { color: rgb(126,193,104); }
H1.HeaderClassName
{
color: #7EC168;
}
.AnyTagClassName
{
color: #7EC168;
}
</style>
background-color css
<style>
a { background-color: #7EC168; }
a { background-color: rgb(126,193,104); }
div.DivClassName
{
background-color: #7EC168;
}
.BgClassName
{
background-color: #7EC168;
}
</style>
border-color css
<style>
span { border-color: #7EC168; }
span { border-color: rgb(126,193,104); }
td.TdClassName
{
border-color: #7EC168;
}
.TagClassName
{
border-color: #7EC168;
}
</style>