Shades of Mantis #7AB662
Tints of Mantis #7AB662
RGB
CMYK
RGB Variations
Color information
#7AB662 (or 0x7AB662) is known color: Mantis. HEX triplet: 7A, B6 and 62. RGB value is (122,182,98). Sum of RGB (Red+Green+Blue) = 122+182+98=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB662 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB662 is #85499D. Grayscale: #9A9A9A. Windows color (decimal): -8735134 or 6469242. OLE color: 6469242.
HSL color Cylindrical-coordinate representation of color #7AB662: hue angle of 102.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AB662 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 98 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.29 |
| HSL | 102.86º | 0.37% | 0.55% | - |
| HSV(B) | 102.86º | 0.46% | 0.71% | - |
| XYZ | 26.96 | 38.48 | 17.56 | - |
| YUV | 154.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 98 | 0.33 | 0 | 0.46 | 0.29 | 102.86 | 0.37 | 0.55 |
| Hex | 7A | B6 | 62 | 21 | 0 | 2E | 1D | 67 | 25 | 37 |
| Octal | 172 | 266 | 142 | 41 | 0 | 56 | 35 | 147 | 45 | 67 |
| Binary | 1111010 | 10110110 | 1100010 | 100001 | 0 | 101110 | 11101 | 1100111 | 100101 | 110111 |
Color Harmonies of #7AB662
Complementary color
Monochromatic Colors of #7AB662
Black with #7AB662
Text Example
Text Example
White with #7AB662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB662; }
p { color: rgb(122,182,98); }
H1.HeaderClassName
{
color: #7AB662;
}
.AnyTagClassName
{
color: #7AB662;
}
</style>
background-color css
<style>
a { background-color: #7AB662; }
a { background-color: rgb(122,182,98); }
div.DivClassName
{
background-color: #7AB662;
}
.BgClassName
{
background-color: #7AB662;
}
</style>
border-color css
<style>
span { border-color: #7AB662; }
span { border-color: rgb(122,182,98); }
td.TdClassName
{
border-color: #7AB662;
}
.TagClassName
{
border-color: #7AB662;
}
</style>