Shades of Mantis #7AB959
Tints of Mantis #7AB959
RGB
CMYK
RGB Variations
Color information
#7AB959 (or 0x7AB959) is known color: Mantis. HEX triplet: 7A, B9 and 59. RGB value is (122,185,89). Sum of RGB (Red+Green+Blue) = 122+185+89=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB959 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB959 is #8546A6. Grayscale: #9B9B9B. Windows color (decimal): -8734375 or 5880186. OLE color: 5880186.
HSL color Cylindrical-coordinate representation of color #7AB959: hue angle of 99.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AB959 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 89 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.27 |
| HSL | 99.38º | 0.41% | 0.54% | - |
| HSV(B) | 99.38º | 0.52% | 0.73% | - |
| XYZ | 27.18 | 39.56 | 15.65 | - |
| YUV | 155.22 | 90.63 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 89 | 0.34 | 0 | 0.52 | 0.27 | 99.38 | 0.41 | 0.54 |
| Hex | 7A | B9 | 59 | 22 | 0 | 34 | 1B | 63 | 29 | 36 |
| Octal | 172 | 271 | 131 | 42 | 0 | 64 | 33 | 143 | 51 | 66 |
| Binary | 1111010 | 10111001 | 1011001 | 100010 | 0 | 110100 | 11011 | 1100011 | 101001 | 110110 |
Color Harmonies of #7AB959
Complementary color
Monochromatic Colors of #7AB959
Black with #7AB959
Text Example
Text Example
White with #7AB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB959; }
p { color: rgb(122,185,89); }
H1.HeaderClassName
{
color: #7AB959;
}
.AnyTagClassName
{
color: #7AB959;
}
</style>
background-color css
<style>
a { background-color: #7AB959; }
a { background-color: rgb(122,185,89); }
div.DivClassName
{
background-color: #7AB959;
}
.BgClassName
{
background-color: #7AB959;
}
</style>
border-color css
<style>
span { border-color: #7AB959; }
span { border-color: rgb(122,185,89); }
td.TdClassName
{
border-color: #7AB959;
}
.TagClassName
{
border-color: #7AB959;
}
</style>