HEX: #76C39D
RGB: (118,195,157)
#76C39D contains mainly green and blue colors. Web safe color of #76C39D is #66CC99 (or #6C9).
#76C39D color RGB value is (118,195,157).
RGB: (118,195,157) (46%,76%,62%)
R 118 of 255 = 46%
G 195 of 255 = 76%
B 157 of 255 = 62%
R + G + B ~ 61%. #76C39D is quite light color.
R + G + B =
118 + 195 + 157 = 470 (100%)
R 118 of 470 ~ 25.11%
G 195 of 470 ~ 41.49%
B 157 of 470 ~ 33.4%
#76C39D color CMYK value is (39,0,19,24).
CMYK: (39,0,19,24) C39M0Y19K24 (39%,0%,19%,24%) (0.39/0.00/0.19/0.24)
76 | C3 | 9D | |
---|---|---|---|
RGB | 118 | 195 | 157 |
HSL | 150° | 39.09% | 61.37% |
HSB/HSV | 150° | 39.49% | 76.47% |
CMYK | 39.49% | 0.00% | 19.49% |
23.53% |
HEX | 76 | C3 | 9D |
Decimal | 118 | 195 | 157 |
Binary | 1110110 | 11000011 | 10011101 |
Octal | 166 | 303 | 235 |
Examples of css and html codes for elements with #76C39D color. Also use rgb(118,195,157) instead hex code.
.myTextColor { color: #76C39D; }
<p style="color:#76C39D">This sample text font color is #76C39D.</p>
This text font color is #76C39D.
.myBgColor { background-color: #76C39D; }
<div style="background-color:#76C39D">Inner text</div>
This div background color is #76C39D.
.myBorderColor { border: 1px solid #76C39D; }
<div style="border:3px solid #76C39D">Div</div>
This div border color is #76C39D.
.myOpacity80 { color: #76C39D; opacity: 0.8; }
<p style="color:#76C39D;opacity:0.8;">80%</p>
Text with #76C39D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76C39D;}
<p style="text-shadow: 3px 3px 1px #76C39D">Text here.</p>
This text has shadow with #76C39D color.
.textShadow {text-shadow: 3px 3px 1px #76C39D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76C39D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76C39D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76C39D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76C39D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76C39D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76C39D; -webkit-box-shadow: 1px 1px 3px 2px #76C39D; box-shadow: 1px 1px 3px 2px #76C39D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76C39D; -webkit-box-shadow: 1px 1px 3px 2px #76C39D; box-shadow:1px 1px 3px 2px #76C39D;">
Div content here</div>
This text has color #76C39D on black background.
This text has color #76C39D on white background.
This text has black color on #76C39D background.
This text has white color on #76C39D background.