COLOR #6EAD78

HEX: #6EAD78 RGB: (110,173,120)

Color info

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

RGB color model

#6EAD78 color RGB value is (110,173,120).

RGB: (110,173,120) (43%, 68%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 173 of 255 = 68%
B 120 of 255 = 47%

110
173
120

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

Portions of RGB colors in percentages

R + G + B = 110 + 173 + 120 = 403 (100%)
R 110 of 403 ~ 27.3%
G 173 of 403 ~ 42.93%
B 120 of 403 ~ 29.78'%

%27.3
%42.93
%29.78

CMYK color model

#6EAD78 color CMYK value is (36,0,31,32).

  • cyan value is 36.42%
  • magenta value is 0.00%
  • yellow value is 30.64%
  • key color value is 32.16%

CMYK: (36,0,31,32)
C36M0Y31K32 (36%, 0%, 31%, 32%)
(0.36 / 0.00 / 0.31 / 0.32)

CMYK percentages

%36.42
%0
%30.64
%32.16

Codes

Color #6EAD78 in popluar color models

6E AD 78
RGB 110 173 120
HSL 130° 27.75% 55.49%
HSB/HSV 130° 36.42% 67.84%
CMYK 36.42% 0.00% 30.64%
32.16%

Color #6EAD78 in popluar number systems.

HEX 6E AD 78
Decimal 110 173 120
Binary 1101110 10101101 1111000
Octal 156 255 170

Shades and tints

Shades of #6EAD78

#6EAD78
(110,173,120)
#649E6E
(100,158,110)
#5A8F64
(90,143,100)
#50805A
(80,128,90)
#467150
(70,113,80)
#3C6246
(60,98,70)
#32533C
(50,83,60)
#284432
(40,68,50)
#1E3528
(30,53,40)
#14261E
(20,38,30)
#0A1714
(10,23,20)
#000000
(0,0,0)

Tints of #6EAD78

#6EAD78
(110,173,120)
#7BB484
(123,180,132)
#88BB90
(136,187,144)
#95C29C
(149,194,156)
#A2C9A8
(162,201,168)
#AFD0B4
(175,208,180)
#BCD7C0
(188,215,192)
#C9DECC
(201,222,204)
#D6E5D8
(214,229,216)
#E3ECE4
(227,236,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EAD78; }

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

This text font color is #6EAD78.

Background Color

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

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

This div background color is #6EAD78.

Border color

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

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

This div border color is #6EAD78.

Opacity

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

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

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

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

This text has shadow with #6EAD78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EAD78.

Preview

Color preview on black background

This text has color #6EAD78 on black background.


Color preview on white background

This text has color #6EAD78 on white background.


Black color preview on #6EAD78 background

This text has black color on #6EAD78 background.


White color preview on #6EAD78 background

This text has white color on #6EAD78 background.


Related colors

Complementary color

Complementary color for #hex is #915287.


I love getcolorcode.com

Triadic colors

1 #786EAD and #AD786E with #6EAD78 are triadic colors.

2 #78AD6E and #AD6E78 with #6EAD78 are triadic colors.