Shades of Mantis #7CB655
Tints of Mantis #7CB655
RGB
CMYK
RGB Variations
Color information
#7CB655 (or 0x7CB655) is known color: Mantis. HEX triplet: 7C, B6 and 55. RGB value is (124,182,85). Sum of RGB (Red+Green+Blue) = 124+182+85=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB655 is #8349AA. Grayscale: #999999. Windows color (decimal): -8604075 or 5617276. OLE color: 5617276.
HSL color Cylindrical-coordinate representation of color #7CB655: hue angle of 95.88º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CB655 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 85 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.29 |
| HSL | 95.88º | 0.4% | 0.52% | - |
| HSV(B) | 95.88º | 0.53% | 0.71% | - |
| XYZ | 26.68 | 38.4 | 14.6 | - |
| YUV | 153.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 85 | 0.32 | 0 | 0.53 | 0.29 | 95.88 | 0.4 | 0.52 |
| Hex | 7C | B6 | 55 | 20 | 0 | 35 | 1D | 60 | 28 | 34 |
| Octal | 174 | 266 | 125 | 40 | 0 | 65 | 35 | 140 | 50 | 64 |
| Binary | 1111100 | 10110110 | 1010101 | 100000 | 0 | 110101 | 11101 | 1100000 | 101000 | 110100 |
Color Harmonies of #7CB655
Complementary color
Monochromatic Colors of #7CB655
Black with #7CB655
Text Example
Text Example
White with #7CB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB655; }
p { color: rgb(124,182,85); }
H1.HeaderClassName
{
color: #7CB655;
}
.AnyTagClassName
{
color: #7CB655;
}
</style>
background-color css
<style>
a { background-color: #7CB655; }
a { background-color: rgb(124,182,85); }
div.DivClassName
{
background-color: #7CB655;
}
.BgClassName
{
background-color: #7CB655;
}
</style>
border-color css
<style>
span { border-color: #7CB655; }
span { border-color: rgb(124,182,85); }
td.TdClassName
{
border-color: #7CB655;
}
.TagClassName
{
border-color: #7CB655;
}
</style>