COLOR #6E8B6F

HEX: #6E8B6F
RGB: (110,139,111)

Color info

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

RGB color model

#6E8B6F color RGB value is (110,139,111).

  • red value is 110;
  • green value is 139;
  • blue value is 111.
RGB:
(110,139,111)
(43%,55%,44%)

RGB channels and saturation

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

110
139
111

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

Portions of RGB colors in percentages

R + G + B =
110 + 139 + 111 = 360 (100%)
R 110 of 360 ~ 30.56%
G 139 of 360 ~ 38.61%
B 111 of 360 ~ 30.83%

%30.56
%38.61
%30.83

CMYK color model

#6E8B6F color CMYK value is (21,0,20,45).

  • cyan value is 20.86%
  • magenta value is 0.00%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(21,0,20,45)
C21M0Y20K45 
(21%,0%,20%,45%)
(0.21/0.00/0.20/0.45)	

CMYK percentages

%20.86
%0
%20.14
%45.49

Codes

Color #6E8B6F in popluar color models

6E8B6F
RGB110139111
HSL122°11.65%48.82%
HSB/HSV122°20.86%54.51%
CMYK20.86%0.00%20.14%
45.49%

Color #6E8B6F in popluar number systems.

HEX6E8B6F
Decimal110139111
Binary1101110100010111101111
Octal156213157

Shades and tints

Shades of #6E8B6F

#6E8B6F
(110,139,111)
#647F65
(100,127,101)
#5A735B
(90,115,91)
#506751
(80,103,81)
#465B47
(70,91,71)
#3C4F3D
(60,79,61)
#324333
(50,67,51)
#283729
(40,55,41)
#1E2B1F
(30,43,31)
#141F15
(20,31,21)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #6E8B6F

#6E8B6F
(110,139,111)
#7B957C
(123,149,124)
#889F89
(136,159,137)
#95A996
(149,169,150)
#A2B3A3
(162,179,163)
#AFBDB0
(175,189,176)
#BCC7BD
(188,199,189)
#C9D1CA
(201,209,202)
#D6DBD7
(214,219,215)
#E3E5E4
(227,229,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8B6F; }

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

This text font color is #6E8B6F.


Background Color

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

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

This div background color is #6E8B6F.


Border color

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

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

This div border color is #6E8B6F.


Opacity

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

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

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

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

This text has shadow with #6E8B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8B6F on black background.


Color preview on white background

This text has color #6E8B6F on white background.



Black color preview on #6E8B6F background

This text has black color on #6E8B6F background.


White color preview on #6E8B6F background

This text has white color on #6E8B6F background.