Shades of Mantis #7AB96C
Tints of Mantis #7AB96C
RGB
CMYK
RGB Variations
Color information
#7AB96C (or 0x7AB96C) is known color: Mantis. HEX triplet: 7A, B9 and 6C. RGB value is (122,185,108). Sum of RGB (Red+Green+Blue) = 122+185+108=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB96C is #854693. Grayscale: #9D9D9D. Windows color (decimal): -8734356 or 7125370. OLE color: 7125370.
HSL color Cylindrical-coordinate representation of color #7AB96C: hue angle of 109.09º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AB96C is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 108 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.27 |
| HSL | 109.09º | 0.35% | 0.57% | - |
| HSV(B) | 109.09º | 0.42% | 0.73% | - |
| XYZ | 28.08 | 39.92 | 20.41 | - |
| YUV | 157.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 108 | 0.34 | 0 | 0.42 | 0.27 | 109.09 | 0.35 | 0.57 |
| Hex | 7A | B9 | 6C | 22 | 0 | 2A | 1B | 6D | 23 | 39 |
| Octal | 172 | 271 | 154 | 42 | 0 | 52 | 33 | 155 | 43 | 71 |
| Binary | 1111010 | 10111001 | 1101100 | 100010 | 0 | 101010 | 11011 | 1101101 | 100011 | 111001 |
Color Harmonies of #7AB96C
Complementary color
Monochromatic Colors of #7AB96C
Black with #7AB96C
Text Example
Text Example
White with #7AB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB96C; }
p { color: rgb(122,185,108); }
H1.HeaderClassName
{
color: #7AB96C;
}
.AnyTagClassName
{
color: #7AB96C;
}
</style>
background-color css
<style>
a { background-color: #7AB96C; }
a { background-color: rgb(122,185,108); }
div.DivClassName
{
background-color: #7AB96C;
}
.BgClassName
{
background-color: #7AB96C;
}
</style>
border-color css
<style>
span { border-color: #7AB96C; }
span { border-color: rgb(122,185,108); }
td.TdClassName
{
border-color: #7AB96C;
}
.TagClassName
{
border-color: #7AB96C;
}
</style>