Shades of Mantis #7BB156
Tints of Mantis #7BB156
RGB
CMYK
RGB Variations
Color information
#7BB156 (or 0x7BB156) is known color: Mantis. HEX triplet: 7B, B1 and 56. RGB value is (123,177,86). Sum of RGB (Red+Green+Blue) = 123+177+86=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB156 is #844EA9. Grayscale: #969696. Windows color (decimal): -8670890 or 5681531. OLE color: 5681531.
HSL color Cylindrical-coordinate representation of color #7BB156: hue angle of 95.6º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BB156 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 177 | 86 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.31 |
| HSL | 95.6º | 0.37% | 0.52% | - |
| HSV(B) | 95.6º | 0.51% | 0.69% | - |
| XYZ | 25.57 | 36.33 | 14.47 | - |
| YUV | 150.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 86 | 0.31 | 0 | 0.51 | 0.31 | 95.6 | 0.37 | 0.52 |
| Hex | 7B | B1 | 56 | 1F | 0 | 33 | 1F | 60 | 25 | 34 |
| Octal | 173 | 261 | 126 | 37 | 0 | 63 | 37 | 140 | 45 | 64 |
| Binary | 1111011 | 10110001 | 1010110 | 11111 | 0 | 110011 | 11111 | 1100000 | 100101 | 110100 |
Color Harmonies of #7BB156
Complementary color
Monochromatic Colors of #7BB156
Black with #7BB156
Text Example
Text Example
White with #7BB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB156; }
p { color: rgb(123,177,86); }
H1.HeaderClassName
{
color: #7BB156;
}
.AnyTagClassName
{
color: #7BB156;
}
</style>
background-color css
<style>
a { background-color: #7BB156; }
a { background-color: rgb(123,177,86); }
div.DivClassName
{
background-color: #7BB156;
}
.BgClassName
{
background-color: #7BB156;
}
</style>
border-color css
<style>
span { border-color: #7BB156; }
span { border-color: rgb(123,177,86); }
td.TdClassName
{
border-color: #7BB156;
}
.TagClassName
{
border-color: #7BB156;
}
</style>