Shades of Mantis #7FB96C
Tints of Mantis #7FB96C
RGB
CMYK
RGB Variations
Color information
#7FB96C (or 0x7FB96C) is known color: Mantis. HEX triplet: 7F, B9 and 6C. RGB value is (127,185,108). Sum of RGB (Red+Green+Blue) = 127+185+108=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB96C is #804693. Grayscale: #9F9F9F. Windows color (decimal): -8406676 or 7125375. OLE color: 7125375.
HSL color Cylindrical-coordinate representation of color #7FB96C: hue angle of 105.19º 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 #7FB96C is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 185 | 108 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.27 |
| HSL | 105.19º | 0.35% | 0.57% | - |
| HSV(B) | 105.19º | 0.42% | 0.73% | - |
| XYZ | 28.81 | 40.29 | 20.45 | - |
| YUV | 158.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 108 | 0.31 | 0 | 0.42 | 0.27 | 105.19 | 0.35 | 0.57 |
| Hex | 7F | B9 | 6C | 1F | 0 | 2A | 1B | 69 | 23 | 39 |
| Octal | 177 | 271 | 154 | 37 | 0 | 52 | 33 | 151 | 43 | 71 |
| Binary | 1111111 | 10111001 | 1101100 | 11111 | 0 | 101010 | 11011 | 1101001 | 100011 | 111001 |
Color Harmonies of #7FB96C
Complementary color
Monochromatic Colors of #7FB96C
Black with #7FB96C
Text Example
Text Example
White with #7FB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB96C; }
p { color: rgb(127,185,108); }
H1.HeaderClassName
{
color: #7FB96C;
}
.AnyTagClassName
{
color: #7FB96C;
}
</style>
background-color css
<style>
a { background-color: #7FB96C; }
a { background-color: rgb(127,185,108); }
div.DivClassName
{
background-color: #7FB96C;
}
.BgClassName
{
background-color: #7FB96C;
}
</style>
border-color css
<style>
span { border-color: #7FB96C; }
span { border-color: rgb(127,185,108); }
td.TdClassName
{
border-color: #7FB96C;
}
.TagClassName
{
border-color: #7FB96C;
}
</style>