Shades of Mantis #7AAF60
Tints of Mantis #7AAF60
RGB
CMYK
RGB Variations
Color information
#7AAF60 (or 0x7AAF60) is known color: Mantis. HEX triplet: 7A, AF and 60. RGB value is (122,175,96). Sum of RGB (Red+Green+Blue) = 122+175+96=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF60 is #85509F. Grayscale: #969696. Windows color (decimal): -8736928 or 6336378. OLE color: 6336378.
HSL color Cylindrical-coordinate representation of color #7AAF60: hue angle of 100.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AAF60 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 96 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.31 |
| HSL | 100.25º | 0.33% | 0.53% | - |
| HSV(B) | 100.25º | 0.45% | 0.69% | - |
| XYZ | 25.47 | 35.64 | 16.6 | - |
| YUV | 150.15 | 97.44 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 96 | 0.30 | 0 | 0.45 | 0.31 | 100.25 | 0.33 | 0.53 |
| Hex | 7A | AF | 60 | 1E | 0 | 2D | 1F | 64 | 21 | 35 |
| Octal | 172 | 257 | 140 | 36 | 0 | 55 | 37 | 144 | 41 | 65 |
| Binary | 1111010 | 10101111 | 1100000 | 11110 | 0 | 101101 | 11111 | 1100100 | 100001 | 110101 |
Color Harmonies of #7AAF60
Complementary color
Monochromatic Colors of #7AAF60
Black with #7AAF60
Text Example
Text Example
White with #7AAF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF60; }
p { color: rgb(122,175,96); }
H1.HeaderClassName
{
color: #7AAF60;
}
.AnyTagClassName
{
color: #7AAF60;
}
</style>
background-color css
<style>
a { background-color: #7AAF60; }
a { background-color: rgb(122,175,96); }
div.DivClassName
{
background-color: #7AAF60;
}
.BgClassName
{
background-color: #7AAF60;
}
</style>
border-color css
<style>
span { border-color: #7AAF60; }
span { border-color: rgb(122,175,96); }
td.TdClassName
{
border-color: #7AAF60;
}
.TagClassName
{
border-color: #7AAF60;
}
</style>