HEX: #76AC6E
RGB: (118,172,110)
#76AC6E contains mainly red and green colors. Web safe color of #76AC6E is #669966 (or #696).
#76AC6E color RGB value is (118,172,110).
RGB: (118,172,110)
(46%, 67%, 43%)
R 118 of 255 = 46%
G 172 of 255 = 67%
B 110 of 255 = 43%
R + G + B ~ 52%. #76AC6E is middle color (not dark and not light).
R + G + B = 118 + 172 + 110 = 400 (100%)
R 118 of 400 ~ 29.5%
G 172 of 400 ~ 43%
B 110 of 400 ~ 27.5'%
#76AC6E color CMYK value is (31,0,36,33).
CMYK: (31,0,36,33)
C31M0Y36K33 (31%, 0%, 36%, 33%)
(0.31 / 0.00 / 0.36 / 0.33)
Color #76AC6E in popluar color models
76 | AC | 6E | |
---|---|---|---|
RGB | 118 | 172 | 110 |
HSL | 112° | 27.19% | 55.29% |
HSB/HSV | 112° | 36.05% | 67.45% |
CMYK | 31.40% | 0.00% | 36.05% |
32.55% |
Color #76AC6E in popluar number systems.
HEX | 76 | AC | 6E |
Decimal | 118 | 172 | 110 |
Binary | 1110110 | 10101100 | 1101110 |
Octal | 166 | 254 | 156 |
Shades of #76AC6E
Tints of #76AC6E
Examples of css and html codes for elements with #76AC6E color. Also use rgb(118,172,110) instead hex code.
.myTextColor { color: #76AC6E; }
<p style="color:#76AC6E">This sample text font color is #76AC6E.</p>
This text font color is #76AC6E.
.myBgColor { background-color: #76AC6E; }
<div style="background-color:#76AC6E">Inner text</div>
This div background color is #76AC6E.
.myBorderColor { border: 1px solid #76AC6E; }
<div style="border:3px solid #76AC6E">Div</div>
This div border color is #76AC6E.
.myOpacity80 { color: #76AC6E; opacity: 0.8; }
<p style="color:#76AC6E;opacity:0.8;">80%</p>
Text with #76AC6E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76AC6E;}
<p style="text-shadow: 3px 3px 1px #76AC6E">Text here.</p>
This text has shadow with #76AC6E color.
.textShadow {text-shadow: 3px 3px 1px #76AC6E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76AC6E, 5px 5px 20px red">Text here.</p>
This text has shadow with #76AC6E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76AC6E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76AC6E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76AC6E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76AC6E;
-webkit-box-shadow: 1px 1px 3px 2px #76AC6E;
box-shadow: 1px 1px 3px 2px #76AC6E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76AC6E; -webkit-box-shadow: 1px 1px 3px 2px #76AC6E; box-shadow:1px 1px 3px 2px #76AC6E;">
Div content here
</div>
This text has color #76AC6E on black background.
This text has color #76AC6E on white background.
This text has black color on #76AC6E background.
This text has white color on #76AC6E background.
Complementary color for #hex is #895391.