Shades of Mantis #7EBA4A
Tints of Mantis #7EBA4A
RGB
CMYK
RGB Variations
Color information
#7EBA4A (or 0x7EBA4A) is known color: Mantis. HEX triplet: 7E, BA and 4A. RGB value is (126,186,74). Sum of RGB (Red+Green+Blue) = 126+186+74=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA4A is #8145B5. Grayscale: #9B9B9B. Windows color (decimal): -8471990 or 4897406. OLE color: 4897406.
HSL color Cylindrical-coordinate representation of color #7EBA4A: hue angle of 92.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EBA4A is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 74 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.27 |
| HSL | 92.14º | 0.45% | 0.51% | - |
| HSV(B) | 92.14º | 0.6% | 0.73% | - |
| XYZ | 27.4 | 40.05 | 12.76 | - |
| YUV | 155.29 | 82.12 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 74 | 0.32 | 0 | 0.60 | 0.27 | 92.14 | 0.45 | 0.51 |
| Hex | 7E | BA | 4A | 20 | 0 | 3C | 1B | 5C | 2D | 33 |
| Octal | 176 | 272 | 112 | 40 | 0 | 74 | 33 | 134 | 55 | 63 |
| Binary | 1111110 | 10111010 | 1001010 | 100000 | 0 | 111100 | 11011 | 1011100 | 101101 | 110011 |
Color Harmonies of #7EBA4A
Complementary color
Monochromatic Colors of #7EBA4A
Black with #7EBA4A
Text Example
Text Example
White with #7EBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA4A; }
p { color: rgb(126,186,74); }
H1.HeaderClassName
{
color: #7EBA4A;
}
.AnyTagClassName
{
color: #7EBA4A;
}
</style>
background-color css
<style>
a { background-color: #7EBA4A; }
a { background-color: rgb(126,186,74); }
div.DivClassName
{
background-color: #7EBA4A;
}
.BgClassName
{
background-color: #7EBA4A;
}
</style>
border-color css
<style>
span { border-color: #7EBA4A; }
span { border-color: rgb(126,186,74); }
td.TdClassName
{
border-color: #7EBA4A;
}
.TagClassName
{
border-color: #7EBA4A;
}
</style>