Shades of Mantis #7CB64E
Tints of Mantis #7CB64E
RGB
CMYK
RGB Variations
Color information
#7CB64E (or 0x7CB64E) is known color: Mantis. HEX triplet: 7C, B6 and 4E. RGB value is (124,182,78). Sum of RGB (Red+Green+Blue) = 124+182+78=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB64E is #8349B1. Grayscale: #999999. Windows color (decimal): -8604082 or 5158524. OLE color: 5158524.
HSL color Cylindrical-coordinate representation of color #7CB64E: hue angle of 93.46º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CB64E is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 78 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.29 |
| HSL | 93.46º | 0.42% | 0.51% | - |
| HSV(B) | 93.46º | 0.57% | 0.71% | - |
| XYZ | 26.42 | 38.29 | 13.21 | - |
| YUV | 152.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 78 | 0.32 | 0 | 0.57 | 0.29 | 93.46 | 0.42 | 0.51 |
| Hex | 7C | B6 | 4E | 20 | 0 | 39 | 1D | 5D | 2A | 33 |
| Octal | 174 | 266 | 116 | 40 | 0 | 71 | 35 | 135 | 52 | 63 |
| Binary | 1111100 | 10110110 | 1001110 | 100000 | 0 | 111001 | 11101 | 1011101 | 101010 | 110011 |
Color Harmonies of #7CB64E
Complementary color
Monochromatic Colors of #7CB64E
Black with #7CB64E
Text Example
Text Example
White with #7CB64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB64E; }
p { color: rgb(124,182,78); }
H1.HeaderClassName
{
color: #7CB64E;
}
.AnyTagClassName
{
color: #7CB64E;
}
</style>
background-color css
<style>
a { background-color: #7CB64E; }
a { background-color: rgb(124,182,78); }
div.DivClassName
{
background-color: #7CB64E;
}
.BgClassName
{
background-color: #7CB64E;
}
</style>
border-color css
<style>
span { border-color: #7CB64E; }
span { border-color: rgb(124,182,78); }
td.TdClassName
{
border-color: #7CB64E;
}
.TagClassName
{
border-color: #7CB64E;
}
</style>