Shades of Mantis #7EBE68
Tints of Mantis #7EBE68
RGB
CMYK
RGB Variations
Color information
#7EBE68 (or 0x7EBE68) is known color: Mantis. HEX triplet: 7E, BE and 68. RGB value is (126,190,104). Sum of RGB (Red+Green+Blue) = 126+190+104=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBE68 is #814197. Grayscale: #A1A1A1. Windows color (decimal): -8470936 or 6864510. OLE color: 6864510.
HSL color Cylindrical-coordinate representation of color #7EBE68: hue angle of 104.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EBE68 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 104 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.25 |
| HSL | 104.65º | 0.4% | 0.58% | - |
| HSV(B) | 104.65º | 0.45% | 0.75% | - |
| XYZ | 29.52 | 42.26 | 19.7 | - |
| YUV | 161.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 104 | 0.34 | 0 | 0.45 | 0.25 | 104.65 | 0.4 | 0.58 |
| Hex | 7E | BE | 68 | 22 | 0 | 2D | 19 | 69 | 28 | 3A |
| Octal | 176 | 276 | 150 | 42 | 0 | 55 | 31 | 151 | 50 | 72 |
| Binary | 1111110 | 10111110 | 1101000 | 100010 | 0 | 101101 | 11001 | 1101001 | 101000 | 111010 |
Color Harmonies of #7EBE68
Complementary color
Monochromatic Colors of #7EBE68
Black with #7EBE68
Text Example
Text Example
White with #7EBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE68; }
p { color: rgb(126,190,104); }
H1.HeaderClassName
{
color: #7EBE68;
}
.AnyTagClassName
{
color: #7EBE68;
}
</style>
background-color css
<style>
a { background-color: #7EBE68; }
a { background-color: rgb(126,190,104); }
div.DivClassName
{
background-color: #7EBE68;
}
.BgClassName
{
background-color: #7EBE68;
}
</style>
border-color css
<style>
span { border-color: #7EBE68; }
span { border-color: rgb(126,190,104); }
td.TdClassName
{
border-color: #7EBE68;
}
.TagClassName
{
border-color: #7EBE68;
}
</style>