Shades of Mantis #7ABA4D
Tints of Mantis #7ABA4D
RGB
CMYK
RGB Variations
Color information
#7ABA4D (or 0x7ABA4D) is known color: Mantis. HEX triplet: 7A, BA and 4D. RGB value is (122,186,77). Sum of RGB (Red+Green+Blue) = 122+186+77=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA4D is #8545B2. Grayscale: #9A9A9A. Windows color (decimal): -8734131 or 5094010. OLE color: 5094010.
HSL color Cylindrical-coordinate representation of color #7ABA4D: hue angle of 95.23º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7ABA4D is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 77 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.27 |
| HSL | 95.23º | 0.44% | 0.52% | - |
| HSV(B) | 95.23º | 0.59% | 0.73% | - |
| XYZ | 26.92 | 39.79 | 13.28 | - |
| YUV | 154.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 77 | 0.34 | 0 | 0.59 | 0.27 | 95.23 | 0.44 | 0.52 |
| Hex | 7A | BA | 4D | 22 | 0 | 3B | 1B | 5F | 2C | 34 |
| Octal | 172 | 272 | 115 | 42 | 0 | 73 | 33 | 137 | 54 | 64 |
| Binary | 1111010 | 10111010 | 1001101 | 100010 | 0 | 111011 | 11011 | 1011111 | 101100 | 110100 |
Color Harmonies of #7ABA4D
Complementary color
Monochromatic Colors of #7ABA4D
Black with #7ABA4D
Text Example
Text Example
White with #7ABA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA4D; }
p { color: rgb(122,186,77); }
H1.HeaderClassName
{
color: #7ABA4D;
}
.AnyTagClassName
{
color: #7ABA4D;
}
</style>
background-color css
<style>
a { background-color: #7ABA4D; }
a { background-color: rgb(122,186,77); }
div.DivClassName
{
background-color: #7ABA4D;
}
.BgClassName
{
background-color: #7ABA4D;
}
</style>
border-color css
<style>
span { border-color: #7ABA4D; }
span { border-color: rgb(122,186,77); }
td.TdClassName
{
border-color: #7ABA4D;
}
.TagClassName
{
border-color: #7ABA4D;
}
</style>