Shades of Mantis #7CB96C
Tints of Mantis #7CB96C
RGB
CMYK
RGB Variations
Color information
#7CB96C (or 0x7CB96C) is known color: Mantis. HEX triplet: 7C, B9 and 6C. RGB value is (124,185,108). Sum of RGB (Red+Green+Blue) = 124+185+108=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB96C is #834693. Grayscale: #9E9E9E. Windows color (decimal): -8603284 or 7125372. OLE color: 7125372.
HSL color Cylindrical-coordinate representation of color #7CB96C: hue angle of 107.53º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CB96C is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 108 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.27 |
| HSL | 107.53º | 0.35% | 0.57% | - |
| HSV(B) | 107.53º | 0.42% | 0.73% | - |
| XYZ | 28.37 | 40.07 | 20.43 | - |
| YUV | 157.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 108 | 0.33 | 0 | 0.42 | 0.27 | 107.53 | 0.35 | 0.57 |
| Hex | 7C | B9 | 6C | 21 | 0 | 2A | 1B | 6C | 23 | 39 |
| Octal | 174 | 271 | 154 | 41 | 0 | 52 | 33 | 154 | 43 | 71 |
| Binary | 1111100 | 10111001 | 1101100 | 100001 | 0 | 101010 | 11011 | 1101100 | 100011 | 111001 |
Color Harmonies of #7CB96C
Complementary color
Monochromatic Colors of #7CB96C
Black with #7CB96C
Text Example
Text Example
White with #7CB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB96C; }
p { color: rgb(124,185,108); }
H1.HeaderClassName
{
color: #7CB96C;
}
.AnyTagClassName
{
color: #7CB96C;
}
</style>
background-color css
<style>
a { background-color: #7CB96C; }
a { background-color: rgb(124,185,108); }
div.DivClassName
{
background-color: #7CB96C;
}
.BgClassName
{
background-color: #7CB96C;
}
</style>
border-color css
<style>
span { border-color: #7CB96C; }
span { border-color: rgb(124,185,108); }
td.TdClassName
{
border-color: #7CB96C;
}
.TagClassName
{
border-color: #7CB96C;
}
</style>