HEX: #6E917D
RGB: (110,145,125)
#6E917D contains red, green and blue colors in about the same proportion. Web safe color of #6E917D is #669966 (or #696).
#6E917D color RGB value is (110,145,125).
RGB: (110,145,125)
(43%, 57%, 49%)
R 110 of 255 = 43%
G 145 of 255 = 57%
B 125 of 255 = 49%
R + G + B ~ 50%. #6E917D is middle color (not dark and not light).
R + G + B = 110 + 145 + 125 = 380 (100%)
R 110 of 380 ~ 28.95%
G 145 of 380 ~ 38.16%
B 125 of 380 ~ 32.89'%
#6E917D color CMYK value is (24,0,14,43).
CMYK: (24,0,14,43) C24M0Y14K43 (24%,0%,14%,43%) (0.24/0.00/0.14/0.43)
Color #6E917D in popluar color models
6E | 91 | 7D | |
---|---|---|---|
RGB | 110 | 145 | 125 |
HSL | 146° | 13.73% | 50.00% |
HSB/HSV | 146° | 24.14% | 56.86% |
CMYK | 24.14% | 0.00% | 13.79% |
43.14% |
Color #6E917D in popluar number systems.
HEX | 6E | 91 | 7D |
Decimal | 110 | 145 | 125 |
Binary | 1101110 | 10010001 | 1111101 |
Octal | 156 | 221 | 175 |
Shades of #6E917D
Tints of #6E917D
Examples of css and html codes for elements with #6E917D color. Also use rgb(110,145,125) instead hex code.
.myTextColor { color: #6E917D; }
<p style="color:#6E917D">This sample text font color is #6E917D.</p>
This text font color is #6E917D.
.myBgColor { background-color: #6E917D; }
<div style="background-color:#6E917D">Inner text</div>
This div background color is #6E917D.
.myBorderColor { border: 1px solid #6E917D; }
<div style="border:3px solid #6E917D">Div</div>
This div border color is #6E917D.
.myOpacity80 { color: #6E917D; opacity: 0.8; }
<p style="color:#6E917D;opacity:0.8;">80%</p>
Text with #6E917D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E917D;}
<p style="text-shadow: 3px 3px 1px #6E917D">Text here.</p>
This text has shadow with #6E917D color.
.textShadow {text-shadow: 3px 3px 1px #6E917D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E917D, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E917D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E917D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E917D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E917D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E917D;
-webkit-box-shadow: 1px 1px 3px 2px #6E917D;
box-shadow: 1px 1px 3px 2px #6E917D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E917D; -webkit-box-shadow: 1px 1px 3px 2px #6E917D; box-shadow:1px 1px 3px 2px #6E917D;">
Div content here
</div>
This text has color #6E917D on black background.
This text has color #6E917D on white background.
This text has black color on #6E917D background.
This text has white color on #6E917D background.
Complementary color for #hex is #916E82.