HEX: #7EA576
RGB: (126,165,118)
#7EA576 contains red, green and blue colors in about the same proportion. Web safe color of #7EA576 is #669966 (or #696).
#7EA576 color RGB value is (126,165,118).
RGB: (126,165,118)
(49%, 65%, 46%)
R 126 of 255 = 49%
G 165 of 255 = 65%
B 118 of 255 = 46%
R + G + B ~ 53%. #7EA576 is middle color (not dark and not light).
R + G + B = 126 + 165 + 118 = 409 (100%)
R 126 of 409 ~ 30.81%
G 165 of 409 ~ 40.34%
B 118 of 409 ~ 28.85'%
#7EA576 color CMYK value is (24,0,28,35).
CMYK: (24,0,28,35)
C24M0Y28K35 (24%, 0%, 28%, 35%)
(0.24 / 0.00 / 0.28 / 0.35)
Color #7EA576 in popluar color models
7E | A5 | 76 | |
---|---|---|---|
RGB | 126 | 165 | 118 |
HSL | 110° | 20.70% | 55.49% |
HSB/HSV | 110° | 28.48% | 64.71% |
CMYK | 23.64% | 0.00% | 28.48% |
35.29% |
Color #7EA576 in popluar number systems.
HEX | 7E | A5 | 76 |
Decimal | 126 | 165 | 118 |
Binary | 1111110 | 10100101 | 1110110 |
Octal | 176 | 245 | 166 |
Shades of #7EA576
Tints of #7EA576
Examples of css and html codes for elements with #7EA576 color. Also use rgb(126,165,118) instead hex code.
.myTextColor { color: #7EA576; }
<p style="color:#7EA576">This sample text font color is #7EA576.</p>
This text font color is #7EA576.
.myBgColor { background-color: #7EA576; }
<div style="background-color:#7EA576">Inner text</div>
This div background color is #7EA576.
.myBorderColor { border: 1px solid #7EA576; }
<div style="border:3px solid #7EA576">Div</div>
This div border color is #7EA576.
.myOpacity80 { color: #7EA576; opacity: 0.8; }
<p style="color:#7EA576;opacity:0.8;">80%</p>
Text with #7EA576 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EA576;}
<p style="text-shadow: 3px 3px 1px #7EA576">Text here.</p>
This text has shadow with #7EA576 color.
.textShadow {text-shadow: 3px 3px 1px #7EA576', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EA576, 5px 5px 20px red">Text here.</p>
This text has shadow with #7EA576 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EA576, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EA576, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EA576 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EA576;
-webkit-box-shadow: 1px 1px 3px 2px #7EA576;
box-shadow: 1px 1px 3px 2px #7EA576;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EA576; -webkit-box-shadow: 1px 1px 3px 2px #7EA576; box-shadow:1px 1px 3px 2px #7EA576;">
Div content here
</div>
This text has color #7EA576 on black background.
This text has color #7EA576 on white background.
This text has black color on #7EA576 background.
This text has white color on #7EA576 background.
Complementary color for #hex is #815A89.