Shades of Mantis #7CB750
Tints of Mantis #7CB750
RGB
CMYK
RGB Variations
Color information
#7CB750 (or 0x7CB750) is known color: Mantis. HEX triplet: 7C, B7 and 50. RGB value is (124,183,80). Sum of RGB (Red+Green+Blue) = 124+183+80=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB750 is #8348AF. Grayscale: #999999. Windows color (decimal): -8603824 or 5289852. OLE color: 5289852.
HSL color Cylindrical-coordinate representation of color #7CB750: hue angle of 94.37º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CB750 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 80 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.28 |
| HSL | 94.37º | 0.42% | 0.52% | - |
| HSV(B) | 94.37º | 0.56% | 0.72% | - |
| XYZ | 26.69 | 38.73 | 13.66 | - |
| YUV | 153.62 | 86.45 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 80 | 0.32 | 0 | 0.56 | 0.28 | 94.37 | 0.42 | 0.52 |
| Hex | 7C | B7 | 50 | 20 | 0 | 38 | 1C | 5E | 2A | 34 |
| Octal | 174 | 267 | 120 | 40 | 0 | 70 | 34 | 136 | 52 | 64 |
| Binary | 1111100 | 10110111 | 1010000 | 100000 | 0 | 111000 | 11100 | 1011110 | 101010 | 110100 |
Color Harmonies of #7CB750
Complementary color
Monochromatic Colors of #7CB750
Black with #7CB750
Text Example
Text Example
White with #7CB750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB750; }
p { color: rgb(124,183,80); }
H1.HeaderClassName
{
color: #7CB750;
}
.AnyTagClassName
{
color: #7CB750;
}
</style>
background-color css
<style>
a { background-color: #7CB750; }
a { background-color: rgb(124,183,80); }
div.DivClassName
{
background-color: #7CB750;
}
.BgClassName
{
background-color: #7CB750;
}
</style>
border-color css
<style>
span { border-color: #7CB750; }
span { border-color: rgb(124,183,80); }
td.TdClassName
{
border-color: #7CB750;
}
.TagClassName
{
border-color: #7CB750;
}
</style>