Shades of Mantis #7FBC65
Tints of Mantis #7FBC65
RGB
CMYK
RGB Variations
Color information
#7FBC65 (or 0x7FBC65) is known color: Mantis. HEX triplet: 7F, BC and 65. RGB value is (127,188,101). Sum of RGB (Red+Green+Blue) = 127+188+101=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC65 is #80439A. Grayscale: #A0A0A0. Windows color (decimal): -8405915 or 6667391. OLE color: 6667391.
HSL color Cylindrical-coordinate representation of color #7FBC65: hue angle of 102.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FBC65 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 101 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.26 |
| HSL | 102.07º | 0.39% | 0.57% | - |
| HSV(B) | 102.07º | 0.46% | 0.74% | - |
| XYZ | 29.08 | 41.42 | 18.77 | - |
| YUV | 159.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 101 | 0.32 | 0 | 0.46 | 0.26 | 102.07 | 0.39 | 0.57 |
| Hex | 7F | BC | 65 | 20 | 0 | 2E | 1A | 66 | 27 | 39 |
| Octal | 177 | 274 | 145 | 40 | 0 | 56 | 32 | 146 | 47 | 71 |
| Binary | 1111111 | 10111100 | 1100101 | 100000 | 0 | 101110 | 11010 | 1100110 | 100111 | 111001 |
Color Harmonies of #7FBC65
Complementary color
Monochromatic Colors of #7FBC65
Black with #7FBC65
Text Example
Text Example
White with #7FBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC65; }
p { color: rgb(127,188,101); }
H1.HeaderClassName
{
color: #7FBC65;
}
.AnyTagClassName
{
color: #7FBC65;
}
</style>
background-color css
<style>
a { background-color: #7FBC65; }
a { background-color: rgb(127,188,101); }
div.DivClassName
{
background-color: #7FBC65;
}
.BgClassName
{
background-color: #7FBC65;
}
</style>
border-color css
<style>
span { border-color: #7FBC65; }
span { border-color: rgb(127,188,101); }
td.TdClassName
{
border-color: #7FBC65;
}
.TagClassName
{
border-color: #7FBC65;
}
</style>