Shades of Mantis #7CB951
Tints of Mantis #7CB951
RGB
CMYK
RGB Variations
Color information
#7CB951 (or 0x7CB951) is known color: Mantis. HEX triplet: 7C, B9 and 51. RGB value is (124,185,81). Sum of RGB (Red+Green+Blue) = 124+185+81=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB951 is #8346AE. Grayscale: #9B9B9B. Windows color (decimal): -8603311 or 5355900. OLE color: 5355900.
HSL color Cylindrical-coordinate representation of color #7CB951: hue angle of 95.19º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CB951 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 81 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.27 |
| HSL | 95.19º | 0.43% | 0.52% | - |
| HSV(B) | 95.19º | 0.56% | 0.73% | - |
| XYZ | 27.15 | 39.58 | 13.99 | - |
| YUV | 154.91 | 86.29 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 81 | 0.33 | 0 | 0.56 | 0.27 | 95.19 | 0.43 | 0.52 |
| Hex | 7C | B9 | 51 | 21 | 0 | 38 | 1B | 5F | 2B | 34 |
| Octal | 174 | 271 | 121 | 41 | 0 | 70 | 33 | 137 | 53 | 64 |
| Binary | 1111100 | 10111001 | 1010001 | 100001 | 0 | 111000 | 11011 | 1011111 | 101011 | 110100 |
Color Harmonies of #7CB951
Complementary color
Monochromatic Colors of #7CB951
Black with #7CB951
Text Example
Text Example
White with #7CB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB951; }
p { color: rgb(124,185,81); }
H1.HeaderClassName
{
color: #7CB951;
}
.AnyTagClassName
{
color: #7CB951;
}
</style>
background-color css
<style>
a { background-color: #7CB951; }
a { background-color: rgb(124,185,81); }
div.DivClassName
{
background-color: #7CB951;
}
.BgClassName
{
background-color: #7CB951;
}
</style>
border-color css
<style>
span { border-color: #7CB951; }
span { border-color: rgb(124,185,81); }
td.TdClassName
{
border-color: #7CB951;
}
.TagClassName
{
border-color: #7CB951;
}
</style>