Shades of Mantis #7AB55C
Tints of Mantis #7AB55C
RGB
CMYK
RGB Variations
Color information
#7AB55C (or 0x7AB55C) is known color: Mantis. HEX triplet: 7A, B5 and 5C. RGB value is (122,181,92). Sum of RGB (Red+Green+Blue) = 122+181+92=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB55C is #854AA3. Grayscale: #999999. Windows color (decimal): -8735396 or 6075770. OLE color: 6075770.
HSL color Cylindrical-coordinate representation of color #7AB55C: hue angle of 99.78º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AB55C is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 92 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.29 |
| HSL | 99.78º | 0.38% | 0.54% | - |
| HSV(B) | 99.78º | 0.49% | 0.71% | - |
| XYZ | 26.48 | 37.96 | 16.06 | - |
| YUV | 153.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 92 | 0.33 | 0 | 0.49 | 0.29 | 99.78 | 0.38 | 0.54 |
| Hex | 7A | B5 | 5C | 21 | 0 | 31 | 1D | 64 | 26 | 36 |
| Octal | 172 | 265 | 134 | 41 | 0 | 61 | 35 | 144 | 46 | 66 |
| Binary | 1111010 | 10110101 | 1011100 | 100001 | 0 | 110001 | 11101 | 1100100 | 100110 | 110110 |
Color Harmonies of #7AB55C
Complementary color
Monochromatic Colors of #7AB55C
Black with #7AB55C
Text Example
Text Example
White with #7AB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB55C; }
p { color: rgb(122,181,92); }
H1.HeaderClassName
{
color: #7AB55C;
}
.AnyTagClassName
{
color: #7AB55C;
}
</style>
background-color css
<style>
a { background-color: #7AB55C; }
a { background-color: rgb(122,181,92); }
div.DivClassName
{
background-color: #7AB55C;
}
.BgClassName
{
background-color: #7AB55C;
}
</style>
border-color css
<style>
span { border-color: #7AB55C; }
span { border-color: rgb(122,181,92); }
td.TdClassName
{
border-color: #7AB55C;
}
.TagClassName
{
border-color: #7AB55C;
}
</style>