Shades of Mantis #7FB56D
Tints of Mantis #7FB56D
RGB
CMYK
RGB Variations
Color information
#7FB56D (or 0x7FB56D) is known color: Mantis. HEX triplet: 7F, B5 and 6D. RGB value is (127,181,109). Sum of RGB (Red+Green+Blue) = 127+181+109=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB56D is #804A92. Grayscale: #9C9C9C. Windows color (decimal): -8407699 or 7189887. OLE color: 7189887.
HSL color Cylindrical-coordinate representation of color #7FB56D: hue angle of 105º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FB56D is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 109 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.29 |
| HSL | 105º | 0.33% | 0.57% | - |
| HSV(B) | 105º | 0.4% | 0.71% | - |
| XYZ | 28.04 | 38.66 | 20.45 | - |
| YUV | 156.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 109 | 0.30 | 0 | 0.40 | 0.29 | 105 | 0.33 | 0.57 |
| Hex | 7F | B5 | 6D | 1E | 0 | 28 | 1D | 69 | 21 | 39 |
| Octal | 177 | 265 | 155 | 36 | 0 | 50 | 35 | 151 | 41 | 71 |
| Binary | 1111111 | 10110101 | 1101101 | 11110 | 0 | 101000 | 11101 | 1101001 | 100001 | 111001 |
Color Harmonies of #7FB56D
Complementary color
Monochromatic Colors of #7FB56D
Black with #7FB56D
Text Example
Text Example
White with #7FB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB56D; }
p { color: rgb(127,181,109); }
H1.HeaderClassName
{
color: #7FB56D;
}
.AnyTagClassName
{
color: #7FB56D;
}
</style>
background-color css
<style>
a { background-color: #7FB56D; }
a { background-color: rgb(127,181,109); }
div.DivClassName
{
background-color: #7FB56D;
}
.BgClassName
{
background-color: #7FB56D;
}
</style>
border-color css
<style>
span { border-color: #7FB56D; }
span { border-color: rgb(127,181,109); }
td.TdClassName
{
border-color: #7FB56D;
}
.TagClassName
{
border-color: #7FB56D;
}
</style>