HEX: #76D067
RGB: (118,208,103)
#76D067 contains mainly green color. Web safe color of #76D067 is #66CC66 (or #6C6).
#76D067 color RGB value is (118,208,103).
RGB: (118,208,103)
(46%, 82%, 40%)
R 118 of 255 = 46%
G 208 of 255 = 82%
B 103 of 255 = 40%
R + G + B ~ 56%. #76D067 is middle color (not dark and not light).
R + G + B = 118 + 208 + 103 = 429 (100%)
R 118 of 429 ~ 27.51%
G 208 of 429 ~ 48.48%
B 103 of 429 ~ 24.01'%
#76D067 color CMYK value is (43,0,50,18).
CMYK: (43,0,50,18) C43M0Y50K18 (43%,0%,50%,18%) (0.43/0.00/0.50/0.18)
Color #76D067 in popluar color models
76 | D0 | 67 | |
---|---|---|---|
RGB | 118 | 208 | 103 |
HSL | 111° | 52.76% | 60.98% |
HSB/HSV | 111° | 50.48% | 81.57% |
CMYK | 43.27% | 0.00% | 50.48% |
18.43% |
Color #76D067 in popluar number systems.
HEX | 76 | D0 | 67 |
Decimal | 118 | 208 | 103 |
Binary | 1110110 | 11010000 | 1100111 |
Octal | 166 | 320 | 147 |
Shades of #76D067
Tints of #76D067
Examples of css and html codes for elements with #76D067 color. Also use rgb(118,208,103) instead hex code.
.myTextColor { color: #76D067; }
<p style="color:#76D067">This sample text font color is #76D067.</p>
This text font color is #76D067.
.myBgColor { background-color: #76D067; }
<div style="background-color:#76D067">Inner text</div>
This div background color is #76D067.
.myBorderColor { border: 1px solid #76D067; }
<div style="border:3px solid #76D067">Div</div>
This div border color is #76D067.
.myOpacity80 { color: #76D067; opacity: 0.8; }
<p style="color:#76D067;opacity:0.8;">80%</p>
Text with #76D067 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76D067;}
<p style="text-shadow: 3px 3px 1px #76D067">Text here.</p>
This text has shadow with #76D067 color.
.textShadow {text-shadow: 3px 3px 1px #76D067', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76D067, 5px 5px 20px red">Text here.</p>
This text has shadow with #76D067 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D067, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76D067, Direction=45, Strength=4)">Text</p>
This text has shadow with #76D067 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76D067;
-webkit-box-shadow: 1px 1px 3px 2px #76D067;
box-shadow: 1px 1px 3px 2px #76D067;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76D067; -webkit-box-shadow: 1px 1px 3px 2px #76D067; box-shadow:1px 1px 3px 2px #76D067;">
Div content here
</div>
This text has color #76D067 on black background.
This text has color #76D067 on white background.
This text has black color on #76D067 background.
This text has white color on #76D067 background.
Complementary color for #hex is #892F98.