Shades of Mantis #7CBA72
Tints of Mantis #7CBA72
RGB
CMYK
RGB Variations
Color information
#7CBA72 (or 0x7CBA72) is known color: Mantis. HEX triplet: 7C, BA and 72. RGB value is (124,186,114). Sum of RGB (Red+Green+Blue) = 124+186+114=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA72 is #83458D. Grayscale: #9F9F9F. Windows color (decimal): -8603022 or 7518844. OLE color: 7518844.
HSL color Cylindrical-coordinate representation of color #7CBA72: hue angle of 111.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CBA72 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 114 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.27 |
| HSL | 111.67º | 0.34% | 0.59% | - |
| HSV(B) | 111.67º | 0.39% | 0.73% | - |
| XYZ | 28.91 | 40.62 | 22.24 | - |
| YUV | 159.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 114 | 0.33 | 0 | 0.39 | 0.27 | 111.67 | 0.34 | 0.59 |
| Hex | 7C | BA | 72 | 21 | 0 | 27 | 1B | 70 | 22 | 3B |
| Octal | 174 | 272 | 162 | 41 | 0 | 47 | 33 | 160 | 42 | 73 |
| Binary | 1111100 | 10111010 | 1110010 | 100001 | 0 | 100111 | 11011 | 1110000 | 100010 | 111011 |
Color Harmonies of #7CBA72
Complementary color
Monochromatic Colors of #7CBA72
Black with #7CBA72
Text Example
Text Example
White with #7CBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA72; }
p { color: rgb(124,186,114); }
H1.HeaderClassName
{
color: #7CBA72;
}
.AnyTagClassName
{
color: #7CBA72;
}
</style>
background-color css
<style>
a { background-color: #7CBA72; }
a { background-color: rgb(124,186,114); }
div.DivClassName
{
background-color: #7CBA72;
}
.BgClassName
{
background-color: #7CBA72;
}
</style>
border-color css
<style>
span { border-color: #7CBA72; }
span { border-color: rgb(124,186,114); }
td.TdClassName
{
border-color: #7CBA72;
}
.TagClassName
{
border-color: #7CBA72;
}
</style>