Shades of Mantis #7BB157
Tints of Mantis #7BB157
RGB
CMYK
RGB Variations
Color information
#7BB157 (or 0x7BB157) is known color: Mantis. HEX triplet: 7B, B1 and 57. RGB value is (123,177,87). Sum of RGB (Red+Green+Blue) = 123+177+87=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB157 is #844EA8. Grayscale: #969696. Windows color (decimal): -8670889 or 5747067. OLE color: 5747067.
HSL color Cylindrical-coordinate representation of color #7BB157: hue angle of 96º 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 #7BB157 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 177 | 87 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.31 |
| HSL | 96º | 0.37% | 0.52% | - |
| HSV(B) | 96º | 0.51% | 0.69% | - |
| XYZ | 25.61 | 36.34 | 14.68 | - |
| YUV | 150.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 87 | 0.31 | 0 | 0.51 | 0.31 | 96 | 0.37 | 0.52 |
| Hex | 7B | B1 | 57 | 1F | 0 | 33 | 1F | 60 | 25 | 34 |
| Octal | 173 | 261 | 127 | 37 | 0 | 63 | 37 | 140 | 45 | 64 |
| Binary | 1111011 | 10110001 | 1010111 | 11111 | 0 | 110011 | 11111 | 1100000 | 100101 | 110100 |
Color Harmonies of #7BB157
Complementary color
Monochromatic Colors of #7BB157
Black with #7BB157
Text Example
Text Example
White with #7BB157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB157; }
p { color: rgb(123,177,87); }
H1.HeaderClassName
{
color: #7BB157;
}
.AnyTagClassName
{
color: #7BB157;
}
</style>
background-color css
<style>
a { background-color: #7BB157; }
a { background-color: rgb(123,177,87); }
div.DivClassName
{
background-color: #7BB157;
}
.BgClassName
{
background-color: #7BB157;
}
</style>
border-color css
<style>
span { border-color: #7BB157; }
span { border-color: rgb(123,177,87); }
td.TdClassName
{
border-color: #7BB157;
}
.TagClassName
{
border-color: #7BB157;
}
</style>