COLOR #6EA58C

HEX: #6EA58C
RGB: (110,165,140)

Color info

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

RGB color model

#6EA58C color RGB value is (110,165,140).

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

RGB channels and saturation

R 110 of 255 = 43%
G 165 of 255 = 65%
B 140 of 255 = 55%

110
165
140

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

Portions of RGB colors in percentages

R + G + B =
110 + 165 + 140 = 415 (100%)
R 110 of 415 ~ 26.51%
G 165 of 415 ~ 39.76%
B 140 of 415 ~ 33.73%

%26.51
%39.76
%33.73

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK:
(33,0,15,35)
C33M0Y15K35 
(33%,0%,15%,35%)
(0.33/0.00/0.15/0.35)	

CMYK percentages

%33.33
%0
%15.15
%35.29

Codes

Color #6EA58C in popluar color models

6EA58C
RGB110165140
HSL153°23.40%53.92%
HSB/HSV153°33.33%64.71%
CMYK33.33%0.00%15.15%
35.29%

Color #6EA58C in popluar number systems.

HEX6EA58C
Decimal110165140
Binary11011101010010110001100
Octal156245214

Shades and tints

Shades of #6EA58C

#6EA58C
(110,165,140)
#649680
(100,150,128)
#5A8774
(90,135,116)
#507868
(80,120,104)
#46695C
(70,105,92)
#3C5A50
(60,90,80)
#324B44
(50,75,68)
#283C38
(40,60,56)
#1E2D2C
(30,45,44)
#141E20
(20,30,32)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #6EA58C

#6EA58C
(110,165,140)
#7BAD96
(123,173,150)
#88B5A0
(136,181,160)
#95BDAA
(149,189,170)
#A2C5B4
(162,197,180)
#AFCDBE
(175,205,190)
#BCD5C8
(188,213,200)
#C9DDD2
(201,221,210)
#D6E5DC
(214,229,220)
#E3EDE6
(227,237,230)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA58C; }

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

This text font color is #6EA58C.


Background Color

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

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

This div background color is #6EA58C.


Border color

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

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

This div border color is #6EA58C.


Opacity

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

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

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

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

This text has shadow with #6EA58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA58C on black background.


Color preview on white background

This text has color #6EA58C on white background.



Black color preview on #6EA58C background

This text has black color on #6EA58C background.


White color preview on #6EA58C background

This text has white color on #6EA58C background.