Shades of Mantis #7AB758
Tints of Mantis #7AB758
RGB
CMYK
RGB Variations
Color information
#7AB758 (or 0x7AB758) is known color: Mantis. HEX triplet: 7A, B7 and 58. RGB value is (122,183,88). Sum of RGB (Red+Green+Blue) = 122+183+88=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB758 is #8548A7. Grayscale: #9A9A9A. Windows color (decimal): -8734888 or 5814138. OLE color: 5814138.
HSL color Cylindrical-coordinate representation of color #7AB758: hue angle of 98.53º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AB758 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 88 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.28 |
| HSL | 98.53º | 0.4% | 0.53% | - |
| HSV(B) | 98.53º | 0.52% | 0.72% | - |
| XYZ | 26.72 | 38.71 | 15.3 | - |
| YUV | 153.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 88 | 0.33 | 0 | 0.52 | 0.28 | 98.53 | 0.4 | 0.53 |
| Hex | 7A | B7 | 58 | 21 | 0 | 34 | 1C | 63 | 28 | 35 |
| Octal | 172 | 267 | 130 | 41 | 0 | 64 | 34 | 143 | 50 | 65 |
| Binary | 1111010 | 10110111 | 1011000 | 100001 | 0 | 110100 | 11100 | 1100011 | 101000 | 110101 |
Color Harmonies of #7AB758
Complementary color
Monochromatic Colors of #7AB758
Black with #7AB758
Text Example
Text Example
White with #7AB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB758; }
p { color: rgb(122,183,88); }
H1.HeaderClassName
{
color: #7AB758;
}
.AnyTagClassName
{
color: #7AB758;
}
</style>
background-color css
<style>
a { background-color: #7AB758; }
a { background-color: rgb(122,183,88); }
div.DivClassName
{
background-color: #7AB758;
}
.BgClassName
{
background-color: #7AB758;
}
</style>
border-color css
<style>
span { border-color: #7AB758; }
span { border-color: rgb(122,183,88); }
td.TdClassName
{
border-color: #7AB758;
}
.TagClassName
{
border-color: #7AB758;
}
</style>