Shades of Mantis #7CB34D
Tints of Mantis #7CB34D
RGB
CMYK
RGB Variations
Color information
#7CB34D (or 0x7CB34D) is known color: Mantis. HEX triplet: 7C, B3 and 4D. RGB value is (124,179,77). Sum of RGB (Red+Green+Blue) = 124+179+77=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB34D is #834CB2. Grayscale: #979797. Windows color (decimal): -8604851 or 5092220. OLE color: 5092220.
HSL color Cylindrical-coordinate representation of color #7CB34D: hue angle of 92.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CB34D is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 77 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.30 |
| HSL | 92.35º | 0.4% | 0.5% | - |
| HSV(B) | 92.35º | 0.57% | 0.7% | - |
| XYZ | 25.77 | 37.06 | 12.82 | - |
| YUV | 150.93 | 86.28 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 77 | 0.31 | 0 | 0.57 | 0.30 | 92.35 | 0.4 | 0.5 |
| Hex | 7C | B3 | 4D | 1F | 0 | 39 | 1E | 5C | 28 | 32 |
| Octal | 174 | 263 | 115 | 37 | 0 | 71 | 36 | 134 | 50 | 62 |
| Binary | 1111100 | 10110011 | 1001101 | 11111 | 0 | 111001 | 11110 | 1011100 | 101000 | 110010 |
Color Harmonies of #7CB34D
Complementary color
Monochromatic Colors of #7CB34D
Black with #7CB34D
Text Example
Text Example
White with #7CB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB34D; }
p { color: rgb(124,179,77); }
H1.HeaderClassName
{
color: #7CB34D;
}
.AnyTagClassName
{
color: #7CB34D;
}
</style>
background-color css
<style>
a { background-color: #7CB34D; }
a { background-color: rgb(124,179,77); }
div.DivClassName
{
background-color: #7CB34D;
}
.BgClassName
{
background-color: #7CB34D;
}
</style>
border-color css
<style>
span { border-color: #7CB34D; }
span { border-color: rgb(124,179,77); }
td.TdClassName
{
border-color: #7CB34D;
}
.TagClassName
{
border-color: #7CB34D;
}
</style>