Shades of Mantis #7FBD61
Tints of Mantis #7FBD61
RGB
CMYK
RGB Variations
Color information
#7FBD61 (or 0x7FBD61) is known color: Mantis. HEX triplet: 7F, BD and 61. RGB value is (127,189,97). Sum of RGB (Red+Green+Blue) = 127+189+97=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBD61 is #80429E. Grayscale: #A0A0A0. Windows color (decimal): -8405663 or 6405503. OLE color: 6405503.
HSL color Cylindrical-coordinate representation of color #7FBD61: hue angle of 100.43º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FBD61 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 97 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.26 |
| HSL | 100.43º | 0.41% | 0.56% | - |
| HSV(B) | 100.43º | 0.49% | 0.74% | - |
| XYZ | 29.11 | 41.77 | 17.84 | - |
| YUV | 159.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 97 | 0.33 | 0 | 0.49 | 0.26 | 100.43 | 0.41 | 0.56 |
| Hex | 7F | BD | 61 | 21 | 0 | 31 | 1A | 64 | 29 | 38 |
| Octal | 177 | 275 | 141 | 41 | 0 | 61 | 32 | 144 | 51 | 70 |
| Binary | 1111111 | 10111101 | 1100001 | 100001 | 0 | 110001 | 11010 | 1100100 | 101001 | 111000 |
Color Harmonies of #7FBD61
Complementary color
Monochromatic Colors of #7FBD61
Black with #7FBD61
Text Example
Text Example
White with #7FBD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD61; }
p { color: rgb(127,189,97); }
H1.HeaderClassName
{
color: #7FBD61;
}
.AnyTagClassName
{
color: #7FBD61;
}
</style>
background-color css
<style>
a { background-color: #7FBD61; }
a { background-color: rgb(127,189,97); }
div.DivClassName
{
background-color: #7FBD61;
}
.BgClassName
{
background-color: #7FBD61;
}
</style>
border-color css
<style>
span { border-color: #7FBD61; }
span { border-color: rgb(127,189,97); }
td.TdClassName
{
border-color: #7FBD61;
}
.TagClassName
{
border-color: #7FBD61;
}
</style>