Shades of Mantis #7AB84C
Tints of Mantis #7AB84C
RGB
CMYK
RGB Variations
Color information
#7AB84C (or 0x7AB84C) is known color: Mantis. HEX triplet: 7A, B8 and 4C. RGB value is (122,184,76). Sum of RGB (Red+Green+Blue) = 122+184+76=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB84C is #8547B3. Grayscale: #999999. Windows color (decimal): -8734644 or 5027962. OLE color: 5027962.
HSL color Cylindrical-coordinate representation of color #7AB84C: hue angle of 94.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AB84C is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 76 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.28 |
| HSL | 94.44º | 0.43% | 0.51% | - |
| HSV(B) | 94.44º | 0.59% | 0.72% | - |
| XYZ | 26.47 | 38.94 | 12.96 | - |
| YUV | 153.15 | 84.46 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 76 | 0.34 | 0 | 0.59 | 0.28 | 94.44 | 0.43 | 0.51 |
| Hex | 7A | B8 | 4C | 22 | 0 | 3B | 1C | 5E | 2B | 33 |
| Octal | 172 | 270 | 114 | 42 | 0 | 73 | 34 | 136 | 53 | 63 |
| Binary | 1111010 | 10111000 | 1001100 | 100010 | 0 | 111011 | 11100 | 1011110 | 101011 | 110011 |
Color Harmonies of #7AB84C
Complementary color
Monochromatic Colors of #7AB84C
Black with #7AB84C
Text Example
Text Example
White with #7AB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB84C; }
p { color: rgb(122,184,76); }
H1.HeaderClassName
{
color: #7AB84C;
}
.AnyTagClassName
{
color: #7AB84C;
}
</style>
background-color css
<style>
a { background-color: #7AB84C; }
a { background-color: rgb(122,184,76); }
div.DivClassName
{
background-color: #7AB84C;
}
.BgClassName
{
background-color: #7AB84C;
}
</style>
border-color css
<style>
span { border-color: #7AB84C; }
span { border-color: rgb(122,184,76); }
td.TdClassName
{
border-color: #7AB84C;
}
.TagClassName
{
border-color: #7AB84C;
}
</style>