Shades of Mantis #7CB95E
Tints of Mantis #7CB95E
RGB
CMYK
RGB Variations
Color information
#7CB95E (or 0x7CB95E) is known color: Mantis. HEX triplet: 7C, B9 and 5E. RGB value is (124,185,94). Sum of RGB (Red+Green+Blue) = 124+185+94=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB95E is #8346A1. Grayscale: #9C9C9C. Windows color (decimal): -8603298 or 6207868. OLE color: 6207868.
HSL color Cylindrical-coordinate representation of color #7CB95E: hue angle of 100.22º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CB95E is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 94 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.27 |
| HSL | 100.22º | 0.39% | 0.55% | - |
| HSV(B) | 100.22º | 0.49% | 0.73% | - |
| XYZ | 27.68 | 39.79 | 16.81 | - |
| YUV | 156.39 | 92.79 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 94 | 0.33 | 0 | 0.49 | 0.27 | 100.22 | 0.39 | 0.55 |
| Hex | 7C | B9 | 5E | 21 | 0 | 31 | 1B | 64 | 27 | 37 |
| Octal | 174 | 271 | 136 | 41 | 0 | 61 | 33 | 144 | 47 | 67 |
| Binary | 1111100 | 10111001 | 1011110 | 100001 | 0 | 110001 | 11011 | 1100100 | 100111 | 110111 |
Color Harmonies of #7CB95E
Complementary color
Monochromatic Colors of #7CB95E
Black with #7CB95E
Text Example
Text Example
White with #7CB95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB95E; }
p { color: rgb(124,185,94); }
H1.HeaderClassName
{
color: #7CB95E;
}
.AnyTagClassName
{
color: #7CB95E;
}
</style>
background-color css
<style>
a { background-color: #7CB95E; }
a { background-color: rgb(124,185,94); }
div.DivClassName
{
background-color: #7CB95E;
}
.BgClassName
{
background-color: #7CB95E;
}
</style>
border-color css
<style>
span { border-color: #7CB95E; }
span { border-color: rgb(124,185,94); }
td.TdClassName
{
border-color: #7CB95E;
}
.TagClassName
{
border-color: #7CB95E;
}
</style>