Shades of Mantis #7CB647
Tints of Mantis #7CB647
RGB
CMYK
RGB Variations
Color information
#7CB647 (or 0x7CB647) is known color: Mantis. HEX triplet: 7C, B6 and 47. RGB value is (124,182,71). Sum of RGB (Red+Green+Blue) = 124+182+71=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB647 is #8349B8. Grayscale: #989898. Windows color (decimal): -8604089 or 4699772. OLE color: 4699772.
HSL color Cylindrical-coordinate representation of color #7CB647: hue angle of 91.35º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CB647 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 71 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.29 |
| HSL | 91.35º | 0.44% | 0.5% | - |
| HSV(B) | 91.35º | 0.61% | 0.71% | - |
| XYZ | 26.18 | 38.2 | 11.95 | - |
| YUV | 152 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 71 | 0.32 | 0 | 0.61 | 0.29 | 91.35 | 0.44 | 0.5 |
| Hex | 7C | B6 | 47 | 20 | 0 | 3D | 1D | 5B | 2C | 32 |
| Octal | 174 | 266 | 107 | 40 | 0 | 75 | 35 | 133 | 54 | 62 |
| Binary | 1111100 | 10110110 | 1000111 | 100000 | 0 | 111101 | 11101 | 1011011 | 101100 | 110010 |
Color Harmonies of #7CB647
Complementary color
Monochromatic Colors of #7CB647
Black with #7CB647
Text Example
Text Example
White with #7CB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB647; }
p { color: rgb(124,182,71); }
H1.HeaderClassName
{
color: #7CB647;
}
.AnyTagClassName
{
color: #7CB647;
}
</style>
background-color css
<style>
a { background-color: #7CB647; }
a { background-color: rgb(124,182,71); }
div.DivClassName
{
background-color: #7CB647;
}
.BgClassName
{
background-color: #7CB647;
}
</style>
border-color css
<style>
span { border-color: #7CB647; }
span { border-color: rgb(124,182,71); }
td.TdClassName
{
border-color: #7CB647;
}
.TagClassName
{
border-color: #7CB647;
}
</style>