COLOR #6EA59B

HEX: #6EA59B
RGB: (110,165,155)

Color info

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

RGB color model

#6EA59B color RGB value is (110,165,155).

  • red value is 110;
  • green value is 165;
  • blue value is 155.
RGB:
(110,165,155)
(43%,65%,61%)

RGB channels and saturation

R 110 of 255 = 43%
G 165 of 255 = 65%
B 155 of 255 = 61%

110
165
155

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

Portions of RGB colors in percentages

R + G + B =
110 + 165 + 155 = 430 (100%)
R 110 of 430 ~ 25.58%
G 165 of 430 ~ 38.37%
B 155 of 430 ~ 36.05%

%25.58
%38.37
%36.05

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(33,0,6,35)
C33M0Y6K35 
(33%,0%,6%,35%)
(0.33/0.00/0.06/0.35)	

CMYK percentages

%33.33
%0
%6.06
%35.29

Codes

Color #6EA59B in popluar color models

6EA59B
RGB110165155
HSL169°23.40%53.92%
HSB/HSV169°33.33%64.71%
CMYK33.33%0.00%6.06%
35.29%

Color #6EA59B in popluar number systems.

HEX6EA59B
Decimal110165155
Binary11011101010010110011011
Octal156245233

Shades and tints

Shades of #6EA59B

#6EA59B
(110,165,155)
#64968D
(100,150,141)
#5A877F
(90,135,127)
#507871
(80,120,113)
#466963
(70,105,99)
#3C5A55
(60,90,85)
#324B47
(50,75,71)
#283C39
(40,60,57)
#1E2D2B
(30,45,43)
#141E1D
(20,30,29)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6EA59B

#6EA59B
(110,165,155)
#7BADA4
(123,173,164)
#88B5AD
(136,181,173)
#95BDB6
(149,189,182)
#A2C5BF
(162,197,191)
#AFCDC8
(175,205,200)
#BCD5D1
(188,213,209)
#C9DDDA
(201,221,218)
#D6E5E3
(214,229,227)
#E3EDEC
(227,237,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA59B color. Also use rgb(110,165,155) instead hex code.

Text Font Color

.myTextColor { color: #6EA59B; }

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

This text font color is #6EA59B.


Background Color

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

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

This div background color is #6EA59B.


Border color

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

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

This div border color is #6EA59B.


Opacity

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

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

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

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

This text has shadow with #6EA59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA59B on black background.


Color preview on white background

This text has color #6EA59B on white background.



Black color preview on #6EA59B background

This text has black color on #6EA59B background.


White color preview on #6EA59B background

This text has white color on #6EA59B background.