Shades of Mantis #7AB55B
Tints of Mantis #7AB55B
RGB
CMYK
RGB Variations
Color information
#7AB55B (or 0x7AB55B) is known color: Mantis. HEX triplet: 7A, B5 and 5B. RGB value is (122,181,91). Sum of RGB (Red+Green+Blue) = 122+181+91=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB55B is #854AA4. Grayscale: #999999. Windows color (decimal): -8735397 or 6010234. OLE color: 6010234.
HSL color Cylindrical-coordinate representation of color #7AB55B: hue angle of 99.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AB55B is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 91 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.29 |
| HSL | 99.33º | 0.38% | 0.53% | - |
| HSV(B) | 99.33º | 0.5% | 0.71% | - |
| XYZ | 26.44 | 37.94 | 15.83 | - |
| YUV | 153.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 91 | 0.33 | 0 | 0.50 | 0.29 | 99.33 | 0.38 | 0.53 |
| Hex | 7A | B5 | 5B | 21 | 0 | 32 | 1D | 63 | 26 | 35 |
| Octal | 172 | 265 | 133 | 41 | 0 | 62 | 35 | 143 | 46 | 65 |
| Binary | 1111010 | 10110101 | 1011011 | 100001 | 0 | 110010 | 11101 | 1100011 | 100110 | 110101 |
Color Harmonies of #7AB55B
Complementary color
Monochromatic Colors of #7AB55B
Black with #7AB55B
Text Example
Text Example
White with #7AB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB55B; }
p { color: rgb(122,181,91); }
H1.HeaderClassName
{
color: #7AB55B;
}
.AnyTagClassName
{
color: #7AB55B;
}
</style>
background-color css
<style>
a { background-color: #7AB55B; }
a { background-color: rgb(122,181,91); }
div.DivClassName
{
background-color: #7AB55B;
}
.BgClassName
{
background-color: #7AB55B;
}
</style>
border-color css
<style>
span { border-color: #7AB55B; }
span { border-color: rgb(122,181,91); }
td.TdClassName
{
border-color: #7AB55B;
}
.TagClassName
{
border-color: #7AB55B;
}
</style>