Shades of Mantis #7AB95C
Tints of Mantis #7AB95C
RGB
CMYK
RGB Variations
Color information
#7AB95C (or 0x7AB95C) is known color: Mantis. HEX triplet: 7A, B9 and 5C. RGB value is (122,185,92). Sum of RGB (Red+Green+Blue) = 122+185+92=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB95C is #8546A3. Grayscale: #9B9B9B. Windows color (decimal): -8734372 or 6076794. OLE color: 6076794.
HSL color Cylindrical-coordinate representation of color #7AB95C: hue angle of 100.65º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AB95C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 92 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.27 |
| HSL | 100.65º | 0.4% | 0.54% | - |
| HSV(B) | 100.65º | 0.5% | 0.73% | - |
| XYZ | 27.31 | 39.61 | 16.33 | - |
| YUV | 155.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 92 | 0.34 | 0 | 0.50 | 0.27 | 100.65 | 0.4 | 0.54 |
| Hex | 7A | B9 | 5C | 22 | 0 | 32 | 1B | 65 | 28 | 36 |
| Octal | 172 | 271 | 134 | 42 | 0 | 62 | 33 | 145 | 50 | 66 |
| Binary | 1111010 | 10111001 | 1011100 | 100010 | 0 | 110010 | 11011 | 1100101 | 101000 | 110110 |
Color Harmonies of #7AB95C
Complementary color
Monochromatic Colors of #7AB95C
Black with #7AB95C
Text Example
Text Example
White with #7AB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB95C; }
p { color: rgb(122,185,92); }
H1.HeaderClassName
{
color: #7AB95C;
}
.AnyTagClassName
{
color: #7AB95C;
}
</style>
background-color css
<style>
a { background-color: #7AB95C; }
a { background-color: rgb(122,185,92); }
div.DivClassName
{
background-color: #7AB95C;
}
.BgClassName
{
background-color: #7AB95C;
}
</style>
border-color css
<style>
span { border-color: #7AB95C; }
span { border-color: rgb(122,185,92); }
td.TdClassName
{
border-color: #7AB95C;
}
.TagClassName
{
border-color: #7AB95C;
}
</style>