Shades of Mantis #7AB255
Tints of Mantis #7AB255
RGB
CMYK
RGB Variations
Color information
#7AB255 (or 0x7AB255) is known color: Mantis. HEX triplet: 7A, B2 and 55. RGB value is (122,178,85). Sum of RGB (Red+Green+Blue) = 122+178+85=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB255 is #854DAA. Grayscale: #969696. Windows color (decimal): -8736171 or 5616250. OLE color: 5616250.
HSL color Cylindrical-coordinate representation of color #7AB255: hue angle of 96.13º degrees, saturation: 0.38, 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 #7AB255 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 85 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.30 |
| HSL | 96.13º | 0.38% | 0.52% | - |
| HSV(B) | 96.13º | 0.52% | 0.7% | - |
| XYZ | 25.59 | 36.63 | 14.32 | - |
| YUV | 150.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 85 | 0.31 | 0 | 0.52 | 0.30 | 96.13 | 0.38 | 0.52 |
| Hex | 7A | B2 | 55 | 1F | 0 | 34 | 1E | 60 | 26 | 34 |
| Octal | 172 | 262 | 125 | 37 | 0 | 64 | 36 | 140 | 46 | 64 |
| Binary | 1111010 | 10110010 | 1010101 | 11111 | 0 | 110100 | 11110 | 1100000 | 100110 | 110100 |
Color Harmonies of #7AB255
Complementary color
Monochromatic Colors of #7AB255
Black with #7AB255
Text Example
Text Example
White with #7AB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB255; }
p { color: rgb(122,178,85); }
H1.HeaderClassName
{
color: #7AB255;
}
.AnyTagClassName
{
color: #7AB255;
}
</style>
background-color css
<style>
a { background-color: #7AB255; }
a { background-color: rgb(122,178,85); }
div.DivClassName
{
background-color: #7AB255;
}
.BgClassName
{
background-color: #7AB255;
}
</style>
border-color css
<style>
span { border-color: #7AB255; }
span { border-color: rgb(122,178,85); }
td.TdClassName
{
border-color: #7AB255;
}
.TagClassName
{
border-color: #7AB255;
}
</style>