HEX: #6EB170
RGB: (110,177,112)
#6EB170 contains mainly green color. Web safe color of #6EB170 is #669966 (or #696).
#6EB170 color RGB value is (110,177,112).
RGB: (110,177,112) (43%,69%,44%)
R 110 of 255 = 43%
G 177 of 255 = 69%
B 112 of 255 = 44%
R + G + B ~ 52%. #6EB170 is middle color (not dark and not light).
R + G + B =
110 + 177 + 112 = 399 (100%)
R 110 of 399 ~ 27.57%
G 177 of 399 ~ 44.36%
B 112 of 399 ~ 28.07%
#6EB170 color CMYK value is (38,0,37,31).
CMYK: (38,0,37,31) C38M0Y37K31 (38%,0%,37%,31%) (0.38/0.00/0.37/0.31)
6E | B1 | 70 | |
---|---|---|---|
RGB | 110 | 177 | 112 |
HSL | 122° | 30.04% | 56.27% |
HSB/HSV | 122° | 37.85% | 69.41% |
CMYK | 37.85% | 0.00% | 36.72% |
30.59% |
HEX | 6E | B1 | 70 |
Decimal | 110 | 177 | 112 |
Binary | 1101110 | 10110001 | 1110000 |
Octal | 156 | 261 | 160 |
Examples of css and html codes for elements with #6EB170 color. Also use rgb(110,177,112) instead hex code.
.myTextColor { color: #6EB170; }
<p style="color:#6EB170">This sample text font color is #6EB170.</p>
This text font color is #6EB170.
.myBgColor { background-color: #6EB170; }
<div style="background-color:#6EB170">Inner text</div>
This div background color is #6EB170.
.myBorderColor { border: 1px solid #6EB170; }
<div style="border:3px solid #6EB170">Div</div>
This div border color is #6EB170.
.myOpacity80 { color: #6EB170; opacity: 0.8; }
<p style="color:#6EB170;opacity:0.8;">80%</p>
Text with #6EB170 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EB170;}
<p style="text-shadow: 3px 3px 1px #6EB170">Text here.</p>
This text has shadow with #6EB170 color.
.textShadow {text-shadow: 3px 3px 1px #6EB170, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EB170, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EB170 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EB170, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EB170, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EB170 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6EB170; -webkit-box-shadow: 1px 1px 3px 2px #6EB170; box-shadow: 1px 1px 3px 2px #6EB170; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6EB170; -webkit-box-shadow: 1px 1px 3px 2px #6EB170; box-shadow:1px 1px 3px 2px #6EB170;">
Div content here</div>
This text has color #6EB170 on black background.
This text has color #6EB170 on white background.
This text has black color on #6EB170 background.
This text has white color on #6EB170 background.