Shades of Mantis #7AB155
Tints of Mantis #7AB155
RGB
CMYK
RGB Variations
Color information
#7AB155 (or 0x7AB155) is known color: Mantis. HEX triplet: 7A, B1 and 55. RGB value is (122,177,85). Sum of RGB (Red+Green+Blue) = 122+177+85=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB155 is #854EAA. Grayscale: #969696. Windows color (decimal): -8736427 or 5615994. OLE color: 5615994.
HSL color Cylindrical-coordinate representation of color #7AB155: hue angle of 95.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AB155 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 85 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.31 |
| HSL | 95.87º | 0.37% | 0.51% | - |
| HSV(B) | 95.87º | 0.52% | 0.69% | - |
| XYZ | 25.39 | 36.24 | 14.25 | - |
| YUV | 150.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 85 | 0.31 | 0 | 0.52 | 0.31 | 95.87 | 0.37 | 0.51 |
| Hex | 7A | B1 | 55 | 1F | 0 | 34 | 1F | 60 | 25 | 33 |
| Octal | 172 | 261 | 125 | 37 | 0 | 64 | 37 | 140 | 45 | 63 |
| Binary | 1111010 | 10110001 | 1010101 | 11111 | 0 | 110100 | 11111 | 1100000 | 100101 | 110011 |
Color Harmonies of #7AB155
Complementary color
Monochromatic Colors of #7AB155
Black with #7AB155
Text Example
Text Example
White with #7AB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB155; }
p { color: rgb(122,177,85); }
H1.HeaderClassName
{
color: #7AB155;
}
.AnyTagClassName
{
color: #7AB155;
}
</style>
background-color css
<style>
a { background-color: #7AB155; }
a { background-color: rgb(122,177,85); }
div.DivClassName
{
background-color: #7AB155;
}
.BgClassName
{
background-color: #7AB155;
}
</style>
border-color css
<style>
span { border-color: #7AB155; }
span { border-color: rgb(122,177,85); }
td.TdClassName
{
border-color: #7AB155;
}
.TagClassName
{
border-color: #7AB155;
}
</style>