COLOR #6EA178

HEX: #6EA178
RGB: (110,161,120)

Color info

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

RGB color model

#6EA178 color RGB value is (110,161,120).

  • red value is 110;
  • green value is 161;
  • blue value is 120.
RGB:
(110,161,120)
(43%,63%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 161 of 255 = 63%
B 120 of 255 = 47%

110
161
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 161 + 120 = 391 (100%)
R 110 of 391 ~ 28.13%
G 161 of 391 ~ 41.18%
B 120 of 391 ~ 30.69%

%28.13
%41.18
%30.69

CMYK color model

#6EA178 color CMYK value is (32,0,25,37).

  • cyan value is 31.68%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 36.86%
CMYK:
(32,0,25,37)
C32M0Y25K37 
(32%,0%,25%,37%)
(0.32/0.00/0.25/0.37)	

CMYK percentages

%31.68
%0
%25.47
%36.86

Codes

Color #6EA178 in popluar color models

6EA178
RGB110161120
HSL132°21.34%53.14%
HSB/HSV132°31.68%63.14%
CMYK31.68%0.00%25.47%
36.86%

Color #6EA178 in popluar number systems.

HEX6EA178
Decimal110161120
Binary1101110101000011111000
Octal156241170

Shades and tints

Shades of #6EA178

#6EA178
(110,161,120)
#64936E
(100,147,110)
#5A8564
(90,133,100)
#50775A
(80,119,90)
#466950
(70,105,80)
#3C5B46
(60,91,70)
#324D3C
(50,77,60)
#283F32
(40,63,50)
#1E3128
(30,49,40)
#14231E
(20,35,30)
#0A1514
(10,21,20)
#000000
(0,0,0)

Tints of #6EA178

#6EA178
(110,161,120)
#7BA984
(123,169,132)
#88B190
(136,177,144)
#95B99C
(149,185,156)
#A2C1A8
(162,193,168)
#AFC9B4
(175,201,180)
#BCD1C0
(188,209,192)
#C9D9CC
(201,217,204)
#D6E1D8
(214,225,216)
#E3E9E4
(227,233,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA178 color. Also use rgb(110,161,120) instead hex code.

Text Font Color

.myTextColor { color: #6EA178; }

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

This text font color is #6EA178.


Background Color

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

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

This div background color is #6EA178.


Border color

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

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

This div border color is #6EA178.


Opacity

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

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

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

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

This text has shadow with #6EA178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA178 on black background.


Color preview on white background

This text has color #6EA178 on white background.



Black color preview on #6EA178 background

This text has black color on #6EA178 background.


White color preview on #6EA178 background

This text has white color on #6EA178 background.