Shades of Mantis #7AB958
Tints of Mantis #7AB958
RGB
CMYK
RGB Variations
Color information
#7AB958 (or 0x7AB958) is known color: Mantis. HEX triplet: 7A, B9 and 58. RGB value is (122,185,88). Sum of RGB (Red+Green+Blue) = 122+185+88=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB958 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB958 is #8546A7. Grayscale: #9B9B9B. Windows color (decimal): -8734376 or 5814650. OLE color: 5814650.
HSL color Cylindrical-coordinate representation of color #7AB958: hue angle of 98.97º 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 #7AB958 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 88 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.27 |
| HSL | 98.97º | 0.41% | 0.54% | - |
| HSV(B) | 98.97º | 0.52% | 0.73% | - |
| XYZ | 27.14 | 39.54 | 15.43 | - |
| YUV | 155.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 88 | 0.34 | 0 | 0.52 | 0.27 | 98.97 | 0.41 | 0.54 |
| Hex | 7A | B9 | 58 | 22 | 0 | 34 | 1B | 63 | 29 | 36 |
| Octal | 172 | 271 | 130 | 42 | 0 | 64 | 33 | 143 | 51 | 66 |
| Binary | 1111010 | 10111001 | 1011000 | 100010 | 0 | 110100 | 11011 | 1100011 | 101001 | 110110 |
Color Harmonies of #7AB958
Complementary color
Monochromatic Colors of #7AB958
Black with #7AB958
Text Example
Text Example
White with #7AB958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB958; }
p { color: rgb(122,185,88); }
H1.HeaderClassName
{
color: #7AB958;
}
.AnyTagClassName
{
color: #7AB958;
}
</style>
background-color css
<style>
a { background-color: #7AB958; }
a { background-color: rgb(122,185,88); }
div.DivClassName
{
background-color: #7AB958;
}
.BgClassName
{
background-color: #7AB958;
}
</style>
border-color css
<style>
span { border-color: #7AB958; }
span { border-color: rgb(122,185,88); }
td.TdClassName
{
border-color: #7AB958;
}
.TagClassName
{
border-color: #7AB958;
}
</style>