Shades of Mantis #7AB96B
Tints of Mantis #7AB96B
RGB
CMYK
RGB Variations
Color information
#7AB96B (or 0x7AB96B) is known color: Mantis. HEX triplet: 7A, B9 and 6B. RGB value is (122,185,107). Sum of RGB (Red+Green+Blue) = 122+185+107=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB96B is #854694. Grayscale: #9D9D9D. Windows color (decimal): -8734357 or 7059834. OLE color: 7059834.
HSL color Cylindrical-coordinate representation of color #7AB96B: hue angle of 108.46º degrees, saturation: 0.36, 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 #7AB96B is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 107 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.27 |
| HSL | 108.46º | 0.36% | 0.57% | - |
| HSV(B) | 108.46º | 0.42% | 0.73% | - |
| XYZ | 28.03 | 39.9 | 20.13 | - |
| YUV | 157.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 107 | 0.34 | 0 | 0.42 | 0.27 | 108.46 | 0.36 | 0.57 |
| Hex | 7A | B9 | 6B | 22 | 0 | 2A | 1B | 6C | 24 | 39 |
| Octal | 172 | 271 | 153 | 42 | 0 | 52 | 33 | 154 | 44 | 71 |
| Binary | 1111010 | 10111001 | 1101011 | 100010 | 0 | 101010 | 11011 | 1101100 | 100100 | 111001 |
Color Harmonies of #7AB96B
Complementary color
Monochromatic Colors of #7AB96B
Black with #7AB96B
Text Example
Text Example
White with #7AB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB96B; }
p { color: rgb(122,185,107); }
H1.HeaderClassName
{
color: #7AB96B;
}
.AnyTagClassName
{
color: #7AB96B;
}
</style>
background-color css
<style>
a { background-color: #7AB96B; }
a { background-color: rgb(122,185,107); }
div.DivClassName
{
background-color: #7AB96B;
}
.BgClassName
{
background-color: #7AB96B;
}
</style>
border-color css
<style>
span { border-color: #7AB96B; }
span { border-color: rgb(122,185,107); }
td.TdClassName
{
border-color: #7AB96B;
}
.TagClassName
{
border-color: #7AB96B;
}
</style>