Shades of Mantis #7AB15E
Tints of Mantis #7AB15E
RGB
CMYK
RGB Variations
Color information
#7AB15E (or 0x7AB15E) is known color: Mantis. HEX triplet: 7A, B1 and 5E. RGB value is (122,177,94). Sum of RGB (Red+Green+Blue) = 122+177+94=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB15E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB15E is #854EA1. Grayscale: #979797. Windows color (decimal): -8736418 or 6205818. OLE color: 6205818.
HSL color Cylindrical-coordinate representation of color #7AB15E: hue angle of 99.76º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AB15E is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 94 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.31 |
| HSL | 99.76º | 0.35% | 0.53% | - |
| HSV(B) | 99.76º | 0.47% | 0.69% | - |
| XYZ | 25.77 | 36.39 | 16.26 | - |
| YUV | 151.09 | 95.78 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 94 | 0.31 | 0 | 0.47 | 0.31 | 99.76 | 0.35 | 0.53 |
| Hex | 7A | B1 | 5E | 1F | 0 | 2F | 1F | 64 | 23 | 35 |
| Octal | 172 | 261 | 136 | 37 | 0 | 57 | 37 | 144 | 43 | 65 |
| Binary | 1111010 | 10110001 | 1011110 | 11111 | 0 | 101111 | 11111 | 1100100 | 100011 | 110101 |
Color Harmonies of #7AB15E
Complementary color
Monochromatic Colors of #7AB15E
Black with #7AB15E
Text Example
Text Example
White with #7AB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB15E; }
p { color: rgb(122,177,94); }
H1.HeaderClassName
{
color: #7AB15E;
}
.AnyTagClassName
{
color: #7AB15E;
}
</style>
background-color css
<style>
a { background-color: #7AB15E; }
a { background-color: rgb(122,177,94); }
div.DivClassName
{
background-color: #7AB15E;
}
.BgClassName
{
background-color: #7AB15E;
}
</style>
border-color css
<style>
span { border-color: #7AB15E; }
span { border-color: rgb(122,177,94); }
td.TdClassName
{
border-color: #7AB15E;
}
.TagClassName
{
border-color: #7AB15E;
}
</style>