Shades of Mantis #7CBA47
Tints of Mantis #7CBA47
RGB
CMYK
RGB Variations
Color information
#7CBA47 (or 0x7CBA47) is known color: Mantis. HEX triplet: 7C, BA and 47. RGB value is (124,186,71). Sum of RGB (Red+Green+Blue) = 124+186+71=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA47 is #8345B8. Grayscale: #9A9A9A. Windows color (decimal): -8603065 or 4700796. OLE color: 4700796.
HSL color Cylindrical-coordinate representation of color #7CBA47: hue angle of 92.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7CBA47 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 71 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.27 |
| HSL | 92.35º | 0.45% | 0.5% | - |
| HSV(B) | 92.35º | 0.62% | 0.73% | - |
| XYZ | 27.01 | 39.86 | 12.23 | - |
| YUV | 154.35 | 80.96 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 71 | 0.33 | 0 | 0.62 | 0.27 | 92.35 | 0.45 | 0.5 |
| Hex | 7C | BA | 47 | 21 | 0 | 3E | 1B | 5C | 2D | 32 |
| Octal | 174 | 272 | 107 | 41 | 0 | 76 | 33 | 134 | 55 | 62 |
| Binary | 1111100 | 10111010 | 1000111 | 100001 | 0 | 111110 | 11011 | 1011100 | 101101 | 110010 |
Color Harmonies of #7CBA47
Complementary color
Monochromatic Colors of #7CBA47
Black with #7CBA47
Text Example
Text Example
White with #7CBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA47; }
p { color: rgb(124,186,71); }
H1.HeaderClassName
{
color: #7CBA47;
}
.AnyTagClassName
{
color: #7CBA47;
}
</style>
background-color css
<style>
a { background-color: #7CBA47; }
a { background-color: rgb(124,186,71); }
div.DivClassName
{
background-color: #7CBA47;
}
.BgClassName
{
background-color: #7CBA47;
}
</style>
border-color css
<style>
span { border-color: #7CBA47; }
span { border-color: rgb(124,186,71); }
td.TdClassName
{
border-color: #7CBA47;
}
.TagClassName
{
border-color: #7CBA47;
}
</style>