Shades of Mantis #7CBB72
Tints of Mantis #7CBB72
RGB
CMYK
RGB Variations
Color information
#7CBB72 (or 0x7CBB72) is known color: Mantis. HEX triplet: 7C, BB and 72. RGB value is (124,187,114). Sum of RGB (Red+Green+Blue) = 124+187+114=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB72 is #83448D. Grayscale: #A0A0A0. Windows color (decimal): -8602766 or 7519100. OLE color: 7519100.
HSL color Cylindrical-coordinate representation of color #7CBB72: hue angle of 111.78º degrees, saturation: 0.35, 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 #7CBB72 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 114 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.27 |
| HSL | 111.78º | 0.35% | 0.59% | - |
| HSV(B) | 111.78º | 0.39% | 0.73% | - |
| XYZ | 29.12 | 41.04 | 22.31 | - |
| YUV | 159.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 114 | 0.34 | 0 | 0.39 | 0.27 | 111.78 | 0.35 | 0.59 |
| Hex | 7C | BB | 72 | 22 | 0 | 27 | 1B | 70 | 23 | 3B |
| Octal | 174 | 273 | 162 | 42 | 0 | 47 | 33 | 160 | 43 | 73 |
| Binary | 1111100 | 10111011 | 1110010 | 100010 | 0 | 100111 | 11011 | 1110000 | 100011 | 111011 |
Color Harmonies of #7CBB72
Complementary color
Monochromatic Colors of #7CBB72
Black with #7CBB72
Text Example
Text Example
White with #7CBB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB72; }
p { color: rgb(124,187,114); }
H1.HeaderClassName
{
color: #7CBB72;
}
.AnyTagClassName
{
color: #7CBB72;
}
</style>
background-color css
<style>
a { background-color: #7CBB72; }
a { background-color: rgb(124,187,114); }
div.DivClassName
{
background-color: #7CBB72;
}
.BgClassName
{
background-color: #7CBB72;
}
</style>
border-color css
<style>
span { border-color: #7CBB72; }
span { border-color: rgb(124,187,114); }
td.TdClassName
{
border-color: #7CBB72;
}
.TagClassName
{
border-color: #7CBB72;
}
</style>