COLOR #6E8D6F

HEX: #6E8D6F RGB: (110,141,111)

Color info

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

RGB color model

#6E8D6F color RGB value is (110,141,111).

RGB: (110,141,111) (43%, 55%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 141 of 255 = 55%
B 111 of 255 = 44%

110
141
111

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

Portions of RGB colors in percentages

R + G + B = 110 + 141 + 111 = 362 (100%)
R 110 of 362 ~ 30.39%
G 141 of 362 ~ 38.95%
B 111 of 362 ~ 30.66'%

%30.39
%38.95
%30.66

CMYK color model

#6E8D6F color CMYK value is (22,0,21,45).

  • cyan value is 21.99%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 44.71%

CMYK: (22,0,21,45)
C22M0Y21K45 (22%, 0%, 21%, 45%)
(0.22 / 0.00 / 0.21 / 0.45)

CMYK percentages

%21.99
%0
%21.28
%44.71

Codes

Color #6E8D6F in popluar color models

6E 8D 6F
RGB 110 141 111
HSL 122° 12.35% 49.22%
HSB/HSV 122° 21.99% 55.29%
CMYK 21.99% 0.00% 21.28%
44.71%

Color #6E8D6F in popluar number systems.

HEX 6E 8D 6F
Decimal 110 141 111
Binary 1101110 10001101 1101111
Octal 156 215 157

Shades and tints

Shades of #6E8D6F

#6E8D6F
(110,141,111)
#648165
(100,129,101)
#5A755B
(90,117,91)
#506951
(80,105,81)
#465D47
(70,93,71)
#3C513D
(60,81,61)
#324533
(50,69,51)
#283929
(40,57,41)
#1E2D1F
(30,45,31)
#142115
(20,33,21)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #6E8D6F

#6E8D6F
(110,141,111)
#7B977C
(123,151,124)
#88A189
(136,161,137)
#95AB96
(149,171,150)
#A2B5A3
(162,181,163)
#AFBFB0
(175,191,176)
#BCC9BD
(188,201,189)
#C9D3CA
(201,211,202)
#D6DDD7
(214,221,215)
#E3E7E4
(227,231,228)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8D6F color. Also use rgb(110,141,111) instead hex code.

Text Font Color

.myTextColor { color: #6E8D6F; }

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

This text font color is #6E8D6F.

Background Color

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

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

This div background color is #6E8D6F.

Border color

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

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

This div border color is #6E8D6F.

Opacity

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

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

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

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

This text has shadow with #6E8D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8D6F.

Preview

Color preview on black background

This text has color #6E8D6F on black background.


Color preview on white background

This text has color #6E8D6F on white background.


Black color preview on #6E8D6F background

This text has black color on #6E8D6F background.


White color preview on #6E8D6F background

This text has white color on #6E8D6F background.


Related colors

Complementary color

Complementary color for #hex is #917290.


I love getcolorcode.com

Triadic colors

1 #6F6E8D and #8D6F6E with #6E8D6F are triadic colors.

2 #6F8D6E and #8D6E6F with #6E8D6F are triadic colors.