Shades of Mantis #7FBF65
Tints of Mantis #7FBF65
RGB
CMYK
RGB Variations
Color information
#7FBF65 (or 0x7FBF65) is known color: Mantis. HEX triplet: 7F, BF and 65. RGB value is (127,191,101). Sum of RGB (Red+Green+Blue) = 127+191+101=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF65 is #80409A. Grayscale: #A1A1A1. Windows color (decimal): -8405147 or 6668159. OLE color: 6668159.
HSL color Cylindrical-coordinate representation of color #7FBF65: hue angle of 102.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FBF65 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 101 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.25 |
| HSL | 102.67º | 0.41% | 0.57% | - |
| HSV(B) | 102.67º | 0.47% | 0.75% | - |
| XYZ | 29.73 | 42.71 | 18.99 | - |
| YUV | 161.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 101 | 0.34 | 0 | 0.47 | 0.25 | 102.67 | 0.41 | 0.57 |
| Hex | 7F | BF | 65 | 22 | 0 | 2F | 19 | 67 | 29 | 39 |
| Octal | 177 | 277 | 145 | 42 | 0 | 57 | 31 | 147 | 51 | 71 |
| Binary | 1111111 | 10111111 | 1100101 | 100010 | 0 | 101111 | 11001 | 1100111 | 101001 | 111001 |
Color Harmonies of #7FBF65
Complementary color
Monochromatic Colors of #7FBF65
Black with #7FBF65
Text Example
Text Example
White with #7FBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBF65; }
p { color: rgb(127,191,101); }
H1.HeaderClassName
{
color: #7FBF65;
}
.AnyTagClassName
{
color: #7FBF65;
}
</style>
background-color css
<style>
a { background-color: #7FBF65; }
a { background-color: rgb(127,191,101); }
div.DivClassName
{
background-color: #7FBF65;
}
.BgClassName
{
background-color: #7FBF65;
}
</style>
border-color css
<style>
span { border-color: #7FBF65; }
span { border-color: rgb(127,191,101); }
td.TdClassName
{
border-color: #7FBF65;
}
.TagClassName
{
border-color: #7FBF65;
}
</style>