HEX: #6EB05F
RGB: (110,176,95)
#6EB05F contains mainly green color. Web safe color of #6EB05F is #669966 (or #696).
#6EB05F color RGB value is (110,176,95).
RGB: (110,176,95)
(43%, 69%, 37%)
R 110 of 255 = 43%
G 176 of 255 = 69%
B 95 of 255 = 37%
R + G + B ~ 50%. #6EB05F is middle color (not dark and not light).
R + G + B = 110 + 176 + 95 = 381 (100%)
R 110 of 381 ~ 28.87%
G 176 of 381 ~ 46.19%
B 95 of 381 ~ 24.93'%
#6EB05F color CMYK value is (38,0,46,31).
CMYK: (38,0,46,31)
C38M0Y46K31 (38%, 0%, 46%, 31%)
(0.38 / 0.00 / 0.46 / 0.31)
Color #6EB05F in popluar color models
6E | B0 | 5F | |
---|---|---|---|
RGB | 110 | 176 | 95 |
HSL | 109° | 33.89% | 53.14% |
HSB/HSV | 109° | 46.02% | 69.02% |
CMYK | 37.50% | 0.00% | 46.02% |
30.98% |
Color #6EB05F in popluar number systems.
HEX | 6E | B0 | 5F |
Decimal | 110 | 176 | 95 |
Binary | 1101110 | 10110000 | 1011111 |
Octal | 156 | 260 | 137 |
Shades of #6EB05F
Tints of #6EB05F
Examples of css and html codes for elements with #6EB05F color. Also use rgb(110,176,95) instead hex code.
.myTextColor { color: #6EB05F; }
<p style="color:#6EB05F">This sample text font color is #6EB05F.</p>
This text font color is #6EB05F.
.myBgColor { background-color: #6EB05F; }
<div style="background-color:#6EB05F">Inner text</div>
This div background color is #6EB05F.
.myBorderColor { border: 1px solid #6EB05F; }
<div style="border:3px solid #6EB05F">Div</div>
This div border color is #6EB05F.
.myOpacity80 { color: #6EB05F; opacity: 0.8; }
<p style="color:#6EB05F;opacity:0.8;">80%</p>
Text with #6EB05F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EB05F;}
<p style="text-shadow: 3px 3px 1px #6EB05F">Text here.</p>
This text has shadow with #6EB05F color.
.textShadow {text-shadow: 3px 3px 1px #6EB05F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EB05F, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EB05F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EB05F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EB05F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EB05F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EB05F;
-webkit-box-shadow: 1px 1px 3px 2px #6EB05F;
box-shadow: 1px 1px 3px 2px #6EB05F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EB05F; -webkit-box-shadow: 1px 1px 3px 2px #6EB05F; box-shadow:1px 1px 3px 2px #6EB05F;">
Div content here
</div>
This text has color #6EB05F on black background.
This text has color #6EB05F on white background.
This text has black color on #6EB05F background.
This text has white color on #6EB05F background.
Complementary color for #hex is #914FA0.