COLOR #6EA475

HEX: #6EA475
RGB: (110,164,117)

Color info

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

RGB color model

#6EA475 color RGB value is (110,164,117).

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

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 117 of 255 = 46%

110
164
117

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

Portions of RGB colors in percentages

R + G + B =
110 + 164 + 117 = 391 (100%)
R 110 of 391 ~ 28.13%
G 164 of 391 ~ 41.94%
B 117 of 391 ~ 29.92%

%28.13
%41.94
%29.92

CMYK color model

#6EA475 color CMYK value is (33,0,29,36).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 28.66%
  • key color value is 35.69%
CMYK:
(33,0,29,36)
C33M0Y29K36 
(33%,0%,29%,36%)
(0.33/0.00/0.29/0.36)	

CMYK percentages

%32.93
%0
%28.66
%35.69

Codes

Color #6EA475 in popluar color models

6EA475
RGB110164117
HSL128°22.88%53.73%
HSB/HSV128°32.93%64.31%
CMYK32.93%0.00%28.66%
35.69%

Color #6EA475 in popluar number systems.

HEX6EA475
Decimal110164117
Binary1101110101001001110101
Octal156244165

Shades and tints

Shades of #6EA475

#6EA475
(110,164,117)
#64966B
(100,150,107)
#5A8861
(90,136,97)
#507A57
(80,122,87)
#466C4D
(70,108,77)
#3C5E43
(60,94,67)
#325039
(50,80,57)
#28422F
(40,66,47)
#1E3425
(30,52,37)
#14261B
(20,38,27)
#0A1811
(10,24,17)
#000000
(0,0,0)

Tints of #6EA475

#6EA475
(110,164,117)
#7BAC81
(123,172,129)
#88B48D
(136,180,141)
#95BC99
(149,188,153)
#A2C4A5
(162,196,165)
#AFCCB1
(175,204,177)
#BCD4BD
(188,212,189)
#C9DCC9
(201,220,201)
#D6E4D5
(214,228,213)
#E3ECE1
(227,236,225)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA475; }

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

This text font color is #6EA475.


Background Color

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

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

This div background color is #6EA475.


Border color

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

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

This div border color is #6EA475.


Opacity

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

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

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

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

This text has shadow with #6EA475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA475 on black background.


Color preview on white background

This text has color #6EA475 on white background.



Black color preview on #6EA475 background

This text has black color on #6EA475 background.


White color preview on #6EA475 background

This text has white color on #6EA475 background.