HEX: #7EB395
RGB: (126,179,149)
#7EB395 contains red, green and blue colors in about the same proportion. Web safe color of #7EB395 is #669999 (or #699).
#7EB395 color RGB value is (126,179,149).
RGB: (126,179,149) (49%,70%,58%)
R 126 of 255 = 49%
G 179 of 255 = 70%
B 149 of 255 = 58%
R + G + B ~ 59%. #7EB395 is middle color (not dark and not light).
R + G + B =
126 + 179 + 149 = 454 (100%)
R 126 of 454 ~ 27.75%
G 179 of 454 ~ 39.43%
B 149 of 454 ~ 32.82%
#7EB395 color CMYK value is (30,0,17,30).
CMYK: (30,0,17,30) C30M0Y17K30 (30%,0%,17%,30%) (0.30/0.00/0.17/0.30)
7E | B3 | 95 | |
---|---|---|---|
RGB | 126 | 179 | 149 |
HSL | 146° | 25.85% | 59.80% |
HSB/HSV | 146° | 29.61% | 70.20% |
CMYK | 29.61% | 0.00% | 16.76% |
29.80% |
HEX | 7E | B3 | 95 |
Decimal | 126 | 179 | 149 |
Binary | 1111110 | 10110011 | 10010101 |
Octal | 176 | 263 | 225 |
Examples of css and html codes for elements with #7EB395 color. Also use rgb(126,179,149) instead hex code.
.myTextColor { color: #7EB395; }
<p style="color:#7EB395">This sample text font color is #7EB395.</p>
This text font color is #7EB395.
.myBgColor { background-color: #7EB395; }
<div style="background-color:#7EB395">Inner text</div>
This div background color is #7EB395.
.myBorderColor { border: 1px solid #7EB395; }
<div style="border:3px solid #7EB395">Div</div>
This div border color is #7EB395.
.myOpacity80 { color: #7EB395; opacity: 0.8; }
<p style="color:#7EB395;opacity:0.8;">80%</p>
Text with #7EB395 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EB395;}
<p style="text-shadow: 3px 3px 1px #7EB395">Text here.</p>
This text has shadow with #7EB395 color.
.textShadow {text-shadow: 3px 3px 1px #7EB395, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EB395, 5px 5px 20px red">Text here.</p>
This text has shadow with #7EB395 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EB395, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EB395, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EB395 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EB395; -webkit-box-shadow: 1px 1px 3px 2px #7EB395; box-shadow: 1px 1px 3px 2px #7EB395; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EB395; -webkit-box-shadow: 1px 1px 3px 2px #7EB395; box-shadow:1px 1px 3px 2px #7EB395;">
Div content here</div>
This text has color #7EB395 on black background.
This text has color #7EB395 on white background.
This text has black color on #7EB395 background.
This text has white color on #7EB395 background.