Shades of Mantis #7ABA6D
Tints of Mantis #7ABA6D
RGB
CMYK
RGB Variations
Color information
#7ABA6D (or 0x7ABA6D) is known color: Mantis. HEX triplet: 7A, BA and 6D. RGB value is (122,186,109). Sum of RGB (Red+Green+Blue) = 122+186+109=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA6D is #854592. Grayscale: #9E9E9E. Windows color (decimal): -8734099 or 7191162. OLE color: 7191162.
HSL color Cylindrical-coordinate representation of color #7ABA6D: hue angle of 109.87º 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 #7ABA6D is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 109 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.27 |
| HSL | 109.87º | 0.36% | 0.58% | - |
| HSV(B) | 109.87º | 0.41% | 0.73% | - |
| XYZ | 28.35 | 40.36 | 20.76 | - |
| YUV | 158.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 109 | 0.34 | 0 | 0.41 | 0.27 | 109.87 | 0.36 | 0.58 |
| Hex | 7A | BA | 6D | 22 | 0 | 29 | 1B | 6E | 24 | 3A |
| Octal | 172 | 272 | 155 | 42 | 0 | 51 | 33 | 156 | 44 | 72 |
| Binary | 1111010 | 10111010 | 1101101 | 100010 | 0 | 101001 | 11011 | 1101110 | 100100 | 111010 |
Color Harmonies of #7ABA6D
Complementary color
Monochromatic Colors of #7ABA6D
Black with #7ABA6D
Text Example
Text Example
White with #7ABA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA6D; }
p { color: rgb(122,186,109); }
H1.HeaderClassName
{
color: #7ABA6D;
}
.AnyTagClassName
{
color: #7ABA6D;
}
</style>
background-color css
<style>
a { background-color: #7ABA6D; }
a { background-color: rgb(122,186,109); }
div.DivClassName
{
background-color: #7ABA6D;
}
.BgClassName
{
background-color: #7ABA6D;
}
</style>
border-color css
<style>
span { border-color: #7ABA6D; }
span { border-color: rgb(122,186,109); }
td.TdClassName
{
border-color: #7ABA6D;
}
.TagClassName
{
border-color: #7ABA6D;
}
</style>