HEX: #76D694
RGB: (118,214,148)
#76D694 contains mainly green color. Web safe color of #76D694 is #66CC99 (or #6C9).
#76D694 color RGB value is (118,214,148).
RGB: (118,214,148)
(46%, 84%, 58%)
R 118 of 255 = 46%
G 214 of 255 = 84%
B 148 of 255 = 58%
R + G + B ~ 63%. #76D694 is quite light color.
R + G + B = 118 + 214 + 148 = 480 (100%)
R 118 of 480 ~ 24.58%
G 214 of 480 ~ 44.58%
B 148 of 480 ~ 30.83'%
#76D694 color CMYK value is (45,0,31,16).
CMYK: (45,0,31,16) C45M0Y31K16 (45%,0%,31%,16%) (0.45/0.00/0.31/0.16)
Color #76D694 in popluar color models
76 | D6 | 94 | |
---|---|---|---|
RGB | 118 | 214 | 148 |
HSL | 139° | 53.93% | 65.10% |
HSB/HSV | 139° | 44.86% | 83.92% |
CMYK | 44.86% | 0.00% | 30.84% |
16.08% |
Color #76D694 in popluar number systems.
HEX | 76 | D6 | 94 |
Decimal | 118 | 214 | 148 |
Binary | 1110110 | 11010110 | 10010100 |
Octal | 166 | 326 | 224 |
Shades of #76D694
Tints of #76D694
Examples of css and html codes for elements with #76D694 color. Also use rgb(118,214,148) instead hex code.
.myTextColor { color: #76D694; }
<p style="color:#76D694">This sample text font color is #76D694.</p>
This text font color is #76D694.
.myBgColor { background-color: #76D694; }
<div style="background-color:#76D694">Inner text</div>
This div background color is #76D694.
.myBorderColor { border: 1px solid #76D694; }
<div style="border:3px solid #76D694">Div</div>
This div border color is #76D694.
.myOpacity80 { color: #76D694; opacity: 0.8; }
<p style="color:#76D694;opacity:0.8;">80%</p>
Text with #76D694 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76D694;}
<p style="text-shadow: 3px 3px 1px #76D694">Text here.</p>
This text has shadow with #76D694 color.
.textShadow {text-shadow: 3px 3px 1px #76D694', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76D694, 5px 5px 20px red">Text here.</p>
This text has shadow with #76D694 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D694, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76D694, Direction=45, Strength=4)">Text</p>
This text has shadow with #76D694 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76D694;
-webkit-box-shadow: 1px 1px 3px 2px #76D694;
box-shadow: 1px 1px 3px 2px #76D694;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76D694; -webkit-box-shadow: 1px 1px 3px 2px #76D694; box-shadow:1px 1px 3px 2px #76D694;">
Div content here
</div>
This text has color #76D694 on black background.
This text has color #76D694 on white background.
This text has black color on #76D694 background.
This text has white color on #76D694 background.
Complementary color for #hex is #89296B.