Shades of Mantis #7EBA68
Tints of Mantis #7EBA68
RGB
CMYK
RGB Variations
Color information
#7EBA68 (or 0x7EBA68) is known color: Mantis. HEX triplet: 7E, BA and 68. RGB value is (126,186,104). Sum of RGB (Red+Green+Blue) = 126+186+104=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBA68 is #814597. Grayscale: #9E9E9E. Windows color (decimal): -8471960 or 6863486. OLE color: 6863486.
HSL color Cylindrical-coordinate representation of color #7EBA68: hue angle of 103.9º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EBA68 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 104 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.27 |
| HSL | 103.9º | 0.37% | 0.57% | - |
| HSV(B) | 103.9º | 0.44% | 0.73% | - |
| XYZ | 28.66 | 40.55 | 19.41 | - |
| YUV | 158.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 104 | 0.32 | 0 | 0.44 | 0.27 | 103.9 | 0.37 | 0.57 |
| Hex | 7E | BA | 68 | 20 | 0 | 2C | 1B | 68 | 25 | 39 |
| Octal | 176 | 272 | 150 | 40 | 0 | 54 | 33 | 150 | 45 | 71 |
| Binary | 1111110 | 10111010 | 1101000 | 100000 | 0 | 101100 | 11011 | 1101000 | 100101 | 111001 |
Color Harmonies of #7EBA68
Complementary color
Monochromatic Colors of #7EBA68
Black with #7EBA68
Text Example
Text Example
White with #7EBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA68; }
p { color: rgb(126,186,104); }
H1.HeaderClassName
{
color: #7EBA68;
}
.AnyTagClassName
{
color: #7EBA68;
}
</style>
background-color css
<style>
a { background-color: #7EBA68; }
a { background-color: rgb(126,186,104); }
div.DivClassName
{
background-color: #7EBA68;
}
.BgClassName
{
background-color: #7EBA68;
}
</style>
border-color css
<style>
span { border-color: #7EBA68; }
span { border-color: rgb(126,186,104); }
td.TdClassName
{
border-color: #7EBA68;
}
.TagClassName
{
border-color: #7EBA68;
}
</style>