Shades of Mantis #7CB946
Tints of Mantis #7CB946
RGB
CMYK
RGB Variations
Color information
#7CB946 (or 0x7CB946) is known color: Mantis. HEX triplet: 7C, B9 and 46. RGB value is (124,185,70). Sum of RGB (Red+Green+Blue) = 124+185+70=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB946 is #8346B9. Grayscale: #9A9A9A. Windows color (decimal): -8603322 or 4635004. OLE color: 4635004.
HSL color Cylindrical-coordinate representation of color #7CB946: hue angle of 91.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7CB946 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 70 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.27 |
| HSL | 91.83º | 0.45% | 0.5% | - |
| HSV(B) | 91.83º | 0.62% | 0.73% | - |
| XYZ | 26.77 | 39.43 | 11.99 | - |
| YUV | 153.65 | 80.79 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 70 | 0.33 | 0 | 0.62 | 0.27 | 91.83 | 0.45 | 0.5 |
| Hex | 7C | B9 | 46 | 21 | 0 | 3E | 1B | 5C | 2D | 32 |
| Octal | 174 | 271 | 106 | 41 | 0 | 76 | 33 | 134 | 55 | 62 |
| Binary | 1111100 | 10111001 | 1000110 | 100001 | 0 | 111110 | 11011 | 1011100 | 101101 | 110010 |
Color Harmonies of #7CB946
Complementary color
Monochromatic Colors of #7CB946
Black with #7CB946
Text Example
Text Example
White with #7CB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB946; }
p { color: rgb(124,185,70); }
H1.HeaderClassName
{
color: #7CB946;
}
.AnyTagClassName
{
color: #7CB946;
}
</style>
background-color css
<style>
a { background-color: #7CB946; }
a { background-color: rgb(124,185,70); }
div.DivClassName
{
background-color: #7CB946;
}
.BgClassName
{
background-color: #7CB946;
}
</style>
border-color css
<style>
span { border-color: #7CB946; }
span { border-color: rgb(124,185,70); }
td.TdClassName
{
border-color: #7CB946;
}
.TagClassName
{
border-color: #7CB946;
}
</style>