Shades of Mantis #7CBA4C
Tints of Mantis #7CBA4C
RGB
CMYK
RGB Variations
Color information
#7CBA4C (or 0x7CBA4C) is known color: Mantis. HEX triplet: 7C, BA and 4C. RGB value is (124,186,76). Sum of RGB (Red+Green+Blue) = 124+186+76=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA4C is #8345B3. Grayscale: #9B9B9B. Windows color (decimal): -8603060 or 5028476. OLE color: 5028476.
HSL color Cylindrical-coordinate representation of color #7CBA4C: hue angle of 93.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CBA4C is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 76 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.27 |
| HSL | 93.82º | 0.44% | 0.51% | - |
| HSV(B) | 93.82º | 0.59% | 0.73% | - |
| XYZ | 27.18 | 39.92 | 13.11 | - |
| YUV | 154.92 | 83.46 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 76 | 0.33 | 0 | 0.59 | 0.27 | 93.82 | 0.44 | 0.51 |
| Hex | 7C | BA | 4C | 21 | 0 | 3B | 1B | 5E | 2C | 33 |
| Octal | 174 | 272 | 114 | 41 | 0 | 73 | 33 | 136 | 54 | 63 |
| Binary | 1111100 | 10111010 | 1001100 | 100001 | 0 | 111011 | 11011 | 1011110 | 101100 | 110011 |
Color Harmonies of #7CBA4C
Complementary color
Monochromatic Colors of #7CBA4C
Black with #7CBA4C
Text Example
Text Example
White with #7CBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA4C; }
p { color: rgb(124,186,76); }
H1.HeaderClassName
{
color: #7CBA4C;
}
.AnyTagClassName
{
color: #7CBA4C;
}
</style>
background-color css
<style>
a { background-color: #7CBA4C; }
a { background-color: rgb(124,186,76); }
div.DivClassName
{
background-color: #7CBA4C;
}
.BgClassName
{
background-color: #7CBA4C;
}
</style>
border-color css
<style>
span { border-color: #7CBA4C; }
span { border-color: rgb(124,186,76); }
td.TdClassName
{
border-color: #7CBA4C;
}
.TagClassName
{
border-color: #7CBA4C;
}
</style>