COLOR #6E9878

HEX: #6E9878 RGB: (110,152,120)

Color info

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

RGB color model

#6E9878 color RGB value is (110,152,120).

RGB: (110,152,120) (43%, 60%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 152 of 255 = 60%
B 120 of 255 = 47%

110
152
120

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

Portions of RGB colors in percentages

R + G + B = 110 + 152 + 120 = 382 (100%)
R 110 of 382 ~ 28.8%
G 152 of 382 ~ 39.79%
B 120 of 382 ~ 31.41'%

%28.8
%39.79
%31.41

CMYK color model

#6E9878 color CMYK value is (28,0,21,40).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 40.39%

CMYK: (28,0,21,40)
C28M0Y21K40 (28%, 0%, 21%, 40%)
(0.28 / 0.00 / 0.21 / 0.40)

CMYK percentages

%27.63
%0
%21.05
%40.39

Codes

Color #6E9878 in popluar color models

6E 98 78
RGB 110 152 120
HSL 134° 16.94% 51.37%
HSB/HSV 134° 27.63% 59.61%
CMYK 27.63% 0.00% 21.05%
40.39%

Color #6E9878 in popluar number systems.

HEX 6E 98 78
Decimal 110 152 120
Binary 1101110 10011000 1111000
Octal 156 230 170

Shades and tints

Shades of #6E9878

#6E9878
(110,152,120)
#648B6E
(100,139,110)
#5A7E64
(90,126,100)
#50715A
(80,113,90)
#466450
(70,100,80)
#3C5746
(60,87,70)
#324A3C
(50,74,60)
#283D32
(40,61,50)
#1E3028
(30,48,40)
#14231E
(20,35,30)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #6E9878

#6E9878
(110,152,120)
#7BA184
(123,161,132)
#88AA90
(136,170,144)
#95B39C
(149,179,156)
#A2BCA8
(162,188,168)
#AFC5B4
(175,197,180)
#BCCEC0
(188,206,192)
#C9D7CC
(201,215,204)
#D6E0D8
(214,224,216)
#E3E9E4
(227,233,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9878; }

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

This text font color is #6E9878.

Background Color

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

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

This div background color is #6E9878.

Border color

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

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

This div border color is #6E9878.

Opacity

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

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

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

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

This text has shadow with #6E9878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9878.

Preview

Color preview on black background

This text has color #6E9878 on black background.


Color preview on white background

This text has color #6E9878 on white background.


Black color preview on #6E9878 background

This text has black color on #6E9878 background.


White color preview on #6E9878 background

This text has white color on #6E9878 background.


Related colors

Complementary color

Complementary color for #hex is #916787.


I love getcolorcode.com

Triadic colors

1 #786E98 and #98786E with #6E9878 are triadic colors.

2 #78986E and #986E78 with #6E9878 are triadic colors.