Shades of Mantis #7CBC70
Tints of Mantis #7CBC70
RGB
CMYK
RGB Variations
Color information
#7CBC70 (or 0x7CBC70) is known color: Mantis. HEX triplet: 7C, BC and 70. RGB value is (124,188,112). Sum of RGB (Red+Green+Blue) = 124+188+112=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC70 is #83438F. Grayscale: #A0A0A0. Windows color (decimal): -8602512 or 7388284. OLE color: 7388284.
HSL color Cylindrical-coordinate representation of color #7CBC70: hue angle of 110.53º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CBC70 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 112 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.26 |
| HSL | 110.53º | 0.36% | 0.59% | - |
| HSV(B) | 110.53º | 0.4% | 0.74% | - |
| XYZ | 29.22 | 41.42 | 21.78 | - |
| YUV | 160.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 112 | 0.34 | 0 | 0.40 | 0.26 | 110.53 | 0.36 | 0.59 |
| Hex | 7C | BC | 70 | 22 | 0 | 28 | 1A | 6F | 24 | 3B |
| Octal | 174 | 274 | 160 | 42 | 0 | 50 | 32 | 157 | 44 | 73 |
| Binary | 1111100 | 10111100 | 1110000 | 100010 | 0 | 101000 | 11010 | 1101111 | 100100 | 111011 |
Color Harmonies of #7CBC70
Complementary color
Monochromatic Colors of #7CBC70
Black with #7CBC70
Text Example
Text Example
White with #7CBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC70; }
p { color: rgb(124,188,112); }
H1.HeaderClassName
{
color: #7CBC70;
}
.AnyTagClassName
{
color: #7CBC70;
}
</style>
background-color css
<style>
a { background-color: #7CBC70; }
a { background-color: rgb(124,188,112); }
div.DivClassName
{
background-color: #7CBC70;
}
.BgClassName
{
background-color: #7CBC70;
}
</style>
border-color css
<style>
span { border-color: #7CBC70; }
span { border-color: rgb(124,188,112); }
td.TdClassName
{
border-color: #7CBC70;
}
.TagClassName
{
border-color: #7CBC70;
}
</style>