Shades of Mantis #7EBA6E
Tints of Mantis #7EBA6E
RGB
CMYK
RGB Variations
Color information
#7EBA6E (or 0x7EBA6E) is known color: Mantis. HEX triplet: 7E, BA and 6E. RGB value is (126,186,110). Sum of RGB (Red+Green+Blue) = 126+186+110=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBA6E is #814591. Grayscale: #9F9F9F. Windows color (decimal): -8471954 or 7256702. OLE color: 7256702.
HSL color Cylindrical-coordinate representation of color #7EBA6E: hue angle of 107.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EBA6E is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 110 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.27 |
| HSL | 107.37º | 0.36% | 0.58% | - |
| HSV(B) | 107.37º | 0.41% | 0.73% | - |
| XYZ | 28.98 | 40.68 | 21.08 | - |
| YUV | 159.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 110 | 0.32 | 0 | 0.41 | 0.27 | 107.37 | 0.36 | 0.58 |
| Hex | 7E | BA | 6E | 20 | 0 | 29 | 1B | 6B | 24 | 3A |
| Octal | 176 | 272 | 156 | 40 | 0 | 51 | 33 | 153 | 44 | 72 |
| Binary | 1111110 | 10111010 | 1101110 | 100000 | 0 | 101001 | 11011 | 1101011 | 100100 | 111010 |
Color Harmonies of #7EBA6E
Complementary color
Monochromatic Colors of #7EBA6E
Black with #7EBA6E
Text Example
Text Example
White with #7EBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA6E; }
p { color: rgb(126,186,110); }
H1.HeaderClassName
{
color: #7EBA6E;
}
.AnyTagClassName
{
color: #7EBA6E;
}
</style>
background-color css
<style>
a { background-color: #7EBA6E; }
a { background-color: rgb(126,186,110); }
div.DivClassName
{
background-color: #7EBA6E;
}
.BgClassName
{
background-color: #7EBA6E;
}
</style>
border-color css
<style>
span { border-color: #7EBA6E; }
span { border-color: rgb(126,186,110); }
td.TdClassName
{
border-color: #7EBA6E;
}
.TagClassName
{
border-color: #7EBA6E;
}
</style>