Shades of Mantis #7AB64B
Tints of Mantis #7AB64B
RGB
CMYK
RGB Variations
Color information
#7AB64B (or 0x7AB64B) is known color: Mantis. HEX triplet: 7A, B6 and 4B. RGB value is (122,182,75). Sum of RGB (Red+Green+Blue) = 122+182+75=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB64B is #8549B4. Grayscale: #989898. Windows color (decimal): -8735157 or 4961914. OLE color: 4961914.
HSL color Cylindrical-coordinate representation of color #7AB64B: hue angle of 93.64º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AB64B is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 75 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.29 |
| HSL | 93.64º | 0.42% | 0.5% | - |
| HSV(B) | 93.64º | 0.59% | 0.71% | - |
| XYZ | 26.02 | 38.1 | 12.64 | - |
| YUV | 151.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 75 | 0.33 | 0 | 0.59 | 0.29 | 93.64 | 0.42 | 0.5 |
| Hex | 7A | B6 | 4B | 21 | 0 | 3B | 1D | 5E | 2A | 32 |
| Octal | 172 | 266 | 113 | 41 | 0 | 73 | 35 | 136 | 52 | 62 |
| Binary | 1111010 | 10110110 | 1001011 | 100001 | 0 | 111011 | 11101 | 1011110 | 101010 | 110010 |
Color Harmonies of #7AB64B
Complementary color
Monochromatic Colors of #7AB64B
Black with #7AB64B
Text Example
Text Example
White with #7AB64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB64B; }
p { color: rgb(122,182,75); }
H1.HeaderClassName
{
color: #7AB64B;
}
.AnyTagClassName
{
color: #7AB64B;
}
</style>
background-color css
<style>
a { background-color: #7AB64B; }
a { background-color: rgb(122,182,75); }
div.DivClassName
{
background-color: #7AB64B;
}
.BgClassName
{
background-color: #7AB64B;
}
</style>
border-color css
<style>
span { border-color: #7AB64B; }
span { border-color: rgb(122,182,75); }
td.TdClassName
{
border-color: #7AB64B;
}
.TagClassName
{
border-color: #7AB64B;
}
</style>