COLOR #6EA472

HEX: #6EA472
RGB: (110,164,114)

Color info

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

RGB color model

#6EA472 color RGB value is (110,164,114).

  • red value is 110;
  • green value is 164;
  • blue value is 114.
RGB:
(110,164,114)
(43%,64%,45%)

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 114 of 255 = 45%

110
164
114

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

Portions of RGB colors in percentages

R + G + B =
110 + 164 + 114 = 388 (100%)
R 110 of 388 ~ 28.35%
G 164 of 388 ~ 42.27%
B 114 of 388 ~ 29.38%

%28.35
%42.27
%29.38

CMYK color model

#6EA472 color CMYK value is (33,0,30,36).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(33,0,30,36)
C33M0Y30K36 
(33%,0%,30%,36%)
(0.33/0.00/0.30/0.36)	

CMYK percentages

%32.93
%0
%30.49
%35.69

Codes

Color #6EA472 in popluar color models

6EA472
RGB110164114
HSL124°22.88%53.73%
HSB/HSV124°32.93%64.31%
CMYK32.93%0.00%30.49%
35.69%

Color #6EA472 in popluar number systems.

HEX6EA472
Decimal110164114
Binary1101110101001001110010
Octal156244162

Shades and tints

Shades of #6EA472

#6EA472
(110,164,114)
#649668
(100,150,104)
#5A885E
(90,136,94)
#507A54
(80,122,84)
#466C4A
(70,108,74)
#3C5E40
(60,94,64)
#325036
(50,80,54)
#28422C
(40,66,44)
#1E3422
(30,52,34)
#142618
(20,38,24)
#0A180E
(10,24,14)
#000000
(0,0,0)

Tints of #6EA472

#6EA472
(110,164,114)
#7BAC7E
(123,172,126)
#88B48A
(136,180,138)
#95BC96
(149,188,150)
#A2C4A2
(162,196,162)
#AFCCAE
(175,204,174)
#BCD4BA
(188,212,186)
#C9DCC6
(201,220,198)
#D6E4D2
(214,228,210)
#E3ECDE
(227,236,222)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA472 color. Also use rgb(110,164,114) instead hex code.

Text Font Color

.myTextColor { color: #6EA472; }

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

This text font color is #6EA472.


Background Color

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

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

This div background color is #6EA472.


Border color

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

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

This div border color is #6EA472.


Opacity

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

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

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

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

This text has shadow with #6EA472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA472 on black background.


Color preview on white background

This text has color #6EA472 on white background.



Black color preview on #6EA472 background

This text has black color on #6EA472 background.


White color preview on #6EA472 background

This text has white color on #6EA472 background.