Shades of Mantis #7AB966
Tints of Mantis #7AB966
RGB
CMYK
RGB Variations
Color information
#7AB966 (or 0x7AB966) is known color: Mantis. HEX triplet: 7A, B9 and 66. RGB value is (122,185,102). Sum of RGB (Red+Green+Blue) = 122+185+102=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB966 is #854699. Grayscale: #9C9C9C. Windows color (decimal): -8734362 or 6732154. OLE color: 6732154.
HSL color Cylindrical-coordinate representation of color #7AB966: hue angle of 105.54º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB966 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 102 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.27 |
| HSL | 105.54º | 0.37% | 0.56% | - |
| HSV(B) | 105.54º | 0.45% | 0.73% | - |
| XYZ | 27.77 | 39.79 | 18.79 | - |
| YUV | 156.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 102 | 0.34 | 0 | 0.45 | 0.27 | 105.54 | 0.37 | 0.56 |
| Hex | 7A | B9 | 66 | 22 | 0 | 2D | 1B | 6A | 25 | 38 |
| Octal | 172 | 271 | 146 | 42 | 0 | 55 | 33 | 152 | 45 | 70 |
| Binary | 1111010 | 10111001 | 1100110 | 100010 | 0 | 101101 | 11011 | 1101010 | 100101 | 111000 |
Color Harmonies of #7AB966
Complementary color
Monochromatic Colors of #7AB966
Black with #7AB966
Text Example
Text Example
White with #7AB966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB966; }
p { color: rgb(122,185,102); }
H1.HeaderClassName
{
color: #7AB966;
}
.AnyTagClassName
{
color: #7AB966;
}
</style>
background-color css
<style>
a { background-color: #7AB966; }
a { background-color: rgb(122,185,102); }
div.DivClassName
{
background-color: #7AB966;
}
.BgClassName
{
background-color: #7AB966;
}
</style>
border-color css
<style>
span { border-color: #7AB966; }
span { border-color: rgb(122,185,102); }
td.TdClassName
{
border-color: #7AB966;
}
.TagClassName
{
border-color: #7AB966;
}
</style>