Shades of Mantis #7FB756
Tints of Mantis #7FB756
RGB
CMYK
RGB Variations
Color information
#7FB756 (or 0x7FB756) is known color: Mantis. HEX triplet: 7F, B7 and 56. RGB value is (127,183,86). Sum of RGB (Red+Green+Blue) = 127+183+86=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB756 is #8048A9. Grayscale: #9B9B9B. Windows color (decimal): -8407210 or 5683071. OLE color: 5683071.
HSL color Cylindrical-coordinate representation of color #7FB756: hue angle of 94.64º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FB756 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 86 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.28 |
| HSL | 94.64º | 0.4% | 0.53% | - |
| HSV(B) | 94.64º | 0.53% | 0.72% | - |
| XYZ | 27.37 | 39.05 | 14.9 | - |
| YUV | 155.2 | 88.95 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 86 | 0.31 | 0 | 0.53 | 0.28 | 94.64 | 0.4 | 0.53 |
| Hex | 7F | B7 | 56 | 1F | 0 | 35 | 1C | 5F | 28 | 35 |
| Octal | 177 | 267 | 126 | 37 | 0 | 65 | 34 | 137 | 50 | 65 |
| Binary | 1111111 | 10110111 | 1010110 | 11111 | 0 | 110101 | 11100 | 1011111 | 101000 | 110101 |
Color Harmonies of #7FB756
Complementary color
Monochromatic Colors of #7FB756
Black with #7FB756
Text Example
Text Example
White with #7FB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB756; }
p { color: rgb(127,183,86); }
H1.HeaderClassName
{
color: #7FB756;
}
.AnyTagClassName
{
color: #7FB756;
}
</style>
background-color css
<style>
a { background-color: #7FB756; }
a { background-color: rgb(127,183,86); }
div.DivClassName
{
background-color: #7FB756;
}
.BgClassName
{
background-color: #7FB756;
}
</style>
border-color css
<style>
span { border-color: #7FB756; }
span { border-color: rgb(127,183,86); }
td.TdClassName
{
border-color: #7FB756;
}
.TagClassName
{
border-color: #7FB756;
}
</style>