Shades of Mantis #7EBC72
Tints of Mantis #7EBC72
RGB
CMYK
RGB Variations
Color information
#7EBC72 (or 0x7EBC72) is known color: Mantis. HEX triplet: 7E, BC and 72. RGB value is (126,188,114). Sum of RGB (Red+Green+Blue) = 126+188+114=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBC72 is #81438D. Grayscale: #A1A1A1. Windows color (decimal): -8471438 or 7519358. OLE color: 7519358.
HSL color Cylindrical-coordinate representation of color #7EBC72: hue angle of 110.27º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EBC72 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 114 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.26 |
| HSL | 110.27º | 0.36% | 0.59% | - |
| HSV(B) | 110.27º | 0.39% | 0.74% | - |
| XYZ | 29.62 | 41.62 | 22.39 | - |
| YUV | 161.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 114 | 0.33 | 0 | 0.39 | 0.26 | 110.27 | 0.36 | 0.59 |
| Hex | 7E | BC | 72 | 21 | 0 | 27 | 1A | 6E | 24 | 3B |
| Octal | 176 | 274 | 162 | 41 | 0 | 47 | 32 | 156 | 44 | 73 |
| Binary | 1111110 | 10111100 | 1110010 | 100001 | 0 | 100111 | 11010 | 1101110 | 100100 | 111011 |
Color Harmonies of #7EBC72
Complementary color
Monochromatic Colors of #7EBC72
Black with #7EBC72
Text Example
Text Example
White with #7EBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC72; }
p { color: rgb(126,188,114); }
H1.HeaderClassName
{
color: #7EBC72;
}
.AnyTagClassName
{
color: #7EBC72;
}
</style>
background-color css
<style>
a { background-color: #7EBC72; }
a { background-color: rgb(126,188,114); }
div.DivClassName
{
background-color: #7EBC72;
}
.BgClassName
{
background-color: #7EBC72;
}
</style>
border-color css
<style>
span { border-color: #7EBC72; }
span { border-color: rgb(126,188,114); }
td.TdClassName
{
border-color: #7EBC72;
}
.TagClassName
{
border-color: #7EBC72;
}
</style>