HEX: #6E8742
RGB: (110,135,66)
#6E8742 contains mainly red and green colors. Web safe color of #6E8742 is #669933 (or #693).
#6E8742 color RGB value is (110,135,66).
RGB: (110,135,66)
(43%, 53%, 26%)
R 110 of 255 = 43%
G 135 of 255 = 53%
B 66 of 255 = 26%
R + G + B ~ 41%. #6E8742 is middle color (not dark and not light).
R + G + B = 110 + 135 + 66 = 311 (100%)
R 110 of 311 ~ 35.37%
G 135 of 311 ~ 43.41%
B 66 of 311 ~ 21.22'%
#6E8742 color CMYK value is (19,0,51,47).
CMYK: (19,0,51,47) C19M0Y51K47 (19%,0%,51%,47%) (0.19/0.00/0.51/0.47)
Color #6E8742 in popluar color models
6E | 87 | 42 | |
---|---|---|---|
RGB | 110 | 135 | 66 |
HSL | 82° | 34.33% | 39.41% |
HSB/HSV | 82° | 51.11% | 52.94% |
CMYK | 18.52% | 0.00% | 51.11% |
47.06% |
Color #6E8742 in popluar number systems.
HEX | 6E | 87 | 42 |
Decimal | 110 | 135 | 66 |
Binary | 1101110 | 10000111 | 1000010 |
Octal | 156 | 207 | 102 |
Shades of #6E8742
Tints of #6E8742
Examples of css and html codes for elements with #6E8742 color. Also use rgb(110,135,66) instead hex code.
.myTextColor { color: #6E8742; }
<p style="color:#6E8742">This sample text font color is #6E8742.</p>
This text font color is #6E8742.
.myBgColor { background-color: #6E8742; }
<div style="background-color:#6E8742">Inner text</div>
This div background color is #6E8742.
.myBorderColor { border: 1px solid #6E8742; }
<div style="border:3px solid #6E8742">Div</div>
This div border color is #6E8742.
.myOpacity80 { color: #6E8742; opacity: 0.8; }
<p style="color:#6E8742;opacity:0.8;">80%</p>
Text with #6E8742 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E8742;}
<p style="text-shadow: 3px 3px 1px #6E8742">Text here.</p>
This text has shadow with #6E8742 color.
.textShadow {text-shadow: 3px 3px 1px #6E8742', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E8742, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E8742 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E8742, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E8742, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E8742 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E8742;
-webkit-box-shadow: 1px 1px 3px 2px #6E8742;
box-shadow: 1px 1px 3px 2px #6E8742;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E8742; -webkit-box-shadow: 1px 1px 3px 2px #6E8742; box-shadow:1px 1px 3px 2px #6E8742;">
Div content here
</div>
This text has color #6E8742 on black background.
This text has color #6E8742 on white background.
This text has black color on #6E8742 background.
This text has white color on #6E8742 background.
Complementary color for #hex is #9178BD.