HEX: #6DB389
RGB: (109,179,137)
#6DB389 contains mainly green and blue colors. Web safe color of #6DB389 is #669999 (or #699).
#6DB389 color RGB value is (109,179,137).
RGB: (109,179,137)
(43%, 70%, 54%)
R 109 of 255 = 43%
G 179 of 255 = 70%
B 137 of 255 = 54%
R + G + B ~ 56%. #6DB389 is middle color (not dark and not light).
R + G + B = 109 + 179 + 137 = 425 (100%)
R 109 of 425 ~ 25.65%
G 179 of 425 ~ 42.12%
B 137 of 425 ~ 32.24'%
#6DB389 color CMYK value is (39,0,23,30).
CMYK: (39,0,23,30) C39M0Y23K30 (39%,0%,23%,30%) (0.39/0.00/0.23/0.30)
Color #6DB389 in popluar color models
6D | B3 | 89 | |
---|---|---|---|
RGB | 109 | 179 | 137 |
HSL | 144° | 31.53% | 56.47% |
HSB/HSV | 144° | 39.11% | 70.20% |
CMYK | 39.11% | 0.00% | 23.46% |
29.80% |
Color #6DB389 in popluar number systems.
HEX | 6D | B3 | 89 |
Decimal | 109 | 179 | 137 |
Binary | 1101101 | 10110011 | 10001001 |
Octal | 155 | 263 | 211 |
Shades of #6DB389
Tints of #6DB389
Examples of css and html codes for elements with #6DB389 color. Also use rgb(109,179,137) instead hex code.
.myTextColor { color: #6DB389; }
<p style="color:#6DB389">This sample text font color is #6DB389.</p>
This text font color is #6DB389.
.myBgColor { background-color: #6DB389; }
<div style="background-color:#6DB389">Inner text</div>
This div background color is #6DB389.
.myBorderColor { border: 1px solid #6DB389; }
<div style="border:3px solid #6DB389">Div</div>
This div border color is #6DB389.
.myOpacity80 { color: #6DB389; opacity: 0.8; }
<p style="color:#6DB389;opacity:0.8;">80%</p>
Text with #6DB389 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DB389;}
<p style="text-shadow: 3px 3px 1px #6DB389">Text here.</p>
This text has shadow with #6DB389 color.
.textShadow {text-shadow: 3px 3px 1px #6DB389', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DB389, 5px 5px 20px red">Text here.</p>
This text has shadow with #6DB389 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DB389, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DB389, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DB389 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6DB389;
-webkit-box-shadow: 1px 1px 3px 2px #6DB389;
box-shadow: 1px 1px 3px 2px #6DB389;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DB389; -webkit-box-shadow: 1px 1px 3px 2px #6DB389; box-shadow:1px 1px 3px 2px #6DB389;">
Div content here
</div>
This text has color #6DB389 on black background.
This text has color #6DB389 on white background.
This text has black color on #6DB389 background.
This text has white color on #6DB389 background.
Complementary color for #hex is #924C76.