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