HEX: #68AD50
RGB: (104,173,80)
#68AD50 contains mainly green color. Web safe color of #68AD50 is #669966 (or #696).
#68AD50 color RGB value is (104,173,80).
RGB: (104,173,80)
(41%, 68%, 31%)
R 104 of 255 = 41%
G 173 of 255 = 68%
B 80 of 255 = 31%
R + G + B ~ 47%. #68AD50 is middle color (not dark and not light).
R + G + B = 104 + 173 + 80 = 357 (100%)
R 104 of 357 ~ 29.13%
G 173 of 357 ~ 48.46%
B 80 of 357 ~ 22.41'%
#68AD50 color CMYK value is (40,0,54,32).
CMYK: (40,0,54,32) C40M0Y54K32 (40%,0%,54%,32%) (0.40/0.00/0.54/0.32)
Color #68AD50 in popluar color models
68 | AD | 50 | |
---|---|---|---|
RGB | 104 | 173 | 80 |
HSL | 105° | 36.76% | 49.61% |
HSB/HSV | 105° | 53.76% | 67.84% |
CMYK | 39.88% | 0.00% | 53.76% |
32.16% |
Color #68AD50 in popluar number systems.
HEX | 68 | AD | 50 |
Decimal | 104 | 173 | 80 |
Binary | 1101000 | 10101101 | 1010000 |
Octal | 150 | 255 | 120 |
Shades of #68AD50
Tints of #68AD50
Examples of css and html codes for elements with #68AD50 color. Also use rgb(104,173,80) instead hex code.
.myTextColor { color: #68AD50; }
<p style="color:#68AD50">This sample text font color is #68AD50.</p>
This text font color is #68AD50.
.myBgColor { background-color: #68AD50; }
<div style="background-color:#68AD50">Inner text</div>
This div background color is #68AD50.
.myBorderColor { border: 1px solid #68AD50; }
<div style="border:3px solid #68AD50">Div</div>
This div border color is #68AD50.
.myOpacity80 { color: #68AD50; opacity: 0.8; }
<p style="color:#68AD50;opacity:0.8;">80%</p>
Text with #68AD50 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #68AD50;}
<p style="text-shadow: 3px 3px 1px #68AD50">Text here.</p>
This text has shadow with #68AD50 color.
.textShadow {text-shadow: 3px 3px 1px #68AD50', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #68AD50, 5px 5px 20px red">Text here.</p>
This text has shadow with #68AD50 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68AD50, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#68AD50, Direction=45, Strength=4)">Text</p>
This text has shadow with #68AD50 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68AD50;
-webkit-box-shadow: 1px 1px 3px 2px #68AD50;
box-shadow: 1px 1px 3px 2px #68AD50;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68AD50; -webkit-box-shadow: 1px 1px 3px 2px #68AD50; box-shadow:1px 1px 3px 2px #68AD50;">
Div content here
</div>
This text has color #68AD50 on black background.
This text has color #68AD50 on white background.
This text has black color on #68AD50 background.
This text has white color on #68AD50 background.
Complementary color for #hex is #9752AF.