Shades of Mantis #7CB65D
Tints of Mantis #7CB65D
RGB
CMYK
RGB Variations
Color information
#7CB65D (or 0x7CB65D) is known color: Mantis. HEX triplet: 7C, B6 and 5D. RGB value is (124,182,93). Sum of RGB (Red+Green+Blue) = 124+182+93=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB65D is #8349A2. Grayscale: #9A9A9A. Windows color (decimal): -8604067 or 6141564. OLE color: 6141564.
HSL color Cylindrical-coordinate representation of color #7CB65D: hue angle of 99.1º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CB65D is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 93 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.29 |
| HSL | 99.1º | 0.38% | 0.54% | - |
| HSV(B) | 99.1º | 0.49% | 0.71% | - |
| XYZ | 27.02 | 38.53 | 16.37 | - |
| YUV | 154.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 93 | 0.32 | 0 | 0.49 | 0.29 | 99.1 | 0.38 | 0.54 |
| Hex | 7C | B6 | 5D | 20 | 0 | 31 | 1D | 63 | 26 | 36 |
| Octal | 174 | 266 | 135 | 40 | 0 | 61 | 35 | 143 | 46 | 66 |
| Binary | 1111100 | 10110110 | 1011101 | 100000 | 0 | 110001 | 11101 | 1100011 | 100110 | 110110 |
Color Harmonies of #7CB65D
Complementary color
Monochromatic Colors of #7CB65D
Black with #7CB65D
Text Example
Text Example
White with #7CB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB65D; }
p { color: rgb(124,182,93); }
H1.HeaderClassName
{
color: #7CB65D;
}
.AnyTagClassName
{
color: #7CB65D;
}
</style>
background-color css
<style>
a { background-color: #7CB65D; }
a { background-color: rgb(124,182,93); }
div.DivClassName
{
background-color: #7CB65D;
}
.BgClassName
{
background-color: #7CB65D;
}
</style>
border-color css
<style>
span { border-color: #7CB65D; }
span { border-color: rgb(124,182,93); }
td.TdClassName
{
border-color: #7CB65D;
}
.TagClassName
{
border-color: #7CB65D;
}
</style>