HEX: #6EAA6A
RGB: (110,170,106)
#6EAA6A contains mainly green color. Web safe color of #6EAA6A is #669966 (or #696).
#6EAA6A color RGB value is (110,170,106).
RGB: (110,170,106)
(43%, 67%, 42%)
R 110 of 255 = 43%
G 170 of 255 = 67%
B 106 of 255 = 42%
R + G + B ~ 51%. #6EAA6A is middle color (not dark and not light).
R + G + B = 110 + 170 + 106 = 386 (100%)
R 110 of 386 ~ 28.5%
G 170 of 386 ~ 44.04%
B 106 of 386 ~ 27.46'%
#6EAA6A color CMYK value is (35,0,38,33).
CMYK: (35,0,38,33)
C35M0Y38K33 (35%, 0%, 38%, 33%)
(0.35 / 0.00 / 0.38 / 0.33)
Color #6EAA6A in popluar color models
6E | AA | 6A | |
---|---|---|---|
RGB | 110 | 170 | 106 |
HSL | 116° | 27.35% | 54.12% |
HSB/HSV | 116° | 37.65% | 66.67% |
CMYK | 35.29% | 0.00% | 37.65% |
33.33% |
Color #6EAA6A in popluar number systems.
HEX | 6E | AA | 6A |
Decimal | 110 | 170 | 106 |
Binary | 1101110 | 10101010 | 1101010 |
Octal | 156 | 252 | 152 |
Shades of #6EAA6A
Tints of #6EAA6A
Examples of css and html codes for elements with #6EAA6A color. Also use rgb(110,170,106) instead hex code.
.myTextColor { color: #6EAA6A; }
<p style="color:#6EAA6A">This sample text font color is #6EAA6A.</p>
This text font color is #6EAA6A.
.myBgColor { background-color: #6EAA6A; }
<div style="background-color:#6EAA6A">Inner text</div>
This div background color is #6EAA6A.
.myBorderColor { border: 1px solid #6EAA6A; }
<div style="border:3px solid #6EAA6A">Div</div>
This div border color is #6EAA6A.
.myOpacity80 { color: #6EAA6A; opacity: 0.8; }
<p style="color:#6EAA6A;opacity:0.8;">80%</p>
Text with #6EAA6A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EAA6A;}
<p style="text-shadow: 3px 3px 1px #6EAA6A">Text here.</p>
This text has shadow with #6EAA6A color.
.textShadow {text-shadow: 3px 3px 1px #6EAA6A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EAA6A, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EAA6A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EAA6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EAA6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EAA6A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EAA6A;
-webkit-box-shadow: 1px 1px 3px 2px #6EAA6A;
box-shadow: 1px 1px 3px 2px #6EAA6A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EAA6A; -webkit-box-shadow: 1px 1px 3px 2px #6EAA6A; box-shadow:1px 1px 3px 2px #6EAA6A;">
Div content here
</div>
This text has color #6EAA6A on black background.
This text has color #6EAA6A on white background.
This text has black color on #6EAA6A background.
This text has white color on #6EAA6A background.
Complementary color for #hex is #915595.