Shades of Mantis #7AB96D
Tints of Mantis #7AB96D
RGB
CMYK
RGB Variations
Color information
#7AB96D (or 0x7AB96D) is known color: Mantis. HEX triplet: 7A, B9 and 6D. RGB value is (122,185,109). Sum of RGB (Red+Green+Blue) = 122+185+109=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB96D is #854692. Grayscale: #9D9D9D. Windows color (decimal): -8734355 or 7190906. OLE color: 7190906.
HSL color Cylindrical-coordinate representation of color #7AB96D: hue angle of 109.74º degrees, saturation: 0.35, 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 #7AB96D is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 109 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.27 |
| HSL | 109.74º | 0.35% | 0.58% | - |
| HSV(B) | 109.74º | 0.41% | 0.73% | - |
| XYZ | 28.14 | 39.94 | 20.69 | - |
| YUV | 157.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 109 | 0.34 | 0 | 0.41 | 0.27 | 109.74 | 0.35 | 0.58 |
| Hex | 7A | B9 | 6D | 22 | 0 | 29 | 1B | 6E | 23 | 3A |
| Octal | 172 | 271 | 155 | 42 | 0 | 51 | 33 | 156 | 43 | 72 |
| Binary | 1111010 | 10111001 | 1101101 | 100010 | 0 | 101001 | 11011 | 1101110 | 100011 | 111010 |
Color Harmonies of #7AB96D
Complementary color
Monochromatic Colors of #7AB96D
Black with #7AB96D
Text Example
Text Example
White with #7AB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB96D; }
p { color: rgb(122,185,109); }
H1.HeaderClassName
{
color: #7AB96D;
}
.AnyTagClassName
{
color: #7AB96D;
}
</style>
background-color css
<style>
a { background-color: #7AB96D; }
a { background-color: rgb(122,185,109); }
div.DivClassName
{
background-color: #7AB96D;
}
.BgClassName
{
background-color: #7AB96D;
}
</style>
border-color css
<style>
span { border-color: #7AB96D; }
span { border-color: rgb(122,185,109); }
td.TdClassName
{
border-color: #7AB96D;
}
.TagClassName
{
border-color: #7AB96D;
}
</style>