Shades of Mantis #7FB26A
Tints of Mantis #7FB26A
RGB
CMYK
RGB Variations
Color information
#7FB26A (or 0x7FB26A) is known color: Mantis. HEX triplet: 7F, B2 and 6A. RGB value is (127,178,106). Sum of RGB (Red+Green+Blue) = 127+178+106=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB26A is #804D95. Grayscale: #9A9A9A. Windows color (decimal): -8408470 or 6992511. OLE color: 6992511.
HSL color Cylindrical-coordinate representation of color #7FB26A: hue angle of 102.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FB26A is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 178 | 106 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.30 |
| HSL | 102.5º | 0.32% | 0.56% | - |
| HSV(B) | 102.5º | 0.4% | 0.7% | - |
| XYZ | 27.27 | 37.39 | 19.42 | - |
| YUV | 154.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 178 | 106 | 0.29 | 0 | 0.40 | 0.30 | 102.5 | 0.32 | 0.56 |
| Hex | 7F | B2 | 6A | 1D | 0 | 28 | 1E | 66 | 20 | 38 |
| Octal | 177 | 262 | 152 | 35 | 0 | 50 | 36 | 146 | 40 | 70 |
| Binary | 1111111 | 10110010 | 1101010 | 11101 | 0 | 101000 | 11110 | 1100110 | 100000 | 111000 |
Color Harmonies of #7FB26A
Complementary color
Monochromatic Colors of #7FB26A
Black with #7FB26A
Text Example
Text Example
White with #7FB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB26A; }
p { color: rgb(127,178,106); }
H1.HeaderClassName
{
color: #7FB26A;
}
.AnyTagClassName
{
color: #7FB26A;
}
</style>
background-color css
<style>
a { background-color: #7FB26A; }
a { background-color: rgb(127,178,106); }
div.DivClassName
{
background-color: #7FB26A;
}
.BgClassName
{
background-color: #7FB26A;
}
</style>
border-color css
<style>
span { border-color: #7FB26A; }
span { border-color: rgb(127,178,106); }
td.TdClassName
{
border-color: #7FB26A;
}
.TagClassName
{
border-color: #7FB26A;
}
</style>