Shades of Mantis #7FBC6B
Tints of Mantis #7FBC6B
RGB
CMYK
RGB Variations
Color information
#7FBC6B (or 0x7FBC6B) is known color: Mantis. HEX triplet: 7F, BC and 6B. RGB value is (127,188,107). Sum of RGB (Red+Green+Blue) = 127+188+107=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC6B is #804394. Grayscale: #A0A0A0. Windows color (decimal): -8405909 or 7060607. OLE color: 7060607.
HSL color Cylindrical-coordinate representation of color #7FBC6B: hue angle of 105.19º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FBC6B is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 107 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.26 |
| HSL | 105.19º | 0.38% | 0.58% | - |
| HSV(B) | 105.19º | 0.43% | 0.74% | - |
| XYZ | 29.39 | 41.54 | 20.38 | - |
| YUV | 160.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 107 | 0.32 | 0 | 0.43 | 0.26 | 105.19 | 0.38 | 0.58 |
| Hex | 7F | BC | 6B | 20 | 0 | 2B | 1A | 69 | 26 | 3A |
| Octal | 177 | 274 | 153 | 40 | 0 | 53 | 32 | 151 | 46 | 72 |
| Binary | 1111111 | 10111100 | 1101011 | 100000 | 0 | 101011 | 11010 | 1101001 | 100110 | 111010 |
Color Harmonies of #7FBC6B
Complementary color
Monochromatic Colors of #7FBC6B
Black with #7FBC6B
Text Example
Text Example
White with #7FBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC6B; }
p { color: rgb(127,188,107); }
H1.HeaderClassName
{
color: #7FBC6B;
}
.AnyTagClassName
{
color: #7FBC6B;
}
</style>
background-color css
<style>
a { background-color: #7FBC6B; }
a { background-color: rgb(127,188,107); }
div.DivClassName
{
background-color: #7FBC6B;
}
.BgClassName
{
background-color: #7FBC6B;
}
</style>
border-color css
<style>
span { border-color: #7FBC6B; }
span { border-color: rgb(127,188,107); }
td.TdClassName
{
border-color: #7FBC6B;
}
.TagClassName
{
border-color: #7FBC6B;
}
</style>