Shades of Mantis #7CB871
Tints of Mantis #7CB871
RGB
CMYK
RGB Variations
Color information
#7CB871 (or 0x7CB871) is known color: Mantis. HEX triplet: 7C, B8 and 71. RGB value is (124,184,113). Sum of RGB (Red+Green+Blue) = 124+184+113=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB871 is #83478E. Grayscale: #9E9E9E. Windows color (decimal): -8603535 or 7452796. OLE color: 7452796.
HSL color Cylindrical-coordinate representation of color #7CB871: hue angle of 110.7º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CB871 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 113 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.28 |
| HSL | 110.7º | 0.33% | 0.58% | - |
| HSV(B) | 110.7º | 0.39% | 0.72% | - |
| XYZ | 28.43 | 39.76 | 21.8 | - |
| YUV | 157.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 113 | 0.33 | 0 | 0.39 | 0.28 | 110.7 | 0.33 | 0.58 |
| Hex | 7C | B8 | 71 | 21 | 0 | 27 | 1C | 6F | 21 | 3A |
| Octal | 174 | 270 | 161 | 41 | 0 | 47 | 34 | 157 | 41 | 72 |
| Binary | 1111100 | 10111000 | 1110001 | 100001 | 0 | 100111 | 11100 | 1101111 | 100001 | 111010 |
Color Harmonies of #7CB871
Complementary color
Monochromatic Colors of #7CB871
Black with #7CB871
Text Example
Text Example
White with #7CB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB871; }
p { color: rgb(124,184,113); }
H1.HeaderClassName
{
color: #7CB871;
}
.AnyTagClassName
{
color: #7CB871;
}
</style>
background-color css
<style>
a { background-color: #7CB871; }
a { background-color: rgb(124,184,113); }
div.DivClassName
{
background-color: #7CB871;
}
.BgClassName
{
background-color: #7CB871;
}
</style>
border-color css
<style>
span { border-color: #7CB871; }
span { border-color: rgb(124,184,113); }
td.TdClassName
{
border-color: #7CB871;
}
.TagClassName
{
border-color: #7CB871;
}
</style>