Shades of Mantis #7CB855
Tints of Mantis #7CB855
RGB
CMYK
RGB Variations
Color information
#7CB855 (or 0x7CB855) is known color: Mantis. HEX triplet: 7C, B8 and 55. RGB value is (124,184,85). Sum of RGB (Red+Green+Blue) = 124+184+85=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB855 is #8347AA. Grayscale: #9B9B9B. Windows color (decimal): -8603563 or 5617788. OLE color: 5617788.
HSL color Cylindrical-coordinate representation of color #7CB855: hue angle of 96.36º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CB855 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 85 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.28 |
| HSL | 96.36º | 0.41% | 0.53% | - |
| HSV(B) | 96.36º | 0.54% | 0.72% | - |
| XYZ | 27.09 | 39.22 | 14.74 | - |
| YUV | 154.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 85 | 0.33 | 0 | 0.54 | 0.28 | 96.36 | 0.41 | 0.53 |
| Hex | 7C | B8 | 55 | 21 | 0 | 36 | 1C | 60 | 29 | 35 |
| Octal | 174 | 270 | 125 | 41 | 0 | 66 | 34 | 140 | 51 | 65 |
| Binary | 1111100 | 10111000 | 1010101 | 100001 | 0 | 110110 | 11100 | 1100000 | 101001 | 110101 |
Color Harmonies of #7CB855
Complementary color
Monochromatic Colors of #7CB855
Black with #7CB855
Text Example
Text Example
White with #7CB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB855; }
p { color: rgb(124,184,85); }
H1.HeaderClassName
{
color: #7CB855;
}
.AnyTagClassName
{
color: #7CB855;
}
</style>
background-color css
<style>
a { background-color: #7CB855; }
a { background-color: rgb(124,184,85); }
div.DivClassName
{
background-color: #7CB855;
}
.BgClassName
{
background-color: #7CB855;
}
</style>
border-color css
<style>
span { border-color: #7CB855; }
span { border-color: rgb(124,184,85); }
td.TdClassName
{
border-color: #7CB855;
}
.TagClassName
{
border-color: #7CB855;
}
</style>