Shades of Mantis #7ABE6A
Tints of Mantis #7ABE6A
RGB
CMYK
RGB Variations
Color information
#7ABE6A (or 0x7ABE6A) is known color: Mantis. HEX triplet: 7A, BE and 6A. RGB value is (122,190,106). Sum of RGB (Red+Green+Blue) = 122+190+106=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE6A is #854195. Grayscale: #A0A0A0. Windows color (decimal): -8733078 or 6995578. OLE color: 6995578.
HSL color Cylindrical-coordinate representation of color #7ABE6A: hue angle of 108.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABE6A is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 106 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.25 |
| HSL | 108.57º | 0.39% | 0.58% | - |
| HSV(B) | 108.57º | 0.44% | 0.75% | - |
| XYZ | 29.04 | 42.01 | 20.21 | - |
| YUV | 160.09 | 97.47 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 106 | 0.36 | 0 | 0.44 | 0.25 | 108.57 | 0.39 | 0.58 |
| Hex | 7A | BE | 6A | 24 | 0 | 2C | 19 | 6D | 27 | 3A |
| Octal | 172 | 276 | 152 | 44 | 0 | 54 | 31 | 155 | 47 | 72 |
| Binary | 1111010 | 10111110 | 1101010 | 100100 | 0 | 101100 | 11001 | 1101101 | 100111 | 111010 |
Color Harmonies of #7ABE6A
Complementary color
Monochromatic Colors of #7ABE6A
Black with #7ABE6A
Text Example
Text Example
White with #7ABE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE6A; }
p { color: rgb(122,190,106); }
H1.HeaderClassName
{
color: #7ABE6A;
}
.AnyTagClassName
{
color: #7ABE6A;
}
</style>
background-color css
<style>
a { background-color: #7ABE6A; }
a { background-color: rgb(122,190,106); }
div.DivClassName
{
background-color: #7ABE6A;
}
.BgClassName
{
background-color: #7ABE6A;
}
</style>
border-color css
<style>
span { border-color: #7ABE6A; }
span { border-color: rgb(122,190,106); }
td.TdClassName
{
border-color: #7ABE6A;
}
.TagClassName
{
border-color: #7ABE6A;
}
</style>