Shades of Mantis #7AB752
Tints of Mantis #7AB752
RGB
CMYK
RGB Variations
Color information
#7AB752 (or 0x7AB752) is known color: Mantis. HEX triplet: 7A, B7 and 52. RGB value is (122,183,82). Sum of RGB (Red+Green+Blue) = 122+183+82=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB752 is #8548AD. Grayscale: #999999. Windows color (decimal): -8734894 or 5420922. OLE color: 5420922.
HSL color Cylindrical-coordinate representation of color #7AB752: hue angle of 96.24º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AB752 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 82 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.28 |
| HSL | 96.24º | 0.41% | 0.52% | - |
| HSV(B) | 96.24º | 0.55% | 0.72% | - |
| XYZ | 26.48 | 38.61 | 14.04 | - |
| YUV | 153.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 82 | 0.33 | 0 | 0.55 | 0.28 | 96.24 | 0.41 | 0.52 |
| Hex | 7A | B7 | 52 | 21 | 0 | 37 | 1C | 60 | 29 | 34 |
| Octal | 172 | 267 | 122 | 41 | 0 | 67 | 34 | 140 | 51 | 64 |
| Binary | 1111010 | 10110111 | 1010010 | 100001 | 0 | 110111 | 11100 | 1100000 | 101001 | 110100 |
Color Harmonies of #7AB752
Complementary color
Monochromatic Colors of #7AB752
Black with #7AB752
Text Example
Text Example
White with #7AB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB752; }
p { color: rgb(122,183,82); }
H1.HeaderClassName
{
color: #7AB752;
}
.AnyTagClassName
{
color: #7AB752;
}
</style>
background-color css
<style>
a { background-color: #7AB752; }
a { background-color: rgb(122,183,82); }
div.DivClassName
{
background-color: #7AB752;
}
.BgClassName
{
background-color: #7AB752;
}
</style>
border-color css
<style>
span { border-color: #7AB752; }
span { border-color: rgb(122,183,82); }
td.TdClassName
{
border-color: #7AB752;
}
.TagClassName
{
border-color: #7AB752;
}
</style>