HEX: #76A473
RGB: (118,164,115)
#76A473 contains red, green and blue colors in about the same proportion. Web safe color of #76A473 is #669966 (or #696).
#76A473 color RGB value is (118,164,115).
RGB: (118,164,115)
(46%, 64%, 45%)
R 118 of 255 = 46%
G 164 of 255 = 64%
B 115 of 255 = 45%
R + G + B ~ 52%. #76A473 is middle color (not dark and not light).
R + G + B = 118 + 164 + 115 = 397 (100%)
R 118 of 397 ~ 29.72%
G 164 of 397 ~ 41.31%
B 115 of 397 ~ 28.97'%
#76A473 color CMYK value is (28,0,30,36).
CMYK: (28,0,30,36) C28M0Y30K36 (28%,0%,30%,36%) (0.28/0.00/0.30/0.36)
Color #76A473 in popluar color models
76 | A4 | 73 | |
---|---|---|---|
RGB | 118 | 164 | 115 |
HSL | 116° | 21.21% | 54.71% |
HSB/HSV | 116° | 29.88% | 64.31% |
CMYK | 28.05% | 0.00% | 29.88% |
35.69% |
Color #76A473 in popluar number systems.
HEX | 76 | A4 | 73 |
Decimal | 118 | 164 | 115 |
Binary | 1110110 | 10100100 | 1110011 |
Octal | 166 | 244 | 163 |
Shades of #76A473
Tints of #76A473
Examples of css and html codes for elements with #76A473 color. Also use rgb(118,164,115) instead hex code.
.myTextColor { color: #76A473; }
<p style="color:#76A473">This sample text font color is #76A473.</p>
This text font color is #76A473.
.myBgColor { background-color: #76A473; }
<div style="background-color:#76A473">Inner text</div>
This div background color is #76A473.
.myBorderColor { border: 1px solid #76A473; }
<div style="border:3px solid #76A473">Div</div>
This div border color is #76A473.
.myOpacity80 { color: #76A473; opacity: 0.8; }
<p style="color:#76A473;opacity:0.8;">80%</p>
Text with #76A473 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A473;}
<p style="text-shadow: 3px 3px 1px #76A473">Text here.</p>
This text has shadow with #76A473 color.
.textShadow {text-shadow: 3px 3px 1px #76A473', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A473, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A473 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A473, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A473, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A473 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A473;
-webkit-box-shadow: 1px 1px 3px 2px #76A473;
box-shadow: 1px 1px 3px 2px #76A473;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A473; -webkit-box-shadow: 1px 1px 3px 2px #76A473; box-shadow:1px 1px 3px 2px #76A473;">
Div content here
</div>
This text has color #76A473 on black background.
This text has color #76A473 on white background.
This text has black color on #76A473 background.
This text has white color on #76A473 background.
Complementary color for #hex is #895B8C.