Shades of Mantis #7AB957
Tints of Mantis #7AB957
RGB
CMYK
RGB Variations
Color information
#7AB957 (or 0x7AB957) is known color: Mantis. HEX triplet: 7A, B9 and 57. RGB value is (122,185,87). Sum of RGB (Red+Green+Blue) = 122+185+87=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB957 is #8546A8. Grayscale: #9B9B9B. Windows color (decimal): -8734377 or 5749114. OLE color: 5749114.
HSL color Cylindrical-coordinate representation of color #7AB957: hue angle of 98.57º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AB957 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 87 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.27 |
| HSL | 98.57º | 0.41% | 0.53% | - |
| HSV(B) | 98.57º | 0.53% | 0.73% | - |
| XYZ | 27.1 | 39.52 | 15.22 | - |
| YUV | 154.99 | 89.63 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 87 | 0.34 | 0 | 0.53 | 0.27 | 98.57 | 0.41 | 0.53 |
| Hex | 7A | B9 | 57 | 22 | 0 | 35 | 1B | 63 | 29 | 35 |
| Octal | 172 | 271 | 127 | 42 | 0 | 65 | 33 | 143 | 51 | 65 |
| Binary | 1111010 | 10111001 | 1010111 | 100010 | 0 | 110101 | 11011 | 1100011 | 101001 | 110101 |
Color Harmonies of #7AB957
Complementary color
Monochromatic Colors of #7AB957
Black with #7AB957
Text Example
Text Example
White with #7AB957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB957; }
p { color: rgb(122,185,87); }
H1.HeaderClassName
{
color: #7AB957;
}
.AnyTagClassName
{
color: #7AB957;
}
</style>
background-color css
<style>
a { background-color: #7AB957; }
a { background-color: rgb(122,185,87); }
div.DivClassName
{
background-color: #7AB957;
}
.BgClassName
{
background-color: #7AB957;
}
</style>
border-color css
<style>
span { border-color: #7AB957; }
span { border-color: rgb(122,185,87); }
td.TdClassName
{
border-color: #7AB957;
}
.TagClassName
{
border-color: #7AB957;
}
</style>