Shades of Mantis #7FC060
Tints of Mantis #7FC060
RGB
CMYK
RGB Variations
Color information
#7FC060 (or 0x7FC060) is known color: Mantis. HEX triplet: 7F, C0 and 60. RGB value is (127,192,96). Sum of RGB (Red+Green+Blue) = 127+192+96=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC060 is #803F9F. Grayscale: #A1A1A1. Windows color (decimal): -8404896 or 6340735. OLE color: 6340735.
HSL color Cylindrical-coordinate representation of color #7FC060: hue angle of 100.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FC060 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 96 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.25 |
| HSL | 100.63º | 0.43% | 0.56% | - |
| HSV(B) | 100.63º | 0.5% | 0.75% | - |
| XYZ | 29.71 | 43.06 | 17.81 | - |
| YUV | 161.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 96 | 0.34 | 0 | 0.50 | 0.25 | 100.63 | 0.43 | 0.56 |
| Hex | 7F | C0 | 60 | 22 | 0 | 32 | 19 | 65 | 2B | 38 |
| Octal | 177 | 300 | 140 | 42 | 0 | 62 | 31 | 145 | 53 | 70 |
| Binary | 1111111 | 11000000 | 1100000 | 100010 | 0 | 110010 | 11001 | 1100101 | 101011 | 111000 |
Color Harmonies of #7FC060
Complementary color
Monochromatic Colors of #7FC060
Black with #7FC060
Text Example
Text Example
White with #7FC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC060; }
p { color: rgb(127,192,96); }
H1.HeaderClassName
{
color: #7FC060;
}
.AnyTagClassName
{
color: #7FC060;
}
</style>
background-color css
<style>
a { background-color: #7FC060; }
a { background-color: rgb(127,192,96); }
div.DivClassName
{
background-color: #7FC060;
}
.BgClassName
{
background-color: #7FC060;
}
</style>
border-color css
<style>
span { border-color: #7FC060; }
span { border-color: rgb(127,192,96); }
td.TdClassName
{
border-color: #7FC060;
}
.TagClassName
{
border-color: #7FC060;
}
</style>