Shades of Mantis #7AB66B
Tints of Mantis #7AB66B
RGB
CMYK
RGB Variations
Color information
#7AB66B (or 0x7AB66B) is known color: Mantis. HEX triplet: 7A, B6 and 6B. RGB value is (122,182,107). Sum of RGB (Red+Green+Blue) = 122+182+107=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB66B is #854994. Grayscale: #9B9B9B. Windows color (decimal): -8735125 or 7059066. OLE color: 7059066.
HSL color Cylindrical-coordinate representation of color #7AB66B: hue angle of 108º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AB66B is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 107 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.29 |
| HSL | 108º | 0.34% | 0.57% | - |
| HSV(B) | 108º | 0.41% | 0.71% | - |
| XYZ | 27.41 | 38.66 | 19.93 | - |
| YUV | 155.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 107 | 0.33 | 0 | 0.41 | 0.29 | 108 | 0.34 | 0.57 |
| Hex | 7A | B6 | 6B | 21 | 0 | 29 | 1D | 6C | 22 | 39 |
| Octal | 172 | 266 | 153 | 41 | 0 | 51 | 35 | 154 | 42 | 71 |
| Binary | 1111010 | 10110110 | 1101011 | 100001 | 0 | 101001 | 11101 | 1101100 | 100010 | 111001 |
Color Harmonies of #7AB66B
Complementary color
Monochromatic Colors of #7AB66B
Black with #7AB66B
Text Example
Text Example
White with #7AB66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB66B; }
p { color: rgb(122,182,107); }
H1.HeaderClassName
{
color: #7AB66B;
}
.AnyTagClassName
{
color: #7AB66B;
}
</style>
background-color css
<style>
a { background-color: #7AB66B; }
a { background-color: rgb(122,182,107); }
div.DivClassName
{
background-color: #7AB66B;
}
.BgClassName
{
background-color: #7AB66B;
}
</style>
border-color css
<style>
span { border-color: #7AB66B; }
span { border-color: rgb(122,182,107); }
td.TdClassName
{
border-color: #7AB66B;
}
.TagClassName
{
border-color: #7AB66B;
}
</style>