Shades of Mantis #7CB756
Tints of Mantis #7CB756
RGB
CMYK
RGB Variations
Color information
#7CB756 (or 0x7CB756) is known color: Mantis. HEX triplet: 7C, B7 and 56. RGB value is (124,183,86). Sum of RGB (Red+Green+Blue) = 124+183+86=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB756 is #8348A9. Grayscale: #9A9A9A. Windows color (decimal): -8603818 or 5683068. OLE color: 5683068.
HSL color Cylindrical-coordinate representation of color #7CB756: hue angle of 96.49º 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 #7CB756 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 86 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.28 |
| HSL | 96.49º | 0.4% | 0.53% | - |
| HSV(B) | 96.49º | 0.53% | 0.72% | - |
| XYZ | 26.93 | 38.82 | 14.88 | - |
| YUV | 154.3 | 89.45 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 86 | 0.32 | 0 | 0.53 | 0.28 | 96.49 | 0.4 | 0.53 |
| Hex | 7C | B7 | 56 | 20 | 0 | 35 | 1C | 60 | 28 | 35 |
| Octal | 174 | 267 | 126 | 40 | 0 | 65 | 34 | 140 | 50 | 65 |
| Binary | 1111100 | 10110111 | 1010110 | 100000 | 0 | 110101 | 11100 | 1100000 | 101000 | 110101 |
Color Harmonies of #7CB756
Complementary color
Monochromatic Colors of #7CB756
Black with #7CB756
Text Example
Text Example
White with #7CB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB756; }
p { color: rgb(124,183,86); }
H1.HeaderClassName
{
color: #7CB756;
}
.AnyTagClassName
{
color: #7CB756;
}
</style>
background-color css
<style>
a { background-color: #7CB756; }
a { background-color: rgb(124,183,86); }
div.DivClassName
{
background-color: #7CB756;
}
.BgClassName
{
background-color: #7CB756;
}
</style>
border-color css
<style>
span { border-color: #7CB756; }
span { border-color: rgb(124,183,86); }
td.TdClassName
{
border-color: #7CB756;
}
.TagClassName
{
border-color: #7CB756;
}
</style>