Shades of Mantis #7CB650
Tints of Mantis #7CB650
RGB
CMYK
RGB Variations
Color information
#7CB650 (or 0x7CB650) is known color: Mantis. HEX triplet: 7C, B6 and 50. RGB value is (124,182,80). Sum of RGB (Red+Green+Blue) = 124+182+80=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB650 is #8349AF. Grayscale: #999999. Windows color (decimal): -8604080 or 5289596. OLE color: 5289596.
HSL color Cylindrical-coordinate representation of color #7CB650: hue angle of 94.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CB650 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 80 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.29 |
| HSL | 94.12º | 0.41% | 0.51% | - |
| HSV(B) | 94.12º | 0.56% | 0.71% | - |
| XYZ | 26.49 | 38.32 | 13.59 | - |
| YUV | 153.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 80 | 0.32 | 0 | 0.56 | 0.29 | 94.12 | 0.41 | 0.51 |
| Hex | 7C | B6 | 50 | 20 | 0 | 38 | 1D | 5E | 29 | 33 |
| Octal | 174 | 266 | 120 | 40 | 0 | 70 | 35 | 136 | 51 | 63 |
| Binary | 1111100 | 10110110 | 1010000 | 100000 | 0 | 111000 | 11101 | 1011110 | 101001 | 110011 |
Color Harmonies of #7CB650
Complementary color
Monochromatic Colors of #7CB650
Black with #7CB650
Text Example
Text Example
White with #7CB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB650; }
p { color: rgb(124,182,80); }
H1.HeaderClassName
{
color: #7CB650;
}
.AnyTagClassName
{
color: #7CB650;
}
</style>
background-color css
<style>
a { background-color: #7CB650; }
a { background-color: rgb(124,182,80); }
div.DivClassName
{
background-color: #7CB650;
}
.BgClassName
{
background-color: #7CB650;
}
</style>
border-color css
<style>
span { border-color: #7CB650; }
span { border-color: rgb(124,182,80); }
td.TdClassName
{
border-color: #7CB650;
}
.TagClassName
{
border-color: #7CB650;
}
</style>