Shades of Mantis #7FBA72
Tints of Mantis #7FBA72
RGB
CMYK
RGB Variations
Color information
#7FBA72 (or 0x7FBA72) is known color: Mantis. HEX triplet: 7F, BA and 72. RGB value is (127,186,114). Sum of RGB (Red+Green+Blue) = 127+186+114=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA72 is #80458D. Grayscale: #A0A0A0. Windows color (decimal): -8406414 or 7518847. OLE color: 7518847.
HSL color Cylindrical-coordinate representation of color #7FBA72: hue angle of 109.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FBA72 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 114 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.27 |
| HSL | 109.17º | 0.34% | 0.59% | - |
| HSV(B) | 109.17º | 0.39% | 0.73% | - |
| XYZ | 29.35 | 40.84 | 22.26 | - |
| YUV | 160.15 | 101.95 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 114 | 0.32 | 0 | 0.39 | 0.27 | 109.17 | 0.34 | 0.59 |
| Hex | 7F | BA | 72 | 20 | 0 | 27 | 1B | 6D | 22 | 3B |
| Octal | 177 | 272 | 162 | 40 | 0 | 47 | 33 | 155 | 42 | 73 |
| Binary | 1111111 | 10111010 | 1110010 | 100000 | 0 | 100111 | 11011 | 1101101 | 100010 | 111011 |
Color Harmonies of #7FBA72
Complementary color
Monochromatic Colors of #7FBA72
Black with #7FBA72
Text Example
Text Example
White with #7FBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA72; }
p { color: rgb(127,186,114); }
H1.HeaderClassName
{
color: #7FBA72;
}
.AnyTagClassName
{
color: #7FBA72;
}
</style>
background-color css
<style>
a { background-color: #7FBA72; }
a { background-color: rgb(127,186,114); }
div.DivClassName
{
background-color: #7FBA72;
}
.BgClassName
{
background-color: #7FBA72;
}
</style>
border-color css
<style>
span { border-color: #7FBA72; }
span { border-color: rgb(127,186,114); }
td.TdClassName
{
border-color: #7FBA72;
}
.TagClassName
{
border-color: #7FBA72;
}
</style>