HEX: #76BD6D
RGB: (118,189,109)
#76BD6D contains mainly green color. Web safe color of #76BD6D is #66CC66 (or #6C6).
#76BD6D color RGB value is (118,189,109).
RGB: (118,189,109) (46%,74%,43%)
R 118 of 255 = 46%
G 189 of 255 = 74%
B 109 of 255 = 43%
R + G + B ~ 54%. #76BD6D is middle color (not dark and not light).
R + G + B =
118 + 189 + 109 = 416 (100%)
R 118 of 416 ~ 28.37%
G 189 of 416 ~ 45.43%
B 109 of 416 ~ 26.2%
#76BD6D color CMYK value is (38,0,42,26).
CMYK: (38,0,42,26) C38M0Y42K26 (38%,0%,42%,26%) (0.38/0.00/0.42/0.26)
76 | BD | 6D | |
---|---|---|---|
RGB | 118 | 189 | 109 |
HSL | 113° | 37.74% | 58.43% |
HSB/HSV | 113° | 42.33% | 74.12% |
CMYK | 37.57% | 0.00% | 42.33% |
25.88% |
HEX | 76 | BD | 6D |
Decimal | 118 | 189 | 109 |
Binary | 1110110 | 10111101 | 1101101 |
Octal | 166 | 275 | 155 |
Examples of css and html codes for elements with #76BD6D color. Also use rgb(118,189,109) instead hex code.
.myTextColor { color: #76BD6D; }
<p style="color:#76BD6D">This sample text font color is #76BD6D.</p>
This text font color is #76BD6D.
.myBgColor { background-color: #76BD6D; }
<div style="background-color:#76BD6D">Inner text</div>
This div background color is #76BD6D.
.myBorderColor { border: 1px solid #76BD6D; }
<div style="border:3px solid #76BD6D">Div</div>
This div border color is #76BD6D.
.myOpacity80 { color: #76BD6D; opacity: 0.8; }
<p style="color:#76BD6D;opacity:0.8;">80%</p>
Text with #76BD6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76BD6D;}
<p style="text-shadow: 3px 3px 1px #76BD6D">Text here.</p>
This text has shadow with #76BD6D color.
.textShadow {text-shadow: 3px 3px 1px #76BD6D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76BD6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76BD6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76BD6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76BD6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76BD6D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76BD6D; -webkit-box-shadow: 1px 1px 3px 2px #76BD6D; box-shadow: 1px 1px 3px 2px #76BD6D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76BD6D; -webkit-box-shadow: 1px 1px 3px 2px #76BD6D; box-shadow:1px 1px 3px 2px #76BD6D;">
Div content here</div>
This text has color #76BD6D on black background.
This text has color #76BD6D on white background.
This text has black color on #76BD6D background.
This text has white color on #76BD6D background.