HEX: #68EC76
RGB: (104,236,118)
#68EC76 contains mainly green color. Web safe color of #68EC76 is #66FF66 (or #6F6).
#68EC76 color RGB value is (104,236,118).
RGB: (104,236,118)
(41%, 93%, 46%)
R 104 of 255 = 41%
G 236 of 255 = 93%
B 118 of 255 = 46%
R + G + B ~ 60%. #68EC76 is middle color (not dark and not light).
R + G + B = 104 + 236 + 118 = 458 (100%)
R 104 of 458 ~ 22.71%
G 236 of 458 ~ 51.53%
B 118 of 458 ~ 25.76'%
#68EC76 color CMYK value is (56,0,50,7).
CMYK: (56,0,50,7) C56M0Y50K7 (56%,0%,50%,7%) (0.56/0.00/0.50/0.07)
Color #68EC76 in popluar color models
68 | EC | 76 | |
---|---|---|---|
RGB | 104 | 236 | 118 |
HSL | 126° | 77.65% | 66.67% |
HSB/HSV | 126° | 55.93% | 92.55% |
CMYK | 55.93% | 0.00% | 50.00% |
7.45% |
Color #68EC76 in popluar number systems.
HEX | 68 | EC | 76 |
Decimal | 104 | 236 | 118 |
Binary | 1101000 | 11101100 | 1110110 |
Octal | 150 | 354 | 166 |
Shades of #68EC76
Tints of #68EC76
Examples of css and html codes for elements with #68EC76 color. Also use rgb(104,236,118) instead hex code.
.myTextColor { color: #68EC76; }
<p style="color:#68EC76">This sample text font color is #68EC76.</p>
This text font color is #68EC76.
.myBgColor { background-color: #68EC76; }
<div style="background-color:#68EC76">Inner text</div>
This div background color is #68EC76.
.myBorderColor { border: 1px solid #68EC76; }
<div style="border:3px solid #68EC76">Div</div>
This div border color is #68EC76.
.myOpacity80 { color: #68EC76; opacity: 0.8; }
<p style="color:#68EC76;opacity:0.8;">80%</p>
Text with #68EC76 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #68EC76;}
<p style="text-shadow: 3px 3px 1px #68EC76">Text here.</p>
This text has shadow with #68EC76 color.
.textShadow {text-shadow: 3px 3px 1px #68EC76', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #68EC76, 5px 5px 20px red">Text here.</p>
This text has shadow with #68EC76 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68EC76, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#68EC76, Direction=45, Strength=4)">Text</p>
This text has shadow with #68EC76 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68EC76;
-webkit-box-shadow: 1px 1px 3px 2px #68EC76;
box-shadow: 1px 1px 3px 2px #68EC76;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68EC76; -webkit-box-shadow: 1px 1px 3px 2px #68EC76; box-shadow:1px 1px 3px 2px #68EC76;">
Div content here
</div>
This text has color #68EC76 on black background.
This text has color #68EC76 on white background.
This text has black color on #68EC76 background.
This text has white color on #68EC76 background.
Complementary color for #hex is #971389.