Shades of Mantis #7FBA5F
Tints of Mantis #7FBA5F
RGB
CMYK
RGB Variations
Color information
#7FBA5F (or 0x7FBA5F) is known color: Mantis. HEX triplet: 7F, BA and 5F. RGB value is (127,186,95). Sum of RGB (Red+Green+Blue) = 127+186+95=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA5F is #8045A0. Grayscale: #9E9E9E. Windows color (decimal): -8406433 or 6273663. OLE color: 6273663.
HSL color Cylindrical-coordinate representation of color #7FBA5F: hue angle of 98.9º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FBA5F is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 95 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.27 |
| HSL | 98.9º | 0.4% | 0.55% | - |
| HSV(B) | 98.9º | 0.49% | 0.73% | - |
| XYZ | 28.38 | 40.46 | 17.14 | - |
| YUV | 157.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 95 | 0.32 | 0 | 0.49 | 0.27 | 98.9 | 0.4 | 0.55 |
| Hex | 7F | BA | 5F | 20 | 0 | 31 | 1B | 63 | 28 | 37 |
| Octal | 177 | 272 | 137 | 40 | 0 | 61 | 33 | 143 | 50 | 67 |
| Binary | 1111111 | 10111010 | 1011111 | 100000 | 0 | 110001 | 11011 | 1100011 | 101000 | 110111 |
Color Harmonies of #7FBA5F
Complementary color
Monochromatic Colors of #7FBA5F
Black with #7FBA5F
Text Example
Text Example
White with #7FBA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA5F; }
p { color: rgb(127,186,95); }
H1.HeaderClassName
{
color: #7FBA5F;
}
.AnyTagClassName
{
color: #7FBA5F;
}
</style>
background-color css
<style>
a { background-color: #7FBA5F; }
a { background-color: rgb(127,186,95); }
div.DivClassName
{
background-color: #7FBA5F;
}
.BgClassName
{
background-color: #7FBA5F;
}
</style>
border-color css
<style>
span { border-color: #7FBA5F; }
span { border-color: rgb(127,186,95); }
td.TdClassName
{
border-color: #7FBA5F;
}
.TagClassName
{
border-color: #7FBA5F;
}
</style>