Shades of Mantis #7CBA4F
Tints of Mantis #7CBA4F
RGB
CMYK
RGB Variations
Color information
#7CBA4F (or 0x7CBA4F) is known color: Mantis. HEX triplet: 7C, BA and 4F. RGB value is (124,186,79). Sum of RGB (Red+Green+Blue) = 124+186+79=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA4F is #8345B0. Grayscale: #9B9B9B. Windows color (decimal): -8603057 or 5225084. OLE color: 5225084.
HSL color Cylindrical-coordinate representation of color #7CBA4F: hue angle of 94.77º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CBA4F is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 79 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.27 |
| HSL | 94.77º | 0.44% | 0.52% | - |
| HSV(B) | 94.77º | 0.58% | 0.73% | - |
| XYZ | 27.28 | 39.97 | 13.67 | - |
| YUV | 155.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 79 | 0.33 | 0 | 0.58 | 0.27 | 94.77 | 0.44 | 0.52 |
| Hex | 7C | BA | 4F | 21 | 0 | 3A | 1B | 5F | 2C | 34 |
| Octal | 174 | 272 | 117 | 41 | 0 | 72 | 33 | 137 | 54 | 64 |
| Binary | 1111100 | 10111010 | 1001111 | 100001 | 0 | 111010 | 11011 | 1011111 | 101100 | 110100 |
Color Harmonies of #7CBA4F
Complementary color
Monochromatic Colors of #7CBA4F
Black with #7CBA4F
Text Example
Text Example
White with #7CBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA4F; }
p { color: rgb(124,186,79); }
H1.HeaderClassName
{
color: #7CBA4F;
}
.AnyTagClassName
{
color: #7CBA4F;
}
</style>
background-color css
<style>
a { background-color: #7CBA4F; }
a { background-color: rgb(124,186,79); }
div.DivClassName
{
background-color: #7CBA4F;
}
.BgClassName
{
background-color: #7CBA4F;
}
</style>
border-color css
<style>
span { border-color: #7CBA4F; }
span { border-color: rgb(124,186,79); }
td.TdClassName
{
border-color: #7CBA4F;
}
.TagClassName
{
border-color: #7CBA4F;
}
</style>