Shades of Mantis #7FBC6A
Tints of Mantis #7FBC6A
RGB
CMYK
RGB Variations
Color information
#7FBC6A (or 0x7FBC6A) is known color: Mantis. HEX triplet: 7F, BC and 6A. RGB value is (127,188,106). Sum of RGB (Red+Green+Blue) = 127+188+106=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC6A is #804395. Grayscale: #A0A0A0. Windows color (decimal): -8405910 or 6995071. OLE color: 6995071.
HSL color Cylindrical-coordinate representation of color #7FBC6A: hue angle of 104.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FBC6A is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 106 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.26 |
| HSL | 104.63º | 0.38% | 0.58% | - |
| HSV(B) | 104.63º | 0.44% | 0.74% | - |
| XYZ | 29.34 | 41.52 | 20.1 | - |
| YUV | 160.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 106 | 0.32 | 0 | 0.44 | 0.26 | 104.63 | 0.38 | 0.58 |
| Hex | 7F | BC | 6A | 20 | 0 | 2C | 1A | 69 | 26 | 3A |
| Octal | 177 | 274 | 152 | 40 | 0 | 54 | 32 | 151 | 46 | 72 |
| Binary | 1111111 | 10111100 | 1101010 | 100000 | 0 | 101100 | 11010 | 1101001 | 100110 | 111010 |
Color Harmonies of #7FBC6A
Complementary color
Monochromatic Colors of #7FBC6A
Black with #7FBC6A
Text Example
Text Example
White with #7FBC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC6A; }
p { color: rgb(127,188,106); }
H1.HeaderClassName
{
color: #7FBC6A;
}
.AnyTagClassName
{
color: #7FBC6A;
}
</style>
background-color css
<style>
a { background-color: #7FBC6A; }
a { background-color: rgb(127,188,106); }
div.DivClassName
{
background-color: #7FBC6A;
}
.BgClassName
{
background-color: #7FBC6A;
}
</style>
border-color css
<style>
span { border-color: #7FBC6A; }
span { border-color: rgb(127,188,106); }
td.TdClassName
{
border-color: #7FBC6A;
}
.TagClassName
{
border-color: #7FBC6A;
}
</style>