Shades of Mantis #7AB256
Tints of Mantis #7AB256
RGB
CMYK
RGB Variations
Color information
#7AB256 (or 0x7AB256) is known color: Mantis. HEX triplet: 7A, B2 and 56. RGB value is (122,178,86). Sum of RGB (Red+Green+Blue) = 122+178+86=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB256 is #854DA9. Grayscale: #979797. Windows color (decimal): -8736170 or 5681786. OLE color: 5681786.
HSL color Cylindrical-coordinate representation of color #7AB256: hue angle of 96.52º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AB256 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 86 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.30 |
| HSL | 96.52º | 0.37% | 0.52% | - |
| HSV(B) | 96.52º | 0.52% | 0.7% | - |
| XYZ | 25.63 | 36.65 | 14.53 | - |
| YUV | 150.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 86 | 0.31 | 0 | 0.52 | 0.30 | 96.52 | 0.37 | 0.52 |
| Hex | 7A | B2 | 56 | 1F | 0 | 34 | 1E | 61 | 25 | 34 |
| Octal | 172 | 262 | 126 | 37 | 0 | 64 | 36 | 141 | 45 | 64 |
| Binary | 1111010 | 10110010 | 1010110 | 11111 | 0 | 110100 | 11110 | 1100001 | 100101 | 110100 |
Color Harmonies of #7AB256
Complementary color
Monochromatic Colors of #7AB256
Black with #7AB256
Text Example
Text Example
White with #7AB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB256; }
p { color: rgb(122,178,86); }
H1.HeaderClassName
{
color: #7AB256;
}
.AnyTagClassName
{
color: #7AB256;
}
</style>
background-color css
<style>
a { background-color: #7AB256; }
a { background-color: rgb(122,178,86); }
div.DivClassName
{
background-color: #7AB256;
}
.BgClassName
{
background-color: #7AB256;
}
</style>
border-color css
<style>
span { border-color: #7AB256; }
span { border-color: rgb(122,178,86); }
td.TdClassName
{
border-color: #7AB256;
}
.TagClassName
{
border-color: #7AB256;
}
</style>