Shades of Mantis #7AB564
Tints of Mantis #7AB564
RGB
CMYK
RGB Variations
Color information
#7AB564 (or 0x7AB564) is known color: Mantis. HEX triplet: 7A, B5 and 64. RGB value is (122,181,100). Sum of RGB (Red+Green+Blue) = 122+181+100=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB564 is #854A9B. Grayscale: #9A9A9A. Windows color (decimal): -8735388 or 6600058. OLE color: 6600058.
HSL color Cylindrical-coordinate representation of color #7AB564: hue angle of 103.7º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB564 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 100 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.29 |
| HSL | 103.7º | 0.35% | 0.55% | - |
| HSV(B) | 103.7º | 0.45% | 0.71% | - |
| XYZ | 26.85 | 38.11 | 18 | - |
| YUV | 154.13 | 97.45 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 100 | 0.33 | 0 | 0.45 | 0.29 | 103.7 | 0.35 | 0.55 |
| Hex | 7A | B5 | 64 | 21 | 0 | 2D | 1D | 68 | 23 | 37 |
| Octal | 172 | 265 | 144 | 41 | 0 | 55 | 35 | 150 | 43 | 67 |
| Binary | 1111010 | 10110101 | 1100100 | 100001 | 0 | 101101 | 11101 | 1101000 | 100011 | 110111 |
Color Harmonies of #7AB564
Complementary color
Monochromatic Colors of #7AB564
Black with #7AB564
Text Example
Text Example
White with #7AB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB564; }
p { color: rgb(122,181,100); }
H1.HeaderClassName
{
color: #7AB564;
}
.AnyTagClassName
{
color: #7AB564;
}
</style>
background-color css
<style>
a { background-color: #7AB564; }
a { background-color: rgb(122,181,100); }
div.DivClassName
{
background-color: #7AB564;
}
.BgClassName
{
background-color: #7AB564;
}
</style>
border-color css
<style>
span { border-color: #7AB564; }
span { border-color: rgb(122,181,100); }
td.TdClassName
{
border-color: #7AB564;
}
.TagClassName
{
border-color: #7AB564;
}
</style>