Shades of Mantis #7FB86F
Tints of Mantis #7FB86F
RGB
CMYK
RGB Variations
Color information
#7FB86F (or 0x7FB86F) is known color: Mantis. HEX triplet: 7F, B8 and 6F. RGB value is (127,184,111). Sum of RGB (Red+Green+Blue) = 127+184+111=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB86F is #804790. Grayscale: #9E9E9E. Windows color (decimal): -8406929 or 7321727. OLE color: 7321727.
HSL color Cylindrical-coordinate representation of color #7FB86F: hue angle of 106.85º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FB86F is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 184 | 111 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.28 |
| HSL | 106.85º | 0.34% | 0.58% | - |
| HSV(B) | 106.85º | 0.4% | 0.72% | - |
| XYZ | 28.76 | 39.94 | 21.23 | - |
| YUV | 158.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 111 | 0.31 | 0 | 0.40 | 0.28 | 106.85 | 0.34 | 0.58 |
| Hex | 7F | B8 | 6F | 1F | 0 | 28 | 1C | 6B | 22 | 3A |
| Octal | 177 | 270 | 157 | 37 | 0 | 50 | 34 | 153 | 42 | 72 |
| Binary | 1111111 | 10111000 | 1101111 | 11111 | 0 | 101000 | 11100 | 1101011 | 100010 | 111010 |
Color Harmonies of #7FB86F
Complementary color
Monochromatic Colors of #7FB86F
Black with #7FB86F
Text Example
Text Example
White with #7FB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB86F; }
p { color: rgb(127,184,111); }
H1.HeaderClassName
{
color: #7FB86F;
}
.AnyTagClassName
{
color: #7FB86F;
}
</style>
background-color css
<style>
a { background-color: #7FB86F; }
a { background-color: rgb(127,184,111); }
div.DivClassName
{
background-color: #7FB86F;
}
.BgClassName
{
background-color: #7FB86F;
}
</style>
border-color css
<style>
span { border-color: #7FB86F; }
span { border-color: rgb(127,184,111); }
td.TdClassName
{
border-color: #7FB86F;
}
.TagClassName
{
border-color: #7FB86F;
}
</style>