HEX: #6D957A
RGB: (109,149,122)
#6D957A contains red, green and blue colors in about the same proportion. Web safe color of #6D957A is #669966 (or #696).
#6D957A color RGB value is (109,149,122).
RGB: (109,149,122)
(43%, 58%, 48%)
R 109 of 255 = 43%
G 149 of 255 = 58%
B 122 of 255 = 48%
R + G + B ~ 50%. #6D957A is middle color (not dark and not light).
R + G + B = 109 + 149 + 122 = 380 (100%)
R 109 of 380 ~ 28.68%
G 149 of 380 ~ 39.21%
B 122 of 380 ~ 32.11'%
#6D957A color CMYK value is (27,0,18,42).
CMYK: (27,0,18,42)
C27M0Y18K42 (27%, 0%, 18%, 42%)
(0.27 / 0.00 / 0.18 / 0.42)
Color #6D957A in popluar color models
6D | 95 | 7A | |
---|---|---|---|
RGB | 109 | 149 | 122 |
HSL | 140° | 15.87% | 50.59% |
HSB/HSV | 140° | 26.85% | 58.43% |
CMYK | 26.85% | 0.00% | 18.12% |
41.57% |
Color #6D957A in popluar number systems.
HEX | 6D | 95 | 7A |
Decimal | 109 | 149 | 122 |
Binary | 1101101 | 10010101 | 1111010 |
Octal | 155 | 225 | 172 |
Shades of #6D957A
Tints of #6D957A
Examples of css and html codes for elements with #6D957A color. Also use rgb(109,149,122) instead hex code.
.myTextColor { color: #6D957A; }
<p style="color:#6D957A">This sample text font color is #6D957A.</p>
This text font color is #6D957A.
.myBgColor { background-color: #6D957A; }
<div style="background-color:#6D957A">Inner text</div>
This div background color is #6D957A.
.myBorderColor { border: 1px solid #6D957A; }
<div style="border:3px solid #6D957A">Div</div>
This div border color is #6D957A.
.myOpacity80 { color: #6D957A; opacity: 0.8; }
<p style="color:#6D957A;opacity:0.8;">80%</p>
Text with #6D957A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D957A;}
<p style="text-shadow: 3px 3px 1px #6D957A">Text here.</p>
This text has shadow with #6D957A color.
.textShadow {text-shadow: 3px 3px 1px #6D957A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D957A, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D957A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D957A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D957A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D957A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D957A;
-webkit-box-shadow: 1px 1px 3px 2px #6D957A;
box-shadow: 1px 1px 3px 2px #6D957A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D957A; -webkit-box-shadow: 1px 1px 3px 2px #6D957A; box-shadow:1px 1px 3px 2px #6D957A;">
Div content here
</div>
This text has color #6D957A on black background.
This text has color #6D957A on white background.
This text has black color on #6D957A background.
This text has white color on #6D957A background.
Complementary color for #hex is #926A85.