Shades of Mantis #7CB749
Tints of Mantis #7CB749
RGB
CMYK
RGB Variations
Color information
#7CB749 (or 0x7CB749) is known color: Mantis. HEX triplet: 7C, B7 and 49. RGB value is (124,183,73). Sum of RGB (Red+Green+Blue) = 124+183+73=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB749 is #8348B6. Grayscale: #999999. Windows color (decimal): -8603831 or 4831100. OLE color: 4831100.
HSL color Cylindrical-coordinate representation of color #7CB749: hue angle of 92.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CB749 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 73 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.28 |
| HSL | 92.18º | 0.43% | 0.5% | - |
| HSV(B) | 92.18º | 0.6% | 0.72% | - |
| XYZ | 26.45 | 38.63 | 12.37 | - |
| YUV | 152.82 | 82.95 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 73 | 0.32 | 0 | 0.60 | 0.28 | 92.18 | 0.43 | 0.5 |
| Hex | 7C | B7 | 49 | 20 | 0 | 3C | 1C | 5C | 2B | 32 |
| Octal | 174 | 267 | 111 | 40 | 0 | 74 | 34 | 134 | 53 | 62 |
| Binary | 1111100 | 10110111 | 1001001 | 100000 | 0 | 111100 | 11100 | 1011100 | 101011 | 110010 |
Color Harmonies of #7CB749
Complementary color
Monochromatic Colors of #7CB749
Black with #7CB749
Text Example
Text Example
White with #7CB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB749; }
p { color: rgb(124,183,73); }
H1.HeaderClassName
{
color: #7CB749;
}
.AnyTagClassName
{
color: #7CB749;
}
</style>
background-color css
<style>
a { background-color: #7CB749; }
a { background-color: rgb(124,183,73); }
div.DivClassName
{
background-color: #7CB749;
}
.BgClassName
{
background-color: #7CB749;
}
</style>
border-color css
<style>
span { border-color: #7CB749; }
span { border-color: rgb(124,183,73); }
td.TdClassName
{
border-color: #7CB749;
}
.TagClassName
{
border-color: #7CB749;
}
</style>