HEX: #76A619
RGB: (118,166,25)
#76A619 contains mainly red and green colors. Web safe color of #76A619 is #669900 (or #690).
#76A619 color RGB value is (118,166,25).
RGB: (118,166,25) (46%,65%,10%)
R 118 of 255 = 46%
G 166 of 255 = 65%
B 25 of 255 = 10%
R + G + B ~ 40%. #76A619 is middle color (not dark and not light).
R + G + B =
118 + 166 + 25 = 309 (100%)
R 118 of 309 ~ 38.19%
G 166 of 309 ~ 53.72%
B 25 of 309 ~ 8.09%
#76A619 color CMYK value is (29,0,85,35).
CMYK: (29,0,85,35) C29M0Y85K35 (29%,0%,85%,35%) (0.29/0.00/0.85/0.35)
76 | A6 | 19 | |
---|---|---|---|
RGB | 118 | 166 | 25 |
HSL | 80° | 73.82% | 37.45% |
HSB/HSV | 80° | 84.94% | 65.10% |
CMYK | 28.92% | 0.00% | 84.94% |
34.90% |
HEX | 76 | A6 | 19 |
Decimal | 118 | 166 | 25 |
Binary | 1110110 | 10100110 | 11001 |
Octal | 166 | 246 | 31 |
Examples of css and html codes for elements with #76A619 color. Also use rgb(118,166,25) instead hex code.
.myTextColor { color: #76A619; }
<p style="color:#76A619">This sample text font color is #76A619.</p>
This text font color is #76A619.
.myBgColor { background-color: #76A619; }
<div style="background-color:#76A619">Inner text</div>
This div background color is #76A619.
.myBorderColor { border: 1px solid #76A619; }
<div style="border:3px solid #76A619">Div</div>
This div border color is #76A619.
.myOpacity80 { color: #76A619; opacity: 0.8; }
<p style="color:#76A619;opacity:0.8;">80%</p>
Text with #76A619 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A619;}
<p style="text-shadow: 3px 3px 1px #76A619">Text here.</p>
This text has shadow with #76A619 color.
.textShadow {text-shadow: 3px 3px 1px #76A619, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A619, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A619 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A619, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A619, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A619 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76A619; -webkit-box-shadow: 1px 1px 3px 2px #76A619; box-shadow: 1px 1px 3px 2px #76A619; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76A619; -webkit-box-shadow: 1px 1px 3px 2px #76A619; box-shadow:1px 1px 3px 2px #76A619;">
Div content here</div>
This text has color #76A619 on black background.
This text has color #76A619 on white background.
This text has black color on #76A619 background.
This text has white color on #76A619 background.