Shades of Mantis #7AB66D
Tints of Mantis #7AB66D
RGB
CMYK
RGB Variations
Color information
#7AB66D (or 0x7AB66D) is known color: Mantis. HEX triplet: 7A, B6 and 6D. RGB value is (122,182,109). Sum of RGB (Red+Green+Blue) = 122+182+109=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB66D is #854992. Grayscale: #9B9B9B. Windows color (decimal): -8735123 or 7190138. OLE color: 7190138.
HSL color Cylindrical-coordinate representation of color #7AB66D: hue angle of 109.32º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AB66D is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 109 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.29 |
| HSL | 109.32º | 0.33% | 0.57% | - |
| HSV(B) | 109.32º | 0.4% | 0.71% | - |
| XYZ | 27.51 | 38.7 | 20.49 | - |
| YUV | 155.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 109 | 0.33 | 0 | 0.40 | 0.29 | 109.32 | 0.33 | 0.57 |
| Hex | 7A | B6 | 6D | 21 | 0 | 28 | 1D | 6D | 21 | 39 |
| Octal | 172 | 266 | 155 | 41 | 0 | 50 | 35 | 155 | 41 | 71 |
| Binary | 1111010 | 10110110 | 1101101 | 100001 | 0 | 101000 | 11101 | 1101101 | 100001 | 111001 |
Color Harmonies of #7AB66D
Complementary color
Monochromatic Colors of #7AB66D
Black with #7AB66D
Text Example
Text Example
White with #7AB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB66D; }
p { color: rgb(122,182,109); }
H1.HeaderClassName
{
color: #7AB66D;
}
.AnyTagClassName
{
color: #7AB66D;
}
</style>
background-color css
<style>
a { background-color: #7AB66D; }
a { background-color: rgb(122,182,109); }
div.DivClassName
{
background-color: #7AB66D;
}
.BgClassName
{
background-color: #7AB66D;
}
</style>
border-color css
<style>
span { border-color: #7AB66D; }
span { border-color: rgb(122,182,109); }
td.TdClassName
{
border-color: #7AB66D;
}
.TagClassName
{
border-color: #7AB66D;
}
</style>