COLOR #6EA859

HEX: #6EA859 RGB: (110,168,89)

Color info

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

RGB color model

#6EA859 color RGB value is (110,168,89).

RGB: (110,168,89) (43%, 66%, 35%)

RGB channels and saturation

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

110
168
89

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

Portions of RGB colors in percentages

R + G + B = 110 + 168 + 89 = 367 (100%)
R 110 of 367 ~ 29.97%
G 168 of 367 ~ 45.78%
B 89 of 367 ~ 24.25'%

%29.97
%45.78
%24.25

CMYK color model

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

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 47.02%
  • key color value is 34.12%

CMYK: (35,0,47,34)
C35M0Y47K34 (35%, 0%, 47%, 34%)
(0.35 / 0.00 / 0.47 / 0.34)

CMYK percentages

%34.52
%0
%47.02
%34.12

Codes

Color #6EA859 in popluar color models

6E A8 59
RGB 110 168 89
HSL 104° 31.23% 50.39%
HSB/HSV 104° 47.02% 65.88%
CMYK 34.52% 0.00% 47.02%
34.12%

Color #6EA859 in popluar number systems.

HEX 6E A8 59
Decimal 110 168 89
Binary 1101110 10101000 1011001
Octal 156 250 131

Shades and tints

Shades of #6EA859

#6EA859
(110,168,89)
#649951
(100,153,81)
#5A8A49
(90,138,73)
#507B41
(80,123,65)
#466C39
(70,108,57)
#3C5D31
(60,93,49)
#324E29
(50,78,41)
#283F21
(40,63,33)
#1E3019
(30,48,25)
#142111
(20,33,17)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #6EA859

#6EA859
(110,168,89)
#7BAF68
(123,175,104)
#88B677
(136,182,119)
#95BD86
(149,189,134)
#A2C495
(162,196,149)
#AFCBA4
(175,203,164)
#BCD2B3
(188,210,179)
#C9D9C2
(201,217,194)
#D6E0D1
(214,224,209)
#E3E7E0
(227,231,224)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA859; }

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

This text font color is #6EA859.

Background Color

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

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

This div background color is #6EA859.

Border color

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

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

This div border color is #6EA859.

Opacity

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

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

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

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

This text has shadow with #6EA859 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA859.

Preview

Color preview on black background

This text has color #6EA859 on black background.


Color preview on white background

This text has color #6EA859 on white background.


Black color preview on #6EA859 background

This text has black color on #6EA859 background.


White color preview on #6EA859 background

This text has white color on #6EA859 background.


Related colors

Complementary color

Complementary color for #hex is #9157A6.


I love getcolorcode.com

Triadic colors

1 #596EA8 and #A8596E with #6EA859 are triadic colors.

2 #59A86E and #A86E59 with #6EA859 are triadic colors.