Shades of Mantis #7AB85D
Tints of Mantis #7AB85D
RGB
CMYK
RGB Variations
Color information
#7AB85D (or 0x7AB85D) is known color: Mantis. HEX triplet: 7A, B8 and 5D. RGB value is (122,184,93). Sum of RGB (Red+Green+Blue) = 122+184+93=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB85D is #8547A2. Grayscale: #9B9B9B. Windows color (decimal): -8734627 or 6142074. OLE color: 6142074.
HSL color Cylindrical-coordinate representation of color #7AB85D: hue angle of 100.88º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AB85D is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 93 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.28 |
| HSL | 100.88º | 0.39% | 0.54% | - |
| HSV(B) | 100.88º | 0.49% | 0.72% | - |
| XYZ | 27.14 | 39.21 | 16.49 | - |
| YUV | 155.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 93 | 0.34 | 0 | 0.49 | 0.28 | 100.88 | 0.39 | 0.54 |
| Hex | 7A | B8 | 5D | 22 | 0 | 31 | 1C | 65 | 27 | 36 |
| Octal | 172 | 270 | 135 | 42 | 0 | 61 | 34 | 145 | 47 | 66 |
| Binary | 1111010 | 10111000 | 1011101 | 100010 | 0 | 110001 | 11100 | 1100101 | 100111 | 110110 |
Color Harmonies of #7AB85D
Complementary color
Monochromatic Colors of #7AB85D
Black with #7AB85D
Text Example
Text Example
White with #7AB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB85D; }
p { color: rgb(122,184,93); }
H1.HeaderClassName
{
color: #7AB85D;
}
.AnyTagClassName
{
color: #7AB85D;
}
</style>
background-color css
<style>
a { background-color: #7AB85D; }
a { background-color: rgb(122,184,93); }
div.DivClassName
{
background-color: #7AB85D;
}
.BgClassName
{
background-color: #7AB85D;
}
</style>
border-color css
<style>
span { border-color: #7AB85D; }
span { border-color: rgb(122,184,93); }
td.TdClassName
{
border-color: #7AB85D;
}
.TagClassName
{
border-color: #7AB85D;
}
</style>