COLOR #6E9E78

HEX: #6E9E78
RGB: (110,158,120)

Color info

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

RGB color model

#6E9E78 color RGB value is (110,158,120).

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

RGB channels and saturation

R 110 of 255 = 43%
G 158 of 255 = 62%
B 120 of 255 = 47%

110
158
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 158 + 120 = 388 (100%)
R 110 of 388 ~ 28.35%
G 158 of 388 ~ 40.72%
B 120 of 388 ~ 30.93%

%28.35
%40.72
%30.93

CMYK color model

#6E9E78 color CMYK value is (30,0,24,38).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 38.04%
CMYK:
(30,0,24,38)
C30M0Y24K38 
(30%,0%,24%,38%)
(0.30/0.00/0.24/0.38)	

CMYK percentages

%30.38
%0
%24.05
%38.04

Codes

Color #6E9E78 in popluar color models

6E9E78
RGB110158120
HSL133°19.83%52.55%
HSB/HSV133°30.38%61.96%
CMYK30.38%0.00%24.05%
38.04%

Color #6E9E78 in popluar number systems.

HEX6E9E78
Decimal110158120
Binary1101110100111101111000
Octal156236170

Shades and tints

Shades of #6E9E78

#6E9E78
(110,158,120)
#64906E
(100,144,110)
#5A8264
(90,130,100)
#50745A
(80,116,90)
#466650
(70,102,80)
#3C5846
(60,88,70)
#324A3C
(50,74,60)
#283C32
(40,60,50)
#1E2E28
(30,46,40)
#14201E
(20,32,30)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #6E9E78

#6E9E78
(110,158,120)
#7BA684
(123,166,132)
#88AE90
(136,174,144)
#95B69C
(149,182,156)
#A2BEA8
(162,190,168)
#AFC6B4
(175,198,180)
#BCCEC0
(188,206,192)
#C9D6CC
(201,214,204)
#D6DED8
(214,222,216)
#E3E6E4
(227,230,228)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9E78; }

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

This text font color is #6E9E78.


Background Color

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

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

This div background color is #6E9E78.


Border color

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

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

This div border color is #6E9E78.


Opacity

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

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

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

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

This text has shadow with #6E9E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9E78 on black background.


Color preview on white background

This text has color #6E9E78 on white background.



Black color preview on #6E9E78 background

This text has black color on #6E9E78 background.


White color preview on #6E9E78 background

This text has white color on #6E9E78 background.