Shades of Mantis #7ABD6E
Tints of Mantis #7ABD6E
RGB
CMYK
RGB Variations
Color information
#7ABD6E (or 0x7ABD6E) is known color: Mantis. HEX triplet: 7A, BD and 6E. RGB value is (122,189,110). Sum of RGB (Red+Green+Blue) = 122+189+110=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABD6E is #854291. Grayscale: #A0A0A0. Windows color (decimal): -8733330 or 7257466. OLE color: 7257466.
HSL color Cylindrical-coordinate representation of color #7ABD6E: hue angle of 110.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ABD6E is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 110 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.26 |
| HSL | 110.89º | 0.37% | 0.59% | - |
| HSV(B) | 110.89º | 0.42% | 0.74% | - |
| XYZ | 29.04 | 41.66 | 21.26 | - |
| YUV | 159.96 | 99.8 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 110 | 0.35 | 0 | 0.42 | 0.26 | 110.89 | 0.37 | 0.59 |
| Hex | 7A | BD | 6E | 23 | 0 | 2A | 1A | 6F | 25 | 3B |
| Octal | 172 | 275 | 156 | 43 | 0 | 52 | 32 | 157 | 45 | 73 |
| Binary | 1111010 | 10111101 | 1101110 | 100011 | 0 | 101010 | 11010 | 1101111 | 100101 | 111011 |
Color Harmonies of #7ABD6E
Complementary color
Monochromatic Colors of #7ABD6E
Black with #7ABD6E
Text Example
Text Example
White with #7ABD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABD6E; }
p { color: rgb(122,189,110); }
H1.HeaderClassName
{
color: #7ABD6E;
}
.AnyTagClassName
{
color: #7ABD6E;
}
</style>
background-color css
<style>
a { background-color: #7ABD6E; }
a { background-color: rgb(122,189,110); }
div.DivClassName
{
background-color: #7ABD6E;
}
.BgClassName
{
background-color: #7ABD6E;
}
</style>
border-color css
<style>
span { border-color: #7ABD6E; }
span { border-color: rgb(122,189,110); }
td.TdClassName
{
border-color: #7ABD6E;
}
.TagClassName
{
border-color: #7ABD6E;
}
</style>