Shades of Mantis #7CB353
Tints of Mantis #7CB353
RGB
CMYK
RGB Variations
Color information
#7CB353 (or 0x7CB353) is known color: Mantis. HEX triplet: 7C, B3 and 53. RGB value is (124,179,83). Sum of RGB (Red+Green+Blue) = 124+179+83=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB353 is #834CAC. Grayscale: #979797. Windows color (decimal): -8604845 or 5485436. OLE color: 5485436.
HSL color Cylindrical-coordinate representation of color #7CB353: hue angle of 94.38º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CB353 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 83 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.30 |
| HSL | 94.38º | 0.39% | 0.51% | - |
| HSV(B) | 94.38º | 0.54% | 0.7% | - |
| XYZ | 25.99 | 37.15 | 13.98 | - |
| YUV | 151.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 83 | 0.31 | 0 | 0.54 | 0.30 | 94.38 | 0.39 | 0.51 |
| Hex | 7C | B3 | 53 | 1F | 0 | 36 | 1E | 5E | 27 | 33 |
| Octal | 174 | 263 | 123 | 37 | 0 | 66 | 36 | 136 | 47 | 63 |
| Binary | 1111100 | 10110011 | 1010011 | 11111 | 0 | 110110 | 11110 | 1011110 | 100111 | 110011 |
Color Harmonies of #7CB353
Complementary color
Monochromatic Colors of #7CB353
Black with #7CB353
Text Example
Text Example
White with #7CB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB353; }
p { color: rgb(124,179,83); }
H1.HeaderClassName
{
color: #7CB353;
}
.AnyTagClassName
{
color: #7CB353;
}
</style>
background-color css
<style>
a { background-color: #7CB353; }
a { background-color: rgb(124,179,83); }
div.DivClassName
{
background-color: #7CB353;
}
.BgClassName
{
background-color: #7CB353;
}
</style>
border-color css
<style>
span { border-color: #7CB353; }
span { border-color: rgb(124,179,83); }
td.TdClassName
{
border-color: #7CB353;
}
.TagClassName
{
border-color: #7CB353;
}
</style>