HEX: #7EB276
RGB: (126,178,118)
#7EB276 contains mainly red and green colors. Web safe color of #7EB276 is #669966 (or #696).
#7EB276 color RGB value is (126,178,118).
RGB: (126,178,118) (49%,70%,46%)
R 126 of 255 = 49%
G 178 of 255 = 70%
B 118 of 255 = 46%
R + G + B ~ 55%. #7EB276 is middle color (not dark and not light).
R + G + B =
126 + 178 + 118 = 422 (100%)
R 126 of 422 ~ 29.86%
G 178 of 422 ~ 42.18%
B 118 of 422 ~ 27.96%
#7EB276 color CMYK value is (29,0,34,30).
CMYK: (29,0,34,30) C29M0Y34K30 (29%,0%,34%,30%) (0.29/0.00/0.34/0.30)
7E | B2 | 76 | |
---|---|---|---|
RGB | 126 | 178 | 118 |
HSL | 112° | 28.04% | 58.04% |
HSB/HSV | 112° | 33.71% | 69.80% |
CMYK | 29.21% | 0.00% | 33.71% |
30.20% |
HEX | 7E | B2 | 76 |
Decimal | 126 | 178 | 118 |
Binary | 1111110 | 10110010 | 1110110 |
Octal | 176 | 262 | 166 |
Examples of css and html codes for elements with #7EB276 color. Also use rgb(126,178,118) instead hex code.
.myTextColor { color: #7EB276; }
<p style="color:#7EB276">This sample text font color is #7EB276.</p>
This text font color is #7EB276.
.myBgColor { background-color: #7EB276; }
<div style="background-color:#7EB276">Inner text</div>
This div background color is #7EB276.
.myBorderColor { border: 1px solid #7EB276; }
<div style="border:3px solid #7EB276">Div</div>
This div border color is #7EB276.
.myOpacity80 { color: #7EB276; opacity: 0.8; }
<p style="color:#7EB276;opacity:0.8;">80%</p>
Text with #7EB276 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EB276;}
<p style="text-shadow: 3px 3px 1px #7EB276">Text here.</p>
This text has shadow with #7EB276 color.
.textShadow {text-shadow: 3px 3px 1px #7EB276, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EB276, 5px 5px 20px red">Text here.</p>
This text has shadow with #7EB276 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EB276, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EB276, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EB276 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EB276; -webkit-box-shadow: 1px 1px 3px 2px #7EB276; box-shadow: 1px 1px 3px 2px #7EB276; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EB276; -webkit-box-shadow: 1px 1px 3px 2px #7EB276; box-shadow:1px 1px 3px 2px #7EB276;">
Div content here</div>
This text has color #7EB276 on black background.
This text has color #7EB276 on white background.
This text has black color on #7EB276 background.
This text has white color on #7EB276 background.