HEX: #76B26D
RGB: (118,178,109)
#76B26D contains mainly green color. Web safe color of #76B26D is #669966 (or #696).
#76B26D color RGB value is (118,178,109).
RGB: (118,178,109) (46%,70%,43%)
R 118 of 255 = 46%
G 178 of 255 = 70%
B 109 of 255 = 43%
R + G + B ~ 53%. #76B26D is middle color (not dark and not light).
R + G + B =
118 + 178 + 109 = 405 (100%)
R 118 of 405 ~ 29.14%
G 178 of 405 ~ 43.95%
B 109 of 405 ~ 26.91%
#76B26D color CMYK value is (34,0,39,30).
CMYK: (34,0,39,30) C34M0Y39K30 (34%,0%,39%,30%) (0.34/0.00/0.39/0.30)
76 | B2 | 6D | |
---|---|---|---|
RGB | 118 | 178 | 109 |
HSL | 112° | 30.94% | 56.27% |
HSB/HSV | 112° | 38.76% | 69.80% |
CMYK | 33.71% | 0.00% | 38.76% |
30.20% |
HEX | 76 | B2 | 6D |
Decimal | 118 | 178 | 109 |
Binary | 1110110 | 10110010 | 1101101 |
Octal | 166 | 262 | 155 |
Examples of css and html codes for elements with #76B26D color. Also use rgb(118,178,109) instead hex code.
.myTextColor { color: #76B26D; }
<p style="color:#76B26D">This sample text font color is #76B26D.</p>
This text font color is #76B26D.
.myBgColor { background-color: #76B26D; }
<div style="background-color:#76B26D">Inner text</div>
This div background color is #76B26D.
.myBorderColor { border: 1px solid #76B26D; }
<div style="border:3px solid #76B26D">Div</div>
This div border color is #76B26D.
.myOpacity80 { color: #76B26D; opacity: 0.8; }
<p style="color:#76B26D;opacity:0.8;">80%</p>
Text with #76B26D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B26D;}
<p style="text-shadow: 3px 3px 1px #76B26D">Text here.</p>
This text has shadow with #76B26D color.
.textShadow {text-shadow: 3px 3px 1px #76B26D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B26D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76B26D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B26D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B26D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B26D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76B26D; -webkit-box-shadow: 1px 1px 3px 2px #76B26D; box-shadow: 1px 1px 3px 2px #76B26D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76B26D; -webkit-box-shadow: 1px 1px 3px 2px #76B26D; box-shadow:1px 1px 3px 2px #76B26D;">
Div content here</div>
This text has color #76B26D on black background.
This text has color #76B26D on white background.
This text has black color on #76B26D background.
This text has white color on #76B26D background.