Shades of Mantis #7CB65C
Tints of Mantis #7CB65C
RGB
CMYK
RGB Variations
Color information
#7CB65C (or 0x7CB65C) is known color: Mantis. HEX triplet: 7C, B6 and 5C. RGB value is (124,182,92). Sum of RGB (Red+Green+Blue) = 124+182+92=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB65C is #8349A3. Grayscale: #9A9A9A. Windows color (decimal): -8604068 or 6076028. OLE color: 6076028.
HSL color Cylindrical-coordinate representation of color #7CB65C: hue angle of 98.67º 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 #7CB65C is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 92 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.29 |
| HSL | 98.67º | 0.38% | 0.54% | - |
| HSV(B) | 98.67º | 0.49% | 0.71% | - |
| XYZ | 26.97 | 38.51 | 16.14 | - |
| YUV | 154.4 | 92.78 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 92 | 0.32 | 0 | 0.49 | 0.29 | 98.67 | 0.38 | 0.54 |
| Hex | 7C | B6 | 5C | 20 | 0 | 31 | 1D | 63 | 26 | 36 |
| Octal | 174 | 266 | 134 | 40 | 0 | 61 | 35 | 143 | 46 | 66 |
| Binary | 1111100 | 10110110 | 1011100 | 100000 | 0 | 110001 | 11101 | 1100011 | 100110 | 110110 |
Color Harmonies of #7CB65C
Complementary color
Monochromatic Colors of #7CB65C
Black with #7CB65C
Text Example
Text Example
White with #7CB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB65C; }
p { color: rgb(124,182,92); }
H1.HeaderClassName
{
color: #7CB65C;
}
.AnyTagClassName
{
color: #7CB65C;
}
</style>
background-color css
<style>
a { background-color: #7CB65C; }
a { background-color: rgb(124,182,92); }
div.DivClassName
{
background-color: #7CB65C;
}
.BgClassName
{
background-color: #7CB65C;
}
</style>
border-color css
<style>
span { border-color: #7CB65C; }
span { border-color: rgb(124,182,92); }
td.TdClassName
{
border-color: #7CB65C;
}
.TagClassName
{
border-color: #7CB65C;
}
</style>