COLOR #6EA677

HEX: #6EA677 RGB: (110,166,119)

Color info

#6EA677 contains red, green and blue colors in about the same proportion. Web safe color of #6EA677 is #669966 (or #696).

RGB color model

#6EA677 color RGB value is (110,166,119).

RGB: (110,166,119) (43%, 65%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 166 of 255 = 65%
B 119 of 255 = 47%

110
166
119

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

Portions of RGB colors in percentages

R + G + B = 110 + 166 + 119 = 395 (100%)
R 110 of 395 ~ 27.85%
G 166 of 395 ~ 42.03%
B 119 of 395 ~ 30.13'%

%27.85
%42.03
%30.13

CMYK color model

#6EA677 color CMYK value is (34,0,28,35).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 28.31%
  • key color value is 34.90%

CMYK: (34,0,28,35)
C34M0Y28K35 (34%, 0%, 28%, 35%)
(0.34 / 0.00 / 0.28 / 0.35)

CMYK percentages

%33.73
%0
%28.31
%34.9

Codes

Color #6EA677 in popluar color models

6E A6 77
RGB 110 166 119
HSL 130° 23.93% 54.12%
HSB/HSV 130° 33.73% 65.10%
CMYK 33.73% 0.00% 28.31%
34.90%

Color #6EA677 in popluar number systems.

HEX 6E A6 77
Decimal 110 166 119
Binary 1101110 10100110 1110111
Octal 156 246 167

Shades and tints

Shades of #6EA677

#6EA677
(110,166,119)
#64976D
(100,151,109)
#5A8863
(90,136,99)
#507959
(80,121,89)
#466A4F
(70,106,79)
#3C5B45
(60,91,69)
#324C3B
(50,76,59)
#283D31
(40,61,49)
#1E2E27
(30,46,39)
#141F1D
(20,31,29)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #6EA677

#6EA677
(110,166,119)
#7BAE83
(123,174,131)
#88B68F
(136,182,143)
#95BE9B
(149,190,155)
#A2C6A7
(162,198,167)
#AFCEB3
(175,206,179)
#BCD6BF
(188,214,191)
#C9DECB
(201,222,203)
#D6E6D7
(214,230,215)
#E3EEE3
(227,238,227)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA677 color. Also use rgb(110,166,119) instead hex code.

Text Font Color

.myTextColor { color: #6EA677; }

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

This text font color is #6EA677.

Background Color

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

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

This div background color is #6EA677.

Border color

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

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

This div border color is #6EA677.

Opacity

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

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

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

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

This text has shadow with #6EA677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA677.

Preview

Color preview on black background

This text has color #6EA677 on black background.


Color preview on white background

This text has color #6EA677 on white background.


Black color preview on #6EA677 background

This text has black color on #6EA677 background.


White color preview on #6EA677 background

This text has white color on #6EA677 background.


Related colors

Complementary color

Complementary color for #hex is #915988.


I love getcolorcode.com

Triadic colors

1 #776EA6 and #A6776E with #6EA677 are triadic colors.

2 #77A66E and #A66E77 with #6EA677 are triadic colors.