Shades of Mantis #7FBC69
Tints of Mantis #7FBC69
RGB
CMYK
RGB Variations
Color information
#7FBC69 (or 0x7FBC69) is known color: Mantis. HEX triplet: 7F, BC and 69. RGB value is (127,188,105). Sum of RGB (Red+Green+Blue) = 127+188+105=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC69 is #804396. Grayscale: #A0A0A0. Windows color (decimal): -8405911 or 6929535. OLE color: 6929535.
HSL color Cylindrical-coordinate representation of color #7FBC69: hue angle of 104.1º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FBC69 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 105 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.26 |
| HSL | 104.1º | 0.38% | 0.57% | - |
| HSV(B) | 104.1º | 0.44% | 0.74% | - |
| XYZ | 29.29 | 41.5 | 19.83 | - |
| YUV | 160.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 105 | 0.32 | 0 | 0.44 | 0.26 | 104.1 | 0.38 | 0.57 |
| Hex | 7F | BC | 69 | 20 | 0 | 2C | 1A | 68 | 26 | 39 |
| Octal | 177 | 274 | 151 | 40 | 0 | 54 | 32 | 150 | 46 | 71 |
| Binary | 1111111 | 10111100 | 1101001 | 100000 | 0 | 101100 | 11010 | 1101000 | 100110 | 111001 |
Color Harmonies of #7FBC69
Complementary color
Monochromatic Colors of #7FBC69
Black with #7FBC69
Text Example
Text Example
White with #7FBC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC69; }
p { color: rgb(127,188,105); }
H1.HeaderClassName
{
color: #7FBC69;
}
.AnyTagClassName
{
color: #7FBC69;
}
</style>
background-color css
<style>
a { background-color: #7FBC69; }
a { background-color: rgb(127,188,105); }
div.DivClassName
{
background-color: #7FBC69;
}
.BgClassName
{
background-color: #7FBC69;
}
</style>
border-color css
<style>
span { border-color: #7FBC69; }
span { border-color: rgb(127,188,105); }
td.TdClassName
{
border-color: #7FBC69;
}
.TagClassName
{
border-color: #7FBC69;
}
</style>