Shades of Mantis #7FB96D
Tints of Mantis #7FB96D
RGB
CMYK
RGB Variations
Color information
#7FB96D (or 0x7FB96D) is known color: Mantis. HEX triplet: 7F, B9 and 6D. RGB value is (127,185,109). Sum of RGB (Red+Green+Blue) = 127+185+109=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB96D is #804692. Grayscale: #9F9F9F. Windows color (decimal): -8406675 or 7190911. OLE color: 7190911.
HSL color Cylindrical-coordinate representation of color #7FB96D: hue angle of 105.79º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FB96D is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 185 | 109 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.27 |
| HSL | 105.79º | 0.35% | 0.58% | - |
| HSV(B) | 105.79º | 0.41% | 0.73% | - |
| XYZ | 28.86 | 40.31 | 20.73 | - |
| YUV | 158.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 109 | 0.31 | 0 | 0.41 | 0.27 | 105.79 | 0.35 | 0.58 |
| Hex | 7F | B9 | 6D | 1F | 0 | 29 | 1B | 6A | 23 | 3A |
| Octal | 177 | 271 | 155 | 37 | 0 | 51 | 33 | 152 | 43 | 72 |
| Binary | 1111111 | 10111001 | 1101101 | 11111 | 0 | 101001 | 11011 | 1101010 | 100011 | 111010 |
Color Harmonies of #7FB96D
Complementary color
Monochromatic Colors of #7FB96D
Black with #7FB96D
Text Example
Text Example
White with #7FB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB96D; }
p { color: rgb(127,185,109); }
H1.HeaderClassName
{
color: #7FB96D;
}
.AnyTagClassName
{
color: #7FB96D;
}
</style>
background-color css
<style>
a { background-color: #7FB96D; }
a { background-color: rgb(127,185,109); }
div.DivClassName
{
background-color: #7FB96D;
}
.BgClassName
{
background-color: #7FB96D;
}
</style>
border-color css
<style>
span { border-color: #7FB96D; }
span { border-color: rgb(127,185,109); }
td.TdClassName
{
border-color: #7FB96D;
}
.TagClassName
{
border-color: #7FB96D;
}
</style>