Shades of Mantis #7FB355
Tints of Mantis #7FB355
RGB
CMYK
RGB Variations
Color information
#7FB355 (or 0x7FB355) is known color: Mantis. HEX triplet: 7F, B3 and 55. RGB value is (127,179,85). Sum of RGB (Red+Green+Blue) = 127+179+85=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB355 is #804CAA. Grayscale: #999999. Windows color (decimal): -8408235 or 5616511. OLE color: 5616511.
HSL color Cylindrical-coordinate representation of color #7FB355: hue angle of 93.19º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FB355 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 85 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.30 |
| HSL | 93.19º | 0.38% | 0.52% | - |
| HSV(B) | 93.19º | 0.53% | 0.7% | - |
| XYZ | 26.51 | 37.41 | 14.42 | - |
| YUV | 152.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 85 | 0.29 | 0 | 0.53 | 0.30 | 93.19 | 0.38 | 0.52 |
| Hex | 7F | B3 | 55 | 1D | 0 | 35 | 1E | 5D | 26 | 34 |
| Octal | 177 | 263 | 125 | 35 | 0 | 65 | 36 | 135 | 46 | 64 |
| Binary | 1111111 | 10110011 | 1010101 | 11101 | 0 | 110101 | 11110 | 1011101 | 100110 | 110100 |
Color Harmonies of #7FB355
Complementary color
Monochromatic Colors of #7FB355
Black with #7FB355
Text Example
Text Example
White with #7FB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB355; }
p { color: rgb(127,179,85); }
H1.HeaderClassName
{
color: #7FB355;
}
.AnyTagClassName
{
color: #7FB355;
}
</style>
background-color css
<style>
a { background-color: #7FB355; }
a { background-color: rgb(127,179,85); }
div.DivClassName
{
background-color: #7FB355;
}
.BgClassName
{
background-color: #7FB355;
}
</style>
border-color css
<style>
span { border-color: #7FB355; }
span { border-color: rgb(127,179,85); }
td.TdClassName
{
border-color: #7FB355;
}
.TagClassName
{
border-color: #7FB355;
}
</style>