HEX: #76974C
RGB: (118,151,76)
#76974C contains mainly red and green colors. Web safe color of #76974C is #669933 (or #693).
#76974C color RGB value is (118,151,76).
RGB: (118,151,76)
(46%, 59%, 30%)
R 118 of 255 = 46%
G 151 of 255 = 59%
B 76 of 255 = 30%
R + G + B ~ 45%. #76974C is middle color (not dark and not light).
R + G + B = 118 + 151 + 76 = 345 (100%)
R 118 of 345 ~ 34.2%
G 151 of 345 ~ 43.77%
B 76 of 345 ~ 22.03'%
#76974C color CMYK value is (22,0,50,41).
CMYK: (22,0,50,41)
C22M0Y50K41 (22%, 0%, 50%, 41%)
(0.22 / 0.00 / 0.50 / 0.41)
Color #76974C in popluar color models
76 | 97 | 4C | |
---|---|---|---|
RGB | 118 | 151 | 76 |
HSL | 86° | 33.04% | 44.51% |
HSB/HSV | 86° | 49.67% | 59.22% |
CMYK | 21.85% | 0.00% | 49.67% |
40.78% |
Color #76974C in popluar number systems.
HEX | 76 | 97 | 4C |
Decimal | 118 | 151 | 76 |
Binary | 1110110 | 10010111 | 1001100 |
Octal | 166 | 227 | 114 |
Shades of #76974C
Tints of #76974C
Examples of css and html codes for elements with #76974C color. Also use rgb(118,151,76) instead hex code.
.myTextColor { color: #76974C; }
<p style="color:#76974C">This sample text font color is #76974C.</p>
This text font color is #76974C.
.myBgColor { background-color: #76974C; }
<div style="background-color:#76974C">Inner text</div>
This div background color is #76974C.
.myBorderColor { border: 1px solid #76974C; }
<div style="border:3px solid #76974C">Div</div>
This div border color is #76974C.
.myOpacity80 { color: #76974C; opacity: 0.8; }
<p style="color:#76974C;opacity:0.8;">80%</p>
Text with #76974C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76974C;}
<p style="text-shadow: 3px 3px 1px #76974C">Text here.</p>
This text has shadow with #76974C color.
.textShadow {text-shadow: 3px 3px 1px #76974C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76974C, 5px 5px 20px red">Text here.</p>
This text has shadow with #76974C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76974C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76974C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76974C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76974C;
-webkit-box-shadow: 1px 1px 3px 2px #76974C;
box-shadow: 1px 1px 3px 2px #76974C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76974C; -webkit-box-shadow: 1px 1px 3px 2px #76974C; box-shadow:1px 1px 3px 2px #76974C;">
Div content here
</div>
This text has color #76974C on black background.
This text has color #76974C on white background.
This text has black color on #76974C background.
This text has white color on #76974C background.
Complementary color for #hex is #8968B3.