Shades of Mantis #7ABA5D
Tints of Mantis #7ABA5D
RGB
CMYK
RGB Variations
Color information
#7ABA5D (or 0x7ABA5D) is known color: Mantis. HEX triplet: 7A, BA and 5D. RGB value is (122,186,93). Sum of RGB (Red+Green+Blue) = 122+186+93=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA5D is #8545A2. Grayscale: #9C9C9C. Windows color (decimal): -8734115 or 6142586. OLE color: 6142586.
HSL color Cylindrical-coordinate representation of color #7ABA5D: hue angle of 101.29º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ABA5D is Cyan = 0.34, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 93 | - |
| CMYK | 0.34 | 0 | 0.5 | 0.27 |
| HSL | 101.29º | 0.4% | 0.55% | - |
| HSV(B) | 101.29º | 0.5% | 0.73% | - |
| XYZ | 27.56 | 40.05 | 16.63 | - |
| YUV | 156.26 | 92.3 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 93 | 0.34 | 0 | 0.5 | 0.27 | 101.29 | 0.4 | 0.55 |
| Hex | 7A | BA | 5D | 22 | 0 | 32 | 1B | 65 | 28 | 37 |
| Octal | 172 | 272 | 135 | 42 | 0 | 62 | 33 | 145 | 50 | 67 |
| Binary | 1111010 | 10111010 | 1011101 | 100010 | 0 | 110010 | 11011 | 1100101 | 101000 | 110111 |
Color Harmonies of #7ABA5D
Complementary color
Monochromatic Colors of #7ABA5D
Black with #7ABA5D
Text Example
Text Example
White with #7ABA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA5D; }
p { color: rgb(122,186,93); }
H1.HeaderClassName
{
color: #7ABA5D;
}
.AnyTagClassName
{
color: #7ABA5D;
}
</style>
background-color css
<style>
a { background-color: #7ABA5D; }
a { background-color: rgb(122,186,93); }
div.DivClassName
{
background-color: #7ABA5D;
}
.BgClassName
{
background-color: #7ABA5D;
}
</style>
border-color css
<style>
span { border-color: #7ABA5D; }
span { border-color: rgb(122,186,93); }
td.TdClassName
{
border-color: #7ABA5D;
}
.TagClassName
{
border-color: #7ABA5D;
}
</style>