Shades of Mantis #7FC070
Tints of Mantis #7FC070
RGB
CMYK
RGB Variations
Color information
#7FC070 (or 0x7FC070) is known color: Mantis. HEX triplet: 7F, C0 and 70. RGB value is (127,192,112). Sum of RGB (Red+Green+Blue) = 127+192+112=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC070 is #803F8F. Grayscale: #A3A3A3. Windows color (decimal): -8404880 or 7389311. OLE color: 7389311.
HSL color Cylindrical-coordinate representation of color #7FC070: hue angle of 108.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC070 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 112 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.25 |
| HSL | 108.75º | 0.39% | 0.6% | - |
| HSV(B) | 108.75º | 0.42% | 0.75% | - |
| XYZ | 30.53 | 43.38 | 22.09 | - |
| YUV | 163.45 | 98.97 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 112 | 0.34 | 0 | 0.42 | 0.25 | 108.75 | 0.39 | 0.6 |
| Hex | 7F | C0 | 70 | 22 | 0 | 2A | 19 | 6D | 27 | 3C |
| Octal | 177 | 300 | 160 | 42 | 0 | 52 | 31 | 155 | 47 | 74 |
| Binary | 1111111 | 11000000 | 1110000 | 100010 | 0 | 101010 | 11001 | 1101101 | 100111 | 111100 |
Color Harmonies of #7FC070
Complementary color
Monochromatic Colors of #7FC070
Black with #7FC070
Text Example
Text Example
White with #7FC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC070; }
p { color: rgb(127,192,112); }
H1.HeaderClassName
{
color: #7FC070;
}
.AnyTagClassName
{
color: #7FC070;
}
</style>
background-color css
<style>
a { background-color: #7FC070; }
a { background-color: rgb(127,192,112); }
div.DivClassName
{
background-color: #7FC070;
}
.BgClassName
{
background-color: #7FC070;
}
</style>
border-color css
<style>
span { border-color: #7FC070; }
span { border-color: rgb(127,192,112); }
td.TdClassName
{
border-color: #7FC070;
}
.TagClassName
{
border-color: #7FC070;
}
</style>