HEX: #6EA074
RGB: (110,160,116)
#6EA074 contains red, green and blue colors in about the same proportion. Web safe color of #6EA074 is #669966 (or #696).
#6EA074 color RGB value is (110,160,116).
RGB: (110,160,116)
(43%, 63%, 45%)
R 110 of 255 = 43%
G 160 of 255 = 63%
B 116 of 255 = 45%
R + G + B ~ 50%. #6EA074 is middle color (not dark and not light).
R + G + B = 110 + 160 + 116 = 386 (100%)
R 110 of 386 ~ 28.5%
G 160 of 386 ~ 41.45%
B 116 of 386 ~ 30.05'%
#6EA074 color CMYK value is (31,0,28,37).
CMYK: (31,0,28,37) C31M0Y28K37 (31%,0%,28%,37%) (0.31/0.00/0.28/0.37)
Color #6EA074 in popluar color models
6E | A0 | 74 | |
---|---|---|---|
RGB | 110 | 160 | 116 |
HSL | 127° | 20.83% | 52.94% |
HSB/HSV | 127° | 31.25% | 62.75% |
CMYK | 31.25% | 0.00% | 27.50% |
37.25% |
Color #6EA074 in popluar number systems.
HEX | 6E | A0 | 74 |
Decimal | 110 | 160 | 116 |
Binary | 1101110 | 10100000 | 1110100 |
Octal | 156 | 240 | 164 |
Shades of #6EA074
Tints of #6EA074
Examples of css and html codes for elements with #6EA074 color. Also use rgb(110,160,116) instead hex code.
.myTextColor { color: #6EA074; }
<p style="color:#6EA074">This sample text font color is #6EA074.</p>
This text font color is #6EA074.
.myBgColor { background-color: #6EA074; }
<div style="background-color:#6EA074">Inner text</div>
This div background color is #6EA074.
.myBorderColor { border: 1px solid #6EA074; }
<div style="border:3px solid #6EA074">Div</div>
This div border color is #6EA074.
.myOpacity80 { color: #6EA074; opacity: 0.8; }
<p style="color:#6EA074;opacity:0.8;">80%</p>
Text with #6EA074 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EA074;}
<p style="text-shadow: 3px 3px 1px #6EA074">Text here.</p>
This text has shadow with #6EA074 color.
.textShadow {text-shadow: 3px 3px 1px #6EA074', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EA074, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EA074 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EA074, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EA074, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EA074 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EA074;
-webkit-box-shadow: 1px 1px 3px 2px #6EA074;
box-shadow: 1px 1px 3px 2px #6EA074;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EA074; -webkit-box-shadow: 1px 1px 3px 2px #6EA074; box-shadow:1px 1px 3px 2px #6EA074;">
Div content here
</div>
This text has color #6EA074 on black background.
This text has color #6EA074 on white background.
This text has black color on #6EA074 background.
This text has white color on #6EA074 background.
Complementary color for #hex is #915F8B.