Shades of Mantis #7CB657
Tints of Mantis #7CB657
RGB
CMYK
RGB Variations
Color information
#7CB657 (or 0x7CB657) is known color: Mantis. HEX triplet: 7C, B6 and 57. RGB value is (124,182,87). Sum of RGB (Red+Green+Blue) = 124+182+87=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB657 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB657 is #8349A8. Grayscale: #9A9A9A. Windows color (decimal): -8604073 or 5748348. OLE color: 5748348.
HSL color Cylindrical-coordinate representation of color #7CB657: hue angle of 96.63º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CB657 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 87 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.29 |
| HSL | 96.63º | 0.39% | 0.53% | - |
| HSV(B) | 96.63º | 0.52% | 0.71% | - |
| XYZ | 26.76 | 38.43 | 15.02 | - |
| YUV | 153.83 | 90.28 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 87 | 0.32 | 0 | 0.52 | 0.29 | 96.63 | 0.39 | 0.53 |
| Hex | 7C | B6 | 57 | 20 | 0 | 34 | 1D | 61 | 27 | 35 |
| Octal | 174 | 266 | 127 | 40 | 0 | 64 | 35 | 141 | 47 | 65 |
| Binary | 1111100 | 10110110 | 1010111 | 100000 | 0 | 110100 | 11101 | 1100001 | 100111 | 110101 |
Color Harmonies of #7CB657
Complementary color
Monochromatic Colors of #7CB657
Black with #7CB657
Text Example
Text Example
White with #7CB657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB657; }
p { color: rgb(124,182,87); }
H1.HeaderClassName
{
color: #7CB657;
}
.AnyTagClassName
{
color: #7CB657;
}
</style>
background-color css
<style>
a { background-color: #7CB657; }
a { background-color: rgb(124,182,87); }
div.DivClassName
{
background-color: #7CB657;
}
.BgClassName
{
background-color: #7CB657;
}
</style>
border-color css
<style>
span { border-color: #7CB657; }
span { border-color: rgb(124,182,87); }
td.TdClassName
{
border-color: #7CB657;
}
.TagClassName
{
border-color: #7CB657;
}
</style>