Shades of Mantis #7EBA67
Tints of Mantis #7EBA67
RGB
CMYK
RGB Variations
Color information
#7EBA67 (or 0x7EBA67) is known color: Mantis. HEX triplet: 7E, BA and 67. RGB value is (126,186,103). Sum of RGB (Red+Green+Blue) = 126+186+103=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBA67 is #814598. Grayscale: #9E9E9E. Windows color (decimal): -8471961 or 6797950. OLE color: 6797950.
HSL color Cylindrical-coordinate representation of color #7EBA67: hue angle of 103.37º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EBA67 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 103 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.27 |
| HSL | 103.37º | 0.38% | 0.57% | - |
| HSV(B) | 103.37º | 0.45% | 0.73% | - |
| XYZ | 28.61 | 40.53 | 19.15 | - |
| YUV | 158.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 103 | 0.32 | 0 | 0.45 | 0.27 | 103.37 | 0.38 | 0.57 |
| Hex | 7E | BA | 67 | 20 | 0 | 2D | 1B | 67 | 26 | 39 |
| Octal | 176 | 272 | 147 | 40 | 0 | 55 | 33 | 147 | 46 | 71 |
| Binary | 1111110 | 10111010 | 1100111 | 100000 | 0 | 101101 | 11011 | 1100111 | 100110 | 111001 |
Color Harmonies of #7EBA67
Complementary color
Monochromatic Colors of #7EBA67
Black with #7EBA67
Text Example
Text Example
White with #7EBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA67; }
p { color: rgb(126,186,103); }
H1.HeaderClassName
{
color: #7EBA67;
}
.AnyTagClassName
{
color: #7EBA67;
}
</style>
background-color css
<style>
a { background-color: #7EBA67; }
a { background-color: rgb(126,186,103); }
div.DivClassName
{
background-color: #7EBA67;
}
.BgClassName
{
background-color: #7EBA67;
}
</style>
border-color css
<style>
span { border-color: #7EBA67; }
span { border-color: rgb(126,186,103); }
td.TdClassName
{
border-color: #7EBA67;
}
.TagClassName
{
border-color: #7EBA67;
}
</style>