COLOR #6EA046

HEX: #6EA046 RGB: (110,160,70)

Color info

#6EA046 contains mainly red and green colors. Web safe color of #6EA046 is #669933 (or #693).

RGB color model

#6EA046 color RGB value is (110,160,70).

RGB: (110,160,70) (43%, 63%, 27%)

RGB channels and saturation

R 110 of 255 = 43%
G 160 of 255 = 63%
B 70 of 255 = 27%

110
160
70

R + G + B ~ 44%. #6EA046 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 160 + 70 = 340 (100%)
R 110 of 340 ~ 32.35%
G 160 of 340 ~ 47.06%
B 70 of 340 ~ 20.59'%

%32.35
%47.06
%20.59

CMYK color model

#6EA046 color CMYK value is (31,0,56,37).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 37.25%
CMYK: (31,0,56,37) C31M0Y56K37 (31%,0%,56%,37%) (0.31/0.00/0.56/0.37) 

CMYK percentages

%31.25
%0
%56.25
%37.25

Codes

Color #6EA046 in popluar color models

6E A0 46
RGB 110 160 70
HSL 93° 39.13% 45.10%
HSB/HSV 93° 56.25% 62.75%
CMYK 31.25% 0.00% 56.25%
37.25%

Color #6EA046 in popluar number systems.

HEX 6E A0 46
Decimal 110 160 70
Binary 1101110 10100000 1000110
Octal 156 240 106

Shades and tints

Shades of #6EA046

#6EA046
(110,160,70)
#649240
(100,146,64)
#5A843A
(90,132,58)
#507634
(80,118,52)
#46682E
(70,104,46)
#3C5A28
(60,90,40)
#324C22
(50,76,34)
#283E1C
(40,62,28)
#1E3016
(30,48,22)
#142210
(20,34,16)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #6EA046

#6EA046
(110,160,70)
#7BA856
(123,168,86)
#88B066
(136,176,102)
#95B876
(149,184,118)
#A2C086
(162,192,134)
#AFC896
(175,200,150)
#BCD0A6
(188,208,166)
#C9D8B6
(201,216,182)
#D6E0C6
(214,224,198)
#E3E8D6
(227,232,214)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA046 color. Also use rgb(110,160,70) instead hex code.

Text Font Color

.myTextColor { color: #6EA046; }

<p style="color:#6EA046">This sample text font color is #6EA046.</p>

This text font color is #6EA046.

Background Color

.myBgColor { background-color: #6EA046; }

<div style="background-color:#6EA046">Inner text</div>

This div background color is #6EA046.

Border color

.myBorderColor { border: 1px solid #6EA046; }

<div style="border:3px solid #6EA046">Div</div>

This div border color is #6EA046.

Opacity

.myOpacity80 { color: #6EA046; opacity: 0.8; }

<p style="color:#6EA046;opacity:0.8;">80%</p>

Text with #6EA046 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6EA046;}

<p style="text-shadow: 3px 3px 1px #6EA046">Text here.</p>

This text has shadow with #6EA046 color.


.textShadow {text-shadow: 3px 3px 1px #6EA046', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6EA046, 5px 5px 20px red">Text here.</p>

This text has shadow with #6EA046 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EA046, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6EA046, Direction=45, Strength=4)">Text</p>

This text has shadow with #6EA046 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EA046;
-webkit-box-shadow: 1px 1px 3px 2px #6EA046;
box-shadow: 1px 1px 3px 2px #6EA046;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EA046; -webkit-box-shadow: 1px 1px 3px 2px #6EA046; box-shadow:1px 1px 3px 2px #6EA046;">
Div content here
</div>

This div box has shadow with color #6EA046.

Preview

Color preview on black background

This text has color #6EA046 on black background.


Color preview on white background

This text has color #6EA046 on white background.


Black color preview on #6EA046 background

This text has black color on #6EA046 background.


White color preview on #6EA046 background

This text has white color on #6EA046 background.


Related colors

Complementary color

Complementary color for #hex is #915FB9.


I love getcolorcode.com

Triadic colors

1 #466EA0 and #A0466E with #6EA046 are triadic colors.

2 #46A06E and #A06E46 with #6EA046 are triadic colors.