HEX: #76A25D
RGB: (118,162,93)
#76A25D contains mainly red and green colors. Web safe color of #76A25D is #669966 (or #696).
#76A25D color RGB value is (118,162,93).
RGB: (118,162,93)
(46%, 64%, 36%)
R 118 of 255 = 46%
G 162 of 255 = 64%
B 93 of 255 = 36%
R + G + B ~ 49%. #76A25D is middle color (not dark and not light).
R + G + B = 118 + 162 + 93 = 373 (100%)
R 118 of 373 ~ 31.64%
G 162 of 373 ~ 43.43%
B 93 of 373 ~ 24.93'%
#76A25D color CMYK value is (27,0,43,36).
CMYK: (27,0,43,36) C27M0Y43K36 (27%,0%,43%,36%) (0.27/0.00/0.43/0.36)
Color #76A25D in popluar color models
76 | A2 | 5D | |
---|---|---|---|
RGB | 118 | 162 | 93 |
HSL | 98° | 27.06% | 50.00% |
HSB/HSV | 98° | 42.59% | 63.53% |
CMYK | 27.16% | 0.00% | 42.59% |
36.47% |
Color #76A25D in popluar number systems.
HEX | 76 | A2 | 5D |
Decimal | 118 | 162 | 93 |
Binary | 1110110 | 10100010 | 1011101 |
Octal | 166 | 242 | 135 |
Shades of #76A25D
Tints of #76A25D
Examples of css and html codes for elements with #76A25D color. Also use rgb(118,162,93) instead hex code.
.myTextColor { color: #76A25D; }
<p style="color:#76A25D">This sample text font color is #76A25D.</p>
This text font color is #76A25D.
.myBgColor { background-color: #76A25D; }
<div style="background-color:#76A25D">Inner text</div>
This div background color is #76A25D.
.myBorderColor { border: 1px solid #76A25D; }
<div style="border:3px solid #76A25D">Div</div>
This div border color is #76A25D.
.myOpacity80 { color: #76A25D; opacity: 0.8; }
<p style="color:#76A25D;opacity:0.8;">80%</p>
Text with #76A25D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A25D;}
<p style="text-shadow: 3px 3px 1px #76A25D">Text here.</p>
This text has shadow with #76A25D color.
.textShadow {text-shadow: 3px 3px 1px #76A25D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A25D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A25D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A25D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A25D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A25D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A25D;
-webkit-box-shadow: 1px 1px 3px 2px #76A25D;
box-shadow: 1px 1px 3px 2px #76A25D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A25D; -webkit-box-shadow: 1px 1px 3px 2px #76A25D; box-shadow:1px 1px 3px 2px #76A25D;">
Div content here
</div>
This text has color #76A25D on black background.
This text has color #76A25D on white background.
This text has black color on #76A25D background.
This text has white color on #76A25D background.
Complementary color for #hex is #895DA2.