Shades of Mantis #7AB453
Tints of Mantis #7AB453
RGB
CMYK
RGB Variations
Color information
#7AB453 (or 0x7AB453) is known color: Mantis. HEX triplet: 7A, B4 and 53. RGB value is (122,180,83). Sum of RGB (Red+Green+Blue) = 122+180+83=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB453 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB453 is #854BAC. Grayscale: #979797. Windows color (decimal): -8735661 or 5485690. OLE color: 5485690.
HSL color Cylindrical-coordinate representation of color #7AB453: hue angle of 95.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AB453 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 83 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.29 |
| HSL | 95.88º | 0.39% | 0.52% | - |
| HSV(B) | 95.88º | 0.54% | 0.71% | - |
| XYZ | 25.91 | 37.4 | 14.04 | - |
| YUV | 151.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 83 | 0.32 | 0 | 0.54 | 0.29 | 95.88 | 0.39 | 0.52 |
| Hex | 7A | B4 | 53 | 20 | 0 | 36 | 1D | 60 | 27 | 34 |
| Octal | 172 | 264 | 123 | 40 | 0 | 66 | 35 | 140 | 47 | 64 |
| Binary | 1111010 | 10110100 | 1010011 | 100000 | 0 | 110110 | 11101 | 1100000 | 100111 | 110100 |
Color Harmonies of #7AB453
Complementary color
Monochromatic Colors of #7AB453
Black with #7AB453
Text Example
Text Example
White with #7AB453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB453; }
p { color: rgb(122,180,83); }
H1.HeaderClassName
{
color: #7AB453;
}
.AnyTagClassName
{
color: #7AB453;
}
</style>
background-color css
<style>
a { background-color: #7AB453; }
a { background-color: rgb(122,180,83); }
div.DivClassName
{
background-color: #7AB453;
}
.BgClassName
{
background-color: #7AB453;
}
</style>
border-color css
<style>
span { border-color: #7AB453; }
span { border-color: rgb(122,180,83); }
td.TdClassName
{
border-color: #7AB453;
}
.TagClassName
{
border-color: #7AB453;
}
</style>