COLOR #6EA785

HEX: #6EA785
RGB: (110,167,133)

Color info

#6EA785 contains red, green and blue colors in about the same proportion. Web safe color of #6EA785 is #669999 (or #699).

RGB color model

#6EA785 color RGB value is (110,167,133).

  • red value is 110;
  • green value is 167;
  • blue value is 133.
RGB:
(110,167,133)
(43%,65%,52%)

RGB channels and saturation

R 110 of 255 = 43%
G 167 of 255 = 65%
B 133 of 255 = 52%

110
167
133

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

Portions of RGB colors in percentages

R + G + B =
110 + 167 + 133 = 410 (100%)
R 110 of 410 ~ 26.83%
G 167 of 410 ~ 40.73%
B 133 of 410 ~ 32.44%

%26.83
%40.73
%32.44

CMYK color model

#6EA785 color CMYK value is (34,0,20,35).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 20.36%
  • key color value is 34.51%
CMYK:
(34,0,20,35)
C34M0Y20K35 
(34%,0%,20%,35%)
(0.34/0.00/0.20/0.35)	

CMYK percentages

%34.13
%0
%20.36
%34.51

Codes

Color #6EA785 in popluar color models

6EA785
RGB110167133
HSL144°24.46%54.31%
HSB/HSV144°34.13%65.49%
CMYK34.13%0.00%20.36%
34.51%

Color #6EA785 in popluar number systems.

HEX6EA785
Decimal110167133
Binary11011101010011110000101
Octal156247205

Shades and tints

Shades of #6EA785

#6EA785
(110,167,133)
#649879
(100,152,121)
#5A896D
(90,137,109)
#507A61
(80,122,97)
#466B55
(70,107,85)
#3C5C49
(60,92,73)
#324D3D
(50,77,61)
#283E31
(40,62,49)
#1E2F25
(30,47,37)
#142019
(20,32,25)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #6EA785

#6EA785
(110,167,133)
#7BAF90
(123,175,144)
#88B79B
(136,183,155)
#95BFA6
(149,191,166)
#A2C7B1
(162,199,177)
#AFCFBC
(175,207,188)
#BCD7C7
(188,215,199)
#C9DFD2
(201,223,210)
#D6E7DD
(214,231,221)
#E3EFE8
(227,239,232)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA785 color. Also use rgb(110,167,133) instead hex code.

Text Font Color

.myTextColor { color: #6EA785; }

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

This text font color is #6EA785.


Background Color

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

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

This div background color is #6EA785.


Border color

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

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

This div border color is #6EA785.


Opacity

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

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

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

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

This text has shadow with #6EA785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA785 on black background.


Color preview on white background

This text has color #6EA785 on white background.



Black color preview on #6EA785 background

This text has black color on #6EA785 background.


White color preview on #6EA785 background

This text has white color on #6EA785 background.