COLOR #6EAA4F

HEX: #6EAA4F
RGB: (110,170,79)

Color info

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

RGB color model

#6EAA4F color RGB value is (110,170,79).

  • red value is 110;
  • green value is 170;
  • blue value is 79.
RGB:
(110,170,79)
(43%,67%,31%)

RGB channels and saturation

R 110 of 255 = 43%
G 170 of 255 = 67%
B 79 of 255 = 31%

110
170
79

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

Portions of RGB colors in percentages

R + G + B =
110 + 170 + 79 = 359 (100%)
R 110 of 359 ~ 30.64%
G 170 of 359 ~ 47.35%
B 79 of 359 ~ 22.01%

%30.64
%47.35
%22.01

CMYK color model

#6EAA4F color CMYK value is (35,0,54,33).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 53.53%
  • key color value is 33.33%
CMYK:
(35,0,54,33)
C35M0Y54K33 
(35%,0%,54%,33%)
(0.35/0.00/0.54/0.33)	

CMYK percentages

%35.29
%0
%53.53
%33.33

Codes

Color #6EAA4F in popluar color models

6EAA4F
RGB11017079
HSL100°36.55%48.82%
HSB/HSV100°53.53%66.67%
CMYK35.29%0.00%53.53%
33.33%

Color #6EAA4F in popluar number systems.

HEX6EAA4F
Decimal11017079
Binary1101110101010101001111
Octal156252117

Shades and tints

Shades of #6EAA4F

#6EAA4F
(110,170,79)
#649B48
(100,155,72)
#5A8C41
(90,140,65)
#507D3A
(80,125,58)
#466E33
(70,110,51)
#3C5F2C
(60,95,44)
#325025
(50,80,37)
#28411E
(40,65,30)
#1E3217
(30,50,23)
#142310
(20,35,16)
#0A1409
(10,20,9)
#000000
(0,0,0)

Tints of #6EAA4F

#6EAA4F
(110,170,79)
#7BB15F
(123,177,95)
#88B86F
(136,184,111)
#95BF7F
(149,191,127)
#A2C68F
(162,198,143)
#AFCD9F
(175,205,159)
#BCD4AF
(188,212,175)
#C9DBBF
(201,219,191)
#D6E2CF
(214,226,207)
#E3E9DF
(227,233,223)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EAA4F; }

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

This text font color is #6EAA4F.


Background Color

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

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

This div background color is #6EAA4F.


Border color

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

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

This div border color is #6EAA4F.


Opacity

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

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

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

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

This text has shadow with #6EAA4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAA4F on black background.


Color preview on white background

This text has color #6EAA4F on white background.



Black color preview on #6EAA4F background

This text has black color on #6EAA4F background.


White color preview on #6EAA4F background

This text has white color on #6EAA4F background.