HEX: #6EA76A
RGB: (110,167,106)
#6EA76A contains mainly red and green colors. Web safe color of #6EA76A is #669966 (or #696).
#6EA76A color RGB value is (110,167,106).
RGB: (110,167,106)
(43%, 65%, 42%)
R 110 of 255 = 43%
G 167 of 255 = 65%
B 106 of 255 = 42%
R + G + B ~ 50%. #6EA76A is middle color (not dark and not light).
R + G + B = 110 + 167 + 106 = 383 (100%)
R 110 of 383 ~ 28.72%
G 167 of 383 ~ 43.6%
B 106 of 383 ~ 27.68'%
#6EA76A color CMYK value is (34,0,37,35).
CMYK: (34,0,37,35)
C34M0Y37K35 (34%, 0%, 37%, 35%)
(0.34 / 0.00 / 0.37 / 0.35)
Color #6EA76A in popluar color models
6E | A7 | 6A | |
---|---|---|---|
RGB | 110 | 167 | 106 |
HSL | 116° | 25.74% | 53.53% |
HSB/HSV | 116° | 36.53% | 65.49% |
CMYK | 34.13% | 0.00% | 36.53% |
34.51% |
Color #6EA76A in popluar number systems.
HEX | 6E | A7 | 6A |
Decimal | 110 | 167 | 106 |
Binary | 1101110 | 10100111 | 1101010 |
Octal | 156 | 247 | 152 |
Shades of #6EA76A
Tints of #6EA76A
Examples of css and html codes for elements with #6EA76A color. Also use rgb(110,167,106) instead hex code.
.myTextColor { color: #6EA76A; }
<p style="color:#6EA76A">This sample text font color is #6EA76A.</p>
This text font color is #6EA76A.
.myBgColor { background-color: #6EA76A; }
<div style="background-color:#6EA76A">Inner text</div>
This div background color is #6EA76A.
.myBorderColor { border: 1px solid #6EA76A; }
<div style="border:3px solid #6EA76A">Div</div>
This div border color is #6EA76A.
.myOpacity80 { color: #6EA76A; opacity: 0.8; }
<p style="color:#6EA76A;opacity:0.8;">80%</p>
Text with #6EA76A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EA76A;}
<p style="text-shadow: 3px 3px 1px #6EA76A">Text here.</p>
This text has shadow with #6EA76A color.
.textShadow {text-shadow: 3px 3px 1px #6EA76A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EA76A, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EA76A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EA76A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EA76A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EA76A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EA76A;
-webkit-box-shadow: 1px 1px 3px 2px #6EA76A;
box-shadow: 1px 1px 3px 2px #6EA76A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EA76A; -webkit-box-shadow: 1px 1px 3px 2px #6EA76A; box-shadow:1px 1px 3px 2px #6EA76A;">
Div content here
</div>
This text has color #6EA76A on black background.
This text has color #6EA76A on white background.
This text has black color on #6EA76A background.
This text has white color on #6EA76A background.
Complementary color for #hex is #915895.