Shades of Mantis #7ABB6B
Tints of Mantis #7ABB6B
RGB
CMYK
RGB Variations
Color information
#7ABB6B (or 0x7ABB6B) is known color: Mantis. HEX triplet: 7A, BB and 6B. RGB value is (122,187,107). Sum of RGB (Red+Green+Blue) = 122+187+107=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABB6B is #854494. Grayscale: #9E9E9E. Windows color (decimal): -8733845 or 7060346. OLE color: 7060346.
HSL color Cylindrical-coordinate representation of color #7ABB6B: hue angle of 108.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ABB6B is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 107 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.27 |
| HSL | 108.75º | 0.37% | 0.58% | - |
| HSV(B) | 108.75º | 0.43% | 0.73% | - |
| XYZ | 28.45 | 40.74 | 20.27 | - |
| YUV | 158.45 | 98.97 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 107 | 0.35 | 0 | 0.43 | 0.27 | 108.75 | 0.37 | 0.58 |
| Hex | 7A | BB | 6B | 23 | 0 | 2B | 1B | 6D | 25 | 3A |
| Octal | 172 | 273 | 153 | 43 | 0 | 53 | 33 | 155 | 45 | 72 |
| Binary | 1111010 | 10111011 | 1101011 | 100011 | 0 | 101011 | 11011 | 1101101 | 100101 | 111010 |
Color Harmonies of #7ABB6B
Complementary color
Monochromatic Colors of #7ABB6B
Black with #7ABB6B
Text Example
Text Example
White with #7ABB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB6B; }
p { color: rgb(122,187,107); }
H1.HeaderClassName
{
color: #7ABB6B;
}
.AnyTagClassName
{
color: #7ABB6B;
}
</style>
background-color css
<style>
a { background-color: #7ABB6B; }
a { background-color: rgb(122,187,107); }
div.DivClassName
{
background-color: #7ABB6B;
}
.BgClassName
{
background-color: #7ABB6B;
}
</style>
border-color css
<style>
span { border-color: #7ABB6B; }
span { border-color: rgb(122,187,107); }
td.TdClassName
{
border-color: #7ABB6B;
}
.TagClassName
{
border-color: #7ABB6B;
}
</style>