HEX: #76A419
RGB: (118,164,25)
#76A419 contains mainly red and green colors. Web safe color of #76A419 is #669900 (or #690).
#76A419 color RGB value is (118,164,25).
RGB: (118,164,25)
(46%, 64%, 10%)
R 118 of 255 = 46%
G 164 of 255 = 64%
B 25 of 255 = 10%
R + G + B ~ 40%. #76A419 is middle color (not dark and not light).
R + G + B = 118 + 164 + 25 = 307 (100%)
R 118 of 307 ~ 38.44%
G 164 of 307 ~ 53.42%
B 25 of 307 ~ 8.14'%
#76A419 color CMYK value is (28,0,85,36).
CMYK: (28,0,85,36) C28M0Y85K36 (28%,0%,85%,36%) (0.28/0.00/0.85/0.36)
Color #76A419 in popluar color models
76 | A4 | 19 | |
---|---|---|---|
RGB | 118 | 164 | 25 |
HSL | 80° | 73.54% | 37.06% |
HSB/HSV | 80° | 84.76% | 64.31% |
CMYK | 28.05% | 0.00% | 84.76% |
35.69% |
Color #76A419 in popluar number systems.
HEX | 76 | A4 | 19 |
Decimal | 118 | 164 | 25 |
Binary | 1110110 | 10100100 | 11001 |
Octal | 166 | 244 | 31 |
Shades of #76A419
Tints of #76A419
Examples of css and html codes for elements with #76A419 color. Also use rgb(118,164,25) instead hex code.
.myTextColor { color: #76A419; }
<p style="color:#76A419">This sample text font color is #76A419.</p>
This text font color is #76A419.
.myBgColor { background-color: #76A419; }
<div style="background-color:#76A419">Inner text</div>
This div background color is #76A419.
.myBorderColor { border: 1px solid #76A419; }
<div style="border:3px solid #76A419">Div</div>
This div border color is #76A419.
.myOpacity80 { color: #76A419; opacity: 0.8; }
<p style="color:#76A419;opacity:0.8;">80%</p>
Text with #76A419 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A419;}
<p style="text-shadow: 3px 3px 1px #76A419">Text here.</p>
This text has shadow with #76A419 color.
.textShadow {text-shadow: 3px 3px 1px #76A419', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A419, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A419 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A419, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A419, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A419 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A419;
-webkit-box-shadow: 1px 1px 3px 2px #76A419;
box-shadow: 1px 1px 3px 2px #76A419;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A419; -webkit-box-shadow: 1px 1px 3px 2px #76A419; box-shadow:1px 1px 3px 2px #76A419;">
Div content here
</div>
This text has color #76A419 on black background.
This text has color #76A419 on white background.
This text has black color on #76A419 background.
This text has white color on #76A419 background.
Complementary color for #hex is #895BE6.