Shades of Mantis #7CB860
Tints of Mantis #7CB860
RGB
CMYK
RGB Variations
Color information
#7CB860 (or 0x7CB860) is known color: Mantis. HEX triplet: 7C, B8 and 60. RGB value is (124,184,96). Sum of RGB (Red+Green+Blue) = 124+184+96=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB860 is #83479F. Grayscale: #9C9C9C. Windows color (decimal): -8603552 or 6338684. OLE color: 6338684.
HSL color Cylindrical-coordinate representation of color #7CB860: hue angle of 100.91º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CB860 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 96 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.28 |
| HSL | 100.91º | 0.38% | 0.55% | - |
| HSV(B) | 100.91º | 0.48% | 0.72% | - |
| XYZ | 27.56 | 39.41 | 17.22 | - |
| YUV | 156.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 96 | 0.33 | 0 | 0.48 | 0.28 | 100.91 | 0.38 | 0.55 |
| Hex | 7C | B8 | 60 | 21 | 0 | 30 | 1C | 65 | 26 | 37 |
| Octal | 174 | 270 | 140 | 41 | 0 | 60 | 34 | 145 | 46 | 67 |
| Binary | 1111100 | 10111000 | 1100000 | 100001 | 0 | 110000 | 11100 | 1100101 | 100110 | 110111 |
Color Harmonies of #7CB860
Complementary color
Monochromatic Colors of #7CB860
Black with #7CB860
Text Example
Text Example
White with #7CB860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB860; }
p { color: rgb(124,184,96); }
H1.HeaderClassName
{
color: #7CB860;
}
.AnyTagClassName
{
color: #7CB860;
}
</style>
background-color css
<style>
a { background-color: #7CB860; }
a { background-color: rgb(124,184,96); }
div.DivClassName
{
background-color: #7CB860;
}
.BgClassName
{
background-color: #7CB860;
}
</style>
border-color css
<style>
span { border-color: #7CB860; }
span { border-color: rgb(124,184,96); }
td.TdClassName
{
border-color: #7CB860;
}
.TagClassName
{
border-color: #7CB860;
}
</style>