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