Shades of Mantis #7CB762
Tints of Mantis #7CB762
RGB
CMYK
RGB Variations
Color information
#7CB762 (or 0x7CB762) is known color: Mantis. HEX triplet: 7C, B7 and 62. RGB value is (124,183,98). Sum of RGB (Red+Green+Blue) = 124+183+98=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB762 is #83489D. Grayscale: #9B9B9B. Windows color (decimal): -8603806 or 6469500. OLE color: 6469500.
HSL color Cylindrical-coordinate representation of color #7CB762: hue angle of 101.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CB762 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 98 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.28 |
| HSL | 101.65º | 0.37% | 0.55% | - |
| HSV(B) | 101.65º | 0.46% | 0.72% | - |
| XYZ | 27.45 | 39.03 | 17.64 | - |
| YUV | 155.67 | 95.45 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 98 | 0.32 | 0 | 0.46 | 0.28 | 101.65 | 0.37 | 0.55 |
| Hex | 7C | B7 | 62 | 20 | 0 | 2E | 1C | 66 | 25 | 37 |
| Octal | 174 | 267 | 142 | 40 | 0 | 56 | 34 | 146 | 45 | 67 |
| Binary | 1111100 | 10110111 | 1100010 | 100000 | 0 | 101110 | 11100 | 1100110 | 100101 | 110111 |
Color Harmonies of #7CB762
Complementary color
Monochromatic Colors of #7CB762
Black with #7CB762
Text Example
Text Example
White with #7CB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB762; }
p { color: rgb(124,183,98); }
H1.HeaderClassName
{
color: #7CB762;
}
.AnyTagClassName
{
color: #7CB762;
}
</style>
background-color css
<style>
a { background-color: #7CB762; }
a { background-color: rgb(124,183,98); }
div.DivClassName
{
background-color: #7CB762;
}
.BgClassName
{
background-color: #7CB762;
}
</style>
border-color css
<style>
span { border-color: #7CB762; }
span { border-color: rgb(124,183,98); }
td.TdClassName
{
border-color: #7CB762;
}
.TagClassName
{
border-color: #7CB762;
}
</style>