HEX: #76A750
RGB: (118,167,80)
#76A750 contains mainly red and green colors. Web safe color of #76A750 is #669966 (or #696).
#76A750 color RGB value is (118,167,80).
RGB: (118,167,80)
(46%, 65%, 31%)
R 118 of 255 = 46%
G 167 of 255 = 65%
B 80 of 255 = 31%
R + G + B ~ 47%. #76A750 is middle color (not dark and not light).
R + G + B = 118 + 167 + 80 = 365 (100%)
R 118 of 365 ~ 32.33%
G 167 of 365 ~ 45.75%
B 80 of 365 ~ 21.92'%
#76A750 color CMYK value is (29,0,52,35).
CMYK: (29,0,52,35) C29M0Y52K35 (29%,0%,52%,35%) (0.29/0.00/0.52/0.35)
Color #76A750 in popluar color models
76 | A7 | 50 | |
---|---|---|---|
RGB | 118 | 167 | 80 |
HSL | 94° | 35.22% | 48.43% |
HSB/HSV | 94° | 52.10% | 65.49% |
CMYK | 29.34% | 0.00% | 52.10% |
34.51% |
Color #76A750 in popluar number systems.
HEX | 76 | A7 | 50 |
Decimal | 118 | 167 | 80 |
Binary | 1110110 | 10100111 | 1010000 |
Octal | 166 | 247 | 120 |
Shades of #76A750
Tints of #76A750
Examples of css and html codes for elements with #76A750 color. Also use rgb(118,167,80) instead hex code.
.myTextColor { color: #76A750; }
<p style="color:#76A750">This sample text font color is #76A750.</p>
This text font color is #76A750.
.myBgColor { background-color: #76A750; }
<div style="background-color:#76A750">Inner text</div>
This div background color is #76A750.
.myBorderColor { border: 1px solid #76A750; }
<div style="border:3px solid #76A750">Div</div>
This div border color is #76A750.
.myOpacity80 { color: #76A750; opacity: 0.8; }
<p style="color:#76A750;opacity:0.8;">80%</p>
Text with #76A750 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A750;}
<p style="text-shadow: 3px 3px 1px #76A750">Text here.</p>
This text has shadow with #76A750 color.
.textShadow {text-shadow: 3px 3px 1px #76A750', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A750, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A750 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A750, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A750, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A750 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A750;
-webkit-box-shadow: 1px 1px 3px 2px #76A750;
box-shadow: 1px 1px 3px 2px #76A750;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A750; -webkit-box-shadow: 1px 1px 3px 2px #76A750; box-shadow:1px 1px 3px 2px #76A750;">
Div content here
</div>
This text has color #76A750 on black background.
This text has color #76A750 on white background.
This text has black color on #76A750 background.
This text has white color on #76A750 background.
Complementary color for #hex is #8958AF.