HEX: #6EA450
RGB: (110,164,80)
#6EA450 contains mainly red and green colors. Web safe color of #6EA450 is #669966 (or #696).
#6EA450 color RGB value is (110,164,80).
RGB: (110,164,80)
(43%, 64%, 31%)
R 110 of 255 = 43%
G 164 of 255 = 64%
B 80 of 255 = 31%
R + G + B ~ 46%. #6EA450 is middle color (not dark and not light).
R + G + B = 110 + 164 + 80 = 354 (100%)
R 110 of 354 ~ 31.07%
G 164 of 354 ~ 46.33%
B 80 of 354 ~ 22.6'%
#6EA450 color CMYK value is (33,0,51,36).
CMYK: (33,0,51,36) C33M0Y51K36 (33%,0%,51%,36%) (0.33/0.00/0.51/0.36)
Color #6EA450 in popluar color models
6E | A4 | 50 | |
---|---|---|---|
RGB | 110 | 164 | 80 |
HSL | 99° | 34.43% | 47.84% |
HSB/HSV | 99° | 51.22% | 64.31% |
CMYK | 32.93% | 0.00% | 51.22% |
35.69% |
Color #6EA450 in popluar number systems.
HEX | 6E | A4 | 50 |
Decimal | 110 | 164 | 80 |
Binary | 1101110 | 10100100 | 1010000 |
Octal | 156 | 244 | 120 |
Shades of #6EA450
Tints of #6EA450
Examples of css and html codes for elements with #6EA450 color. Also use rgb(110,164,80) instead hex code.
.myTextColor { color: #6EA450; }
<p style="color:#6EA450">This sample text font color is #6EA450.</p>
This text font color is #6EA450.
.myBgColor { background-color: #6EA450; }
<div style="background-color:#6EA450">Inner text</div>
This div background color is #6EA450.
.myBorderColor { border: 1px solid #6EA450; }
<div style="border:3px solid #6EA450">Div</div>
This div border color is #6EA450.
.myOpacity80 { color: #6EA450; opacity: 0.8; }
<p style="color:#6EA450;opacity:0.8;">80%</p>
Text with #6EA450 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EA450;}
<p style="text-shadow: 3px 3px 1px #6EA450">Text here.</p>
This text has shadow with #6EA450 color.
.textShadow {text-shadow: 3px 3px 1px #6EA450', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EA450, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EA450 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EA450, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EA450, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EA450 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EA450;
-webkit-box-shadow: 1px 1px 3px 2px #6EA450;
box-shadow: 1px 1px 3px 2px #6EA450;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EA450; -webkit-box-shadow: 1px 1px 3px 2px #6EA450; box-shadow:1px 1px 3px 2px #6EA450;">
Div content here
</div>
This text has color #6EA450 on black background.
This text has color #6EA450 on white background.
This text has black color on #6EA450 background.
This text has white color on #6EA450 background.
Complementary color for #hex is #915BAF.