COLOR #6EA076

HEX: #6EA076
RGB: (110,160,118)

Color info

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

RGB color model

#6EA076 color RGB value is (110,160,118).

  • red value is 110;
  • green value is 160;
  • blue value is 118.
RGB:
(110,160,118)
(43%,63%,46%)

RGB channels and saturation

R 110 of 255 = 43%
G 160 of 255 = 63%
B 118 of 255 = 46%

110
160
118

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

Portions of RGB colors in percentages

R + G + B =
110 + 160 + 118 = 388 (100%)
R 110 of 388 ~ 28.35%
G 160 of 388 ~ 41.24%
B 118 of 388 ~ 30.41%

%28.35
%41.24
%30.41

CMYK color model

#6EA076 color CMYK value is (31,0,26,37).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(31,0,26,37)
C31M0Y26K37 
(31%,0%,26%,37%)
(0.31/0.00/0.26/0.37)	

CMYK percentages

%31.25
%0
%26.25
%37.25

Codes

Color #6EA076 in popluar color models

6EA076
RGB110160118
HSL130°20.83%52.94%
HSB/HSV130°31.25%62.75%
CMYK31.25%0.00%26.25%
37.25%

Color #6EA076 in popluar number systems.

HEX6EA076
Decimal110160118
Binary1101110101000001110110
Octal156240166

Shades and tints

Shades of #6EA076

#6EA076
(110,160,118)
#64926C
(100,146,108)
#5A8462
(90,132,98)
#507658
(80,118,88)
#46684E
(70,104,78)
#3C5A44
(60,90,68)
#324C3A
(50,76,58)
#283E30
(40,62,48)
#1E3026
(30,48,38)
#14221C
(20,34,28)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #6EA076

#6EA076
(110,160,118)
#7BA882
(123,168,130)
#88B08E
(136,176,142)
#95B89A
(149,184,154)
#A2C0A6
(162,192,166)
#AFC8B2
(175,200,178)
#BCD0BE
(188,208,190)
#C9D8CA
(201,216,202)
#D6E0D6
(214,224,214)
#E3E8E2
(227,232,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA076 color. Also use rgb(110,160,118) instead hex code.

Text Font Color

.myTextColor { color: #6EA076; }

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

This text font color is #6EA076.


Background Color

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

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

This div background color is #6EA076.


Border color

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

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

This div border color is #6EA076.


Opacity

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

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

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

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

This text has shadow with #6EA076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA076 on black background.


Color preview on white background

This text has color #6EA076 on white background.



Black color preview on #6EA076 background

This text has black color on #6EA076 background.


White color preview on #6EA076 background

This text has white color on #6EA076 background.