HEX: #6EAA4F
RGB: (110,170,79)
#6EAA4F contains mainly green color. Web safe color of #6EAA4F is #669966 (or #696).
#6EAA4F color RGB value is (110,170,79).
RGB: (110,170,79)
(43%, 67%, 31%)
R 110 of 255 = 43%
G 170 of 255 = 67%
B 79 of 255 = 31%
R + G + B ~ 47%. #6EAA4F is middle color (not dark and not light).
R + G + B = 110 + 170 + 79 = 359 (100%)
R 110 of 359 ~ 30.64%
G 170 of 359 ~ 47.35%
B 79 of 359 ~ 22.01'%
#6EAA4F color CMYK value is (35,0,54,33).
CMYK: (35,0,54,33)
C35M0Y54K33 (35%, 0%, 54%, 33%)
(0.35 / 0.00 / 0.54 / 0.33)
Color #6EAA4F in popluar color models
6E | AA | 4F | |
---|---|---|---|
RGB | 110 | 170 | 79 |
HSL | 100° | 36.55% | 48.82% |
HSB/HSV | 100° | 53.53% | 66.67% |
CMYK | 35.29% | 0.00% | 53.53% |
33.33% |
Color #6EAA4F in popluar number systems.
HEX | 6E | AA | 4F |
Decimal | 110 | 170 | 79 |
Binary | 1101110 | 10101010 | 1001111 |
Octal | 156 | 252 | 117 |
Shades of #6EAA4F
Tints of #6EAA4F
Examples of css and html codes for elements with #6EAA4F color. Also use rgb(110,170,79) instead hex code.
.myTextColor { color: #6EAA4F; }
<p style="color:#6EAA4F">This sample text font color is #6EAA4F.</p>
This text font color is #6EAA4F.
.myBgColor { background-color: #6EAA4F; }
<div style="background-color:#6EAA4F">Inner text</div>
This div background color is #6EAA4F.
.myBorderColor { border: 1px solid #6EAA4F; }
<div style="border:3px solid #6EAA4F">Div</div>
This div border color is #6EAA4F.
.myOpacity80 { color: #6EAA4F; opacity: 0.8; }
<p style="color:#6EAA4F;opacity:0.8;">80%</p>
Text with #6EAA4F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EAA4F;}
<p style="text-shadow: 3px 3px 1px #6EAA4F">Text here.</p>
This text has shadow with #6EAA4F color.
.textShadow {text-shadow: 3px 3px 1px #6EAA4F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EAA4F, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EAA4F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EAA4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EAA4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EAA4F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EAA4F;
-webkit-box-shadow: 1px 1px 3px 2px #6EAA4F;
box-shadow: 1px 1px 3px 2px #6EAA4F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EAA4F; -webkit-box-shadow: 1px 1px 3px 2px #6EAA4F; box-shadow:1px 1px 3px 2px #6EAA4F;">
Div content here
</div>
This text has color #6EAA4F on black background.
This text has color #6EAA4F on white background.
This text has black color on #6EAA4F background.
This text has white color on #6EAA4F background.
Complementary color for #hex is #9155B0.