COLOR #6EAA6A

HEX: #6EAA6A RGB: (110,170,106)

Color info

#6EAA6A contains mainly green color. Web safe color of #6EAA6A is #669966 (or #696).

RGB color model

#6EAA6A color RGB value is (110,170,106).

RGB: (110,170,106) (43%, 67%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 170 of 255 = 67%
B 106 of 255 = 42%

110
170
106

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

Portions of RGB colors in percentages

R + G + B = 110 + 170 + 106 = 386 (100%)
R 110 of 386 ~ 28.5%
G 170 of 386 ~ 44.04%
B 106 of 386 ~ 27.46'%

%28.5
%44.04
%27.46

CMYK color model

#6EAA6A color CMYK value is (35,0,38,33).

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

CMYK: (35,0,38,33)
C35M0Y38K33 (35%, 0%, 38%, 33%)
(0.35 / 0.00 / 0.38 / 0.33)

CMYK percentages

%35.29
%0
%37.65
%33.33

Codes

Color #6EAA6A in popluar color models

6E AA 6A
RGB 110 170 106
HSL 116° 27.35% 54.12%
HSB/HSV 116° 37.65% 66.67%
CMYK 35.29% 0.00% 37.65%
33.33%

Color #6EAA6A in popluar number systems.

HEX 6E AA 6A
Decimal 110 170 106
Binary 1101110 10101010 1101010
Octal 156 252 152

Shades and tints

Shades of #6EAA6A

#6EAA6A
(110,170,106)
#649B61
(100,155,97)
#5A8C58
(90,140,88)
#507D4F
(80,125,79)
#466E46
(70,110,70)
#3C5F3D
(60,95,61)
#325034
(50,80,52)
#28412B
(40,65,43)
#1E3222
(30,50,34)
#142319
(20,35,25)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #6EAA6A

#6EAA6A
(110,170,106)
#7BB177
(123,177,119)
#88B884
(136,184,132)
#95BF91
(149,191,145)
#A2C69E
(162,198,158)
#AFCDAB
(175,205,171)
#BCD4B8
(188,212,184)
#C9DBC5
(201,219,197)
#D6E2D2
(214,226,210)
#E3E9DF
(227,233,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EAA6A; }

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

This text font color is #6EAA6A.

Background Color

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

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

This div background color is #6EAA6A.

Border color

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

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

This div border color is #6EAA6A.

Opacity

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

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

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

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

This text has shadow with #6EAA6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EAA6A.

Preview

Color preview on black background

This text has color #6EAA6A on black background.


Color preview on white background

This text has color #6EAA6A on white background.


Black color preview on #6EAA6A background

This text has black color on #6EAA6A background.


White color preview on #6EAA6A background

This text has white color on #6EAA6A background.


Related colors

Complementary color

Complementary color for #hex is #915595.


I love getcolorcode.com

Triadic colors

1 #6A6EAA and #AA6A6E with #6EAA6A are triadic colors.

2 #6AAA6E and #AA6E6A with #6EAA6A are triadic colors.