HEX: #76A241
RGB: (118,162,65)
#76A241 contains mainly red and green colors. Web safe color of #76A241 is #669933 (or #693).
#76A241 color RGB value is (118,162,65).
RGB: (118,162,65)
(46%, 64%, 25%)
R 118 of 255 = 46%
G 162 of 255 = 64%
B 65 of 255 = 25%
R + G + B ~ 45%. #76A241 is middle color (not dark and not light).
R + G + B = 118 + 162 + 65 = 345 (100%)
R 118 of 345 ~ 34.2%
G 162 of 345 ~ 46.96%
B 65 of 345 ~ 18.84'%
#76A241 color CMYK value is (27,0,60,36).
CMYK: (27,0,60,36)
C27M0Y60K36 (27%, 0%, 60%, 36%)
(0.27 / 0.00 / 0.60 / 0.36)
Color #76A241 in popluar color models
76 | A2 | 41 | |
---|---|---|---|
RGB | 118 | 162 | 65 |
HSL | 87° | 42.73% | 44.51% |
HSB/HSV | 87° | 59.88% | 63.53% |
CMYK | 27.16% | 0.00% | 59.88% |
36.47% |
Color #76A241 in popluar number systems.
HEX | 76 | A2 | 41 |
Decimal | 118 | 162 | 65 |
Binary | 1110110 | 10100010 | 1000001 |
Octal | 166 | 242 | 101 |
Shades of #76A241
Tints of #76A241
Examples of css and html codes for elements with #76A241 color. Also use rgb(118,162,65) instead hex code.
.myTextColor { color: #76A241; }
<p style="color:#76A241">This sample text font color is #76A241.</p>
This text font color is #76A241.
.myBgColor { background-color: #76A241; }
<div style="background-color:#76A241">Inner text</div>
This div background color is #76A241.
.myBorderColor { border: 1px solid #76A241; }
<div style="border:3px solid #76A241">Div</div>
This div border color is #76A241.
.myOpacity80 { color: #76A241; opacity: 0.8; }
<p style="color:#76A241;opacity:0.8;">80%</p>
Text with #76A241 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A241;}
<p style="text-shadow: 3px 3px 1px #76A241">Text here.</p>
This text has shadow with #76A241 color.
.textShadow {text-shadow: 3px 3px 1px #76A241', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A241, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A241 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A241, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A241, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A241 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A241;
-webkit-box-shadow: 1px 1px 3px 2px #76A241;
box-shadow: 1px 1px 3px 2px #76A241;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A241; -webkit-box-shadow: 1px 1px 3px 2px #76A241; box-shadow:1px 1px 3px 2px #76A241;">
Div content here
</div>
This text has color #76A241 on black background.
This text has color #76A241 on white background.
This text has black color on #76A241 background.
This text has white color on #76A241 background.
Complementary color for #hex is #895DBE.