COLOR #6EA959

HEX: #6EA959
RGB: (110,169,89)

Color info

#6EA959 contains mainly red and green colors. Web safe color of #6EA959 is #669966 (or #696).

RGB color model

#6EA959 color RGB value is (110,169,89).

  • red value is 110;
  • green value is 169;
  • blue value is 89.
RGB:
(110,169,89)
(43%,66%,35%)

RGB channels and saturation

R 110 of 255 = 43%
G 169 of 255 = 66%
B 89 of 255 = 35%

110
169
89

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

Portions of RGB colors in percentages

R + G + B =
110 + 169 + 89 = 368 (100%)
R 110 of 368 ~ 29.89%
G 169 of 368 ~ 45.92%
B 89 of 368 ~ 24.18%

%29.89
%45.92
%24.18

CMYK color model

#6EA959 color CMYK value is (35,0,47,34).

  • cyan value is 34.91%
  • magenta value is 0.00%
  • yellow value is 47.34%
  • key color value is 33.73%
CMYK:
(35,0,47,34)
C35M0Y47K34 
(35%,0%,47%,34%)
(0.35/0.00/0.47/0.34)	

CMYK percentages

%34.91
%0
%47.34
%33.73

Codes

Color #6EA959 in popluar color models

6EA959
RGB11016989
HSL104°31.75%50.59%
HSB/HSV104°47.34%66.27%
CMYK34.91%0.00%47.34%
33.73%

Color #6EA959 in popluar number systems.

HEX6EA959
Decimal11016989
Binary1101110101010011011001
Octal156251131

Shades and tints

Shades of #6EA959

#6EA959
(110,169,89)
#649A51
(100,154,81)
#5A8B49
(90,139,73)
#507C41
(80,124,65)
#466D39
(70,109,57)
#3C5E31
(60,94,49)
#324F29
(50,79,41)
#284021
(40,64,33)
#1E3119
(30,49,25)
#142211
(20,34,17)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #6EA959

#6EA959
(110,169,89)
#7BB068
(123,176,104)
#88B777
(136,183,119)
#95BE86
(149,190,134)
#A2C595
(162,197,149)
#AFCCA4
(175,204,164)
#BCD3B3
(188,211,179)
#C9DAC2
(201,218,194)
#D6E1D1
(214,225,209)
#E3E8E0
(227,232,224)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA959 color. Also use rgb(110,169,89) instead hex code.

Text Font Color

.myTextColor { color: #6EA959; }

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

This text font color is #6EA959.


Background Color

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

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

This div background color is #6EA959.


Border color

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

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

This div border color is #6EA959.


Opacity

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

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

Text with #6EA959 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 #6EA959;}

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

This text has shadow with #6EA959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA959 on black background.


Color preview on white background

This text has color #6EA959 on white background.



Black color preview on #6EA959 background

This text has black color on #6EA959 background.


White color preview on #6EA959 background

This text has white color on #6EA959 background.