HEX: #6E966E
RGB: (110,150,110)
#6E966E contains red, green and blue colors in about the same proportion. Web safe color of #6E966E is #669966 (or #696).
#6E966E color RGB value is (110,150,110).
RGB: (110,150,110)
(43%, 59%, 43%)
R 110 of 255 = 43%
G 150 of 255 = 59%
B 110 of 255 = 43%
R + G + B ~ 48%. #6E966E is middle color (not dark and not light).
R + G + B = 110 + 150 + 110 = 370 (100%)
R 110 of 370 ~ 29.73%
G 150 of 370 ~ 40.54%
B 110 of 370 ~ 29.73'%
#6E966E color CMYK value is (27,0,27,41).
CMYK: (27,0,27,41)
C27M0Y27K41 (27%, 0%, 27%, 41%)
(0.27 / 0.00 / 0.27 / 0.41)
Color #6E966E in popluar color models
6E | 96 | 6E | |
---|---|---|---|
RGB | 110 | 150 | 110 |
HSL | 120° | 16.00% | 50.98% |
HSB/HSV | 120° | 26.67% | 58.82% |
CMYK | 26.67% | 0.00% | 26.67% |
41.18% |
Color #6E966E in popluar number systems.
HEX | 6E | 96 | 6E |
Decimal | 110 | 150 | 110 |
Binary | 1101110 | 10010110 | 1101110 |
Octal | 156 | 226 | 156 |
Shades of #6E966E
Tints of #6E966E
Examples of css and html codes for elements with #6E966E color. Also use rgb(110,150,110) instead hex code.
.myTextColor { color: #6E966E; }
<p style="color:#6E966E">This sample text font color is #6E966E.</p>
This text font color is #6E966E.
.myBgColor { background-color: #6E966E; }
<div style="background-color:#6E966E">Inner text</div>
This div background color is #6E966E.
.myBorderColor { border: 1px solid #6E966E; }
<div style="border:3px solid #6E966E">Div</div>
This div border color is #6E966E.
.myOpacity80 { color: #6E966E; opacity: 0.8; }
<p style="color:#6E966E;opacity:0.8;">80%</p>
Text with #6E966E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E966E;}
<p style="text-shadow: 3px 3px 1px #6E966E">Text here.</p>
This text has shadow with #6E966E color.
.textShadow {text-shadow: 3px 3px 1px #6E966E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E966E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E966E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E966E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E966E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E966E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E966E;
-webkit-box-shadow: 1px 1px 3px 2px #6E966E;
box-shadow: 1px 1px 3px 2px #6E966E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E966E; -webkit-box-shadow: 1px 1px 3px 2px #6E966E; box-shadow:1px 1px 3px 2px #6E966E;">
Div content here
</div>
This text has color #6E966E on black background.
This text has color #6E966E on white background.
This text has black color on #6E966E background.
This text has white color on #6E966E background.
Complementary color for #hex is #916991.