Shades of Mantis #7FB466
Tints of Mantis #7FB466
RGB
CMYK
RGB Variations
Color information
#7FB466 (or 0x7FB466) is known color: Mantis. HEX triplet: 7F, B4 and 66. RGB value is (127,180,102). Sum of RGB (Red+Green+Blue) = 127+180+102=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB466 is #804B99. Grayscale: #9B9B9B. Windows color (decimal): -8407962 or 6730879. OLE color: 6730879.
HSL color Cylindrical-coordinate representation of color #7FB466: hue angle of 100.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FB466 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 102 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.29 |
| HSL | 100.77º | 0.34% | 0.55% | - |
| HSV(B) | 100.77º | 0.43% | 0.71% | - |
| XYZ | 27.47 | 38.11 | 18.48 | - |
| YUV | 155.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 102 | 0.29 | 0 | 0.43 | 0.29 | 100.77 | 0.34 | 0.55 |
| Hex | 7F | B4 | 66 | 1D | 0 | 2B | 1D | 65 | 22 | 37 |
| Octal | 177 | 264 | 146 | 35 | 0 | 53 | 35 | 145 | 42 | 67 |
| Binary | 1111111 | 10110100 | 1100110 | 11101 | 0 | 101011 | 11101 | 1100101 | 100010 | 110111 |
Color Harmonies of #7FB466
Complementary color
Monochromatic Colors of #7FB466
Black with #7FB466
Text Example
Text Example
White with #7FB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB466; }
p { color: rgb(127,180,102); }
H1.HeaderClassName
{
color: #7FB466;
}
.AnyTagClassName
{
color: #7FB466;
}
</style>
background-color css
<style>
a { background-color: #7FB466; }
a { background-color: rgb(127,180,102); }
div.DivClassName
{
background-color: #7FB466;
}
.BgClassName
{
background-color: #7FB466;
}
</style>
border-color css
<style>
span { border-color: #7FB466; }
span { border-color: rgb(127,180,102); }
td.TdClassName
{
border-color: #7FB466;
}
.TagClassName
{
border-color: #7FB466;
}
</style>