Shades of Mantis #7ABA4B
Tints of Mantis #7ABA4B
RGB
CMYK
RGB Variations
Color information
#7ABA4B (or 0x7ABA4B) is known color: Mantis. HEX triplet: 7A, BA and 4B. RGB value is (122,186,75). Sum of RGB (Red+Green+Blue) = 122+186+75=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA4B is #8545B4. Grayscale: #9A9A9A. Windows color (decimal): -8734133 or 4962938. OLE color: 4962938.
HSL color Cylindrical-coordinate representation of color #7ABA4B: hue angle of 94.59º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7ABA4B is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 75 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.27 |
| HSL | 94.59º | 0.45% | 0.51% | - |
| HSV(B) | 94.59º | 0.6% | 0.73% | - |
| XYZ | 26.85 | 39.76 | 12.92 | - |
| YUV | 154.21 | 83.3 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 75 | 0.34 | 0 | 0.60 | 0.27 | 94.59 | 0.45 | 0.51 |
| Hex | 7A | BA | 4B | 22 | 0 | 3C | 1B | 5F | 2D | 33 |
| Octal | 172 | 272 | 113 | 42 | 0 | 74 | 33 | 137 | 55 | 63 |
| Binary | 1111010 | 10111010 | 1001011 | 100010 | 0 | 111100 | 11011 | 1011111 | 101101 | 110011 |
Color Harmonies of #7ABA4B
Complementary color
Monochromatic Colors of #7ABA4B
Black with #7ABA4B
Text Example
Text Example
White with #7ABA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA4B; }
p { color: rgb(122,186,75); }
H1.HeaderClassName
{
color: #7ABA4B;
}
.AnyTagClassName
{
color: #7ABA4B;
}
</style>
background-color css
<style>
a { background-color: #7ABA4B; }
a { background-color: rgb(122,186,75); }
div.DivClassName
{
background-color: #7ABA4B;
}
.BgClassName
{
background-color: #7ABA4B;
}
</style>
border-color css
<style>
span { border-color: #7ABA4B; }
span { border-color: rgb(122,186,75); }
td.TdClassName
{
border-color: #7ABA4B;
}
.TagClassName
{
border-color: #7ABA4B;
}
</style>