COLOR #6EAA78

HEX: #6EAA78 RGB: (110,170,120)

Color info

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

RGB color model

#6EAA78 color RGB value is (110,170,120).

RGB: (110,170,120) (43%, 67%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 170 of 255 = 67%
B 120 of 255 = 47%

110
170
120

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

Portions of RGB colors in percentages

R + G + B = 110 + 170 + 120 = 400 (100%)
R 110 of 400 ~ 27.5%
G 170 of 400 ~ 42.5%
B 120 of 400 ~ 30'%

%27.5
%42.5
%30

CMYK color model

#6EAA78 color CMYK value is (35,0,29,33).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 33.33%

CMYK: (35,0,29,33)
C35M0Y29K33 (35%, 0%, 29%, 33%)
(0.35 / 0.00 / 0.29 / 0.33)

CMYK percentages

%35.29
%0
%29.41
%33.33

Codes

Color #6EAA78 in popluar color models

6E AA 78
RGB 110 170 120
HSL 130° 26.09% 54.90%
HSB/HSV 130° 35.29% 66.67%
CMYK 35.29% 0.00% 29.41%
33.33%

Color #6EAA78 in popluar number systems.

HEX 6E AA 78
Decimal 110 170 120
Binary 1101110 10101010 1111000
Octal 156 252 170

Shades and tints

Shades of #6EAA78

#6EAA78
(110,170,120)
#649B6E
(100,155,110)
#5A8C64
(90,140,100)
#507D5A
(80,125,90)
#466E50
(70,110,80)
#3C5F46
(60,95,70)
#32503C
(50,80,60)
#284132
(40,65,50)
#1E3228
(30,50,40)
#14231E
(20,35,30)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #6EAA78

#6EAA78
(110,170,120)
#7BB184
(123,177,132)
#88B890
(136,184,144)
#95BF9C
(149,191,156)
#A2C6A8
(162,198,168)
#AFCDB4
(175,205,180)
#BCD4C0
(188,212,192)
#C9DBCC
(201,219,204)
#D6E2D8
(214,226,216)
#E3E9E4
(227,233,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAA78 color. Also use rgb(110,170,120) instead hex code.

Text Font Color

.myTextColor { color: #6EAA78; }

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

This text font color is #6EAA78.

Background Color

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

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

This div background color is #6EAA78.

Border color

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

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

This div border color is #6EAA78.

Opacity

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

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

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

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

This text has shadow with #6EAA78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EAA78.

Preview

Color preview on black background

This text has color #6EAA78 on black background.


Color preview on white background

This text has color #6EAA78 on white background.


Black color preview on #6EAA78 background

This text has black color on #6EAA78 background.


White color preview on #6EAA78 background

This text has white color on #6EAA78 background.


Related colors

Complementary color

Complementary color for #hex is #915587.


I love getcolorcode.com

Triadic colors

1 #786EAA and #AA786E with #6EAA78 are triadic colors.

2 #78AA6E and #AA6E78 with #6EAA78 are triadic colors.