HEX: #6DB372
RGB: (109,179,114)
#6DB372 contains mainly green color. Web safe color of #6DB372 is #669966 (or #696).
#6DB372 color RGB value is (109,179,114).
RGB: (109,179,114)
(43%, 70%, 45%)
R 109 of 255 = 43%
G 179 of 255 = 70%
B 114 of 255 = 45%
R + G + B ~ 53%. #6DB372 is middle color (not dark and not light).
R + G + B = 109 + 179 + 114 = 402 (100%)
R 109 of 402 ~ 27.11%
G 179 of 402 ~ 44.53%
B 114 of 402 ~ 28.36'%
#6DB372 color CMYK value is (39,0,36,30).
CMYK: (39,0,36,30) C39M0Y36K30 (39%,0%,36%,30%) (0.39/0.00/0.36/0.30)
Color #6DB372 in popluar color models
6D | B3 | 72 | |
---|---|---|---|
RGB | 109 | 179 | 114 |
HSL | 124° | 31.53% | 56.47% |
HSB/HSV | 124° | 39.11% | 70.20% |
CMYK | 39.11% | 0.00% | 36.31% |
29.80% |
Color #6DB372 in popluar number systems.
HEX | 6D | B3 | 72 |
Decimal | 109 | 179 | 114 |
Binary | 1101101 | 10110011 | 1110010 |
Octal | 155 | 263 | 162 |
Shades of #6DB372
Tints of #6DB372
Examples of css and html codes for elements with #6DB372 color. Also use rgb(109,179,114) instead hex code.
.myTextColor { color: #6DB372; }
<p style="color:#6DB372">This sample text font color is #6DB372.</p>
This text font color is #6DB372.
.myBgColor { background-color: #6DB372; }
<div style="background-color:#6DB372">Inner text</div>
This div background color is #6DB372.
.myBorderColor { border: 1px solid #6DB372; }
<div style="border:3px solid #6DB372">Div</div>
This div border color is #6DB372.
.myOpacity80 { color: #6DB372; opacity: 0.8; }
<p style="color:#6DB372;opacity:0.8;">80%</p>
Text with #6DB372 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DB372;}
<p style="text-shadow: 3px 3px 1px #6DB372">Text here.</p>
This text has shadow with #6DB372 color.
.textShadow {text-shadow: 3px 3px 1px #6DB372', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DB372, 5px 5px 20px red">Text here.</p>
This text has shadow with #6DB372 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DB372, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DB372, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DB372 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6DB372;
-webkit-box-shadow: 1px 1px 3px 2px #6DB372;
box-shadow: 1px 1px 3px 2px #6DB372;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DB372; -webkit-box-shadow: 1px 1px 3px 2px #6DB372; box-shadow:1px 1px 3px 2px #6DB372;">
Div content here
</div>
This text has color #6DB372 on black background.
This text has color #6DB372 on white background.
This text has black color on #6DB372 background.
This text has white color on #6DB372 background.
Complementary color for #hex is #924C8D.