Shades of Mantis #7AB46B
Tints of Mantis #7AB46B
RGB
CMYK
RGB Variations
Color information
#7AB46B (or 0x7AB46B) is known color: Mantis. HEX triplet: 7A, B4 and 6B. RGB value is (122,180,107). Sum of RGB (Red+Green+Blue) = 122+180+107=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB46B is #854B94. Grayscale: #9A9A9A. Windows color (decimal): -8735637 or 7058554. OLE color: 7058554.
HSL color Cylindrical-coordinate representation of color #7AB46B: hue angle of 107.67º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AB46B is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 107 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.29 |
| HSL | 107.67º | 0.33% | 0.56% | - |
| HSV(B) | 107.67º | 0.41% | 0.71% | - |
| XYZ | 27 | 37.84 | 19.79 | - |
| YUV | 154.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 107 | 0.32 | 0 | 0.41 | 0.29 | 107.67 | 0.33 | 0.56 |
| Hex | 7A | B4 | 6B | 20 | 0 | 29 | 1D | 6C | 21 | 38 |
| Octal | 172 | 264 | 153 | 40 | 0 | 51 | 35 | 154 | 41 | 70 |
| Binary | 1111010 | 10110100 | 1101011 | 100000 | 0 | 101001 | 11101 | 1101100 | 100001 | 111000 |
Color Harmonies of #7AB46B
Complementary color
Monochromatic Colors of #7AB46B
Black with #7AB46B
Text Example
Text Example
White with #7AB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB46B; }
p { color: rgb(122,180,107); }
H1.HeaderClassName
{
color: #7AB46B;
}
.AnyTagClassName
{
color: #7AB46B;
}
</style>
background-color css
<style>
a { background-color: #7AB46B; }
a { background-color: rgb(122,180,107); }
div.DivClassName
{
background-color: #7AB46B;
}
.BgClassName
{
background-color: #7AB46B;
}
</style>
border-color css
<style>
span { border-color: #7AB46B; }
span { border-color: rgb(122,180,107); }
td.TdClassName
{
border-color: #7AB46B;
}
.TagClassName
{
border-color: #7AB46B;
}
</style>