Shades of Mantis #7FB748
Tints of Mantis #7FB748
RGB
CMYK
RGB Variations
Color information
#7FB748 (or 0x7FB748) is known color: Mantis. HEX triplet: 7F, B7 and 48. RGB value is (127,183,72). Sum of RGB (Red+Green+Blue) = 127+183+72=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB748 is #8048B7. Grayscale: #999999. Windows color (decimal): -8407224 or 4765567. OLE color: 4765567.
HSL color Cylindrical-coordinate representation of color #7FB748: hue angle of 90.27º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FB748 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 72 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.28 |
| HSL | 90.27º | 0.44% | 0.5% | - |
| HSV(B) | 90.27º | 0.61% | 0.72% | - |
| XYZ | 26.86 | 38.85 | 12.21 | - |
| YUV | 153.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 72 | 0.31 | 0 | 0.61 | 0.28 | 90.27 | 0.44 | 0.5 |
| Hex | 7F | B7 | 48 | 1F | 0 | 3D | 1C | 5A | 2C | 32 |
| Octal | 177 | 267 | 110 | 37 | 0 | 75 | 34 | 132 | 54 | 62 |
| Binary | 1111111 | 10110111 | 1001000 | 11111 | 0 | 111101 | 11100 | 1011010 | 101100 | 110010 |
Color Harmonies of #7FB748
Complementary color
Monochromatic Colors of #7FB748
Black with #7FB748
Text Example
Text Example
White with #7FB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB748; }
p { color: rgb(127,183,72); }
H1.HeaderClassName
{
color: #7FB748;
}
.AnyTagClassName
{
color: #7FB748;
}
</style>
background-color css
<style>
a { background-color: #7FB748; }
a { background-color: rgb(127,183,72); }
div.DivClassName
{
background-color: #7FB748;
}
.BgClassName
{
background-color: #7FB748;
}
</style>
border-color css
<style>
span { border-color: #7FB748; }
span { border-color: rgb(127,183,72); }
td.TdClassName
{
border-color: #7FB748;
}
.TagClassName
{
border-color: #7FB748;
}
</style>