COLOR #6D8E6F

HEX: #6D8E6F
RGB: (109,142,111)

Color info

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

RGB color model

#6D8E6F color RGB value is (109,142,111).

  • red value is 109;
  • green value is 142;
  • blue value is 111.
RGB:
(109,142,111)
(43%,56%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 142 of 255 = 56%
B 111 of 255 = 44%

109
142
111

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

Portions of RGB colors in percentages

R + G + B =
109 + 142 + 111 = 362 (100%)
R 109 of 362 ~ 30.11%
G 142 of 362 ~ 39.23%
B 111 of 362 ~ 30.66%

%30.11
%39.23
%30.66

CMYK color model

#6D8E6F color CMYK value is (23,0,22,44).

  • cyan value is 23.24%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK:
(23,0,22,44)
C23M0Y22K44 
(23%,0%,22%,44%)
(0.23/0.00/0.22/0.44)	

CMYK percentages

%23.24
%0
%21.83
%44.31

Codes

Color #6D8E6F in popluar color models

6D8E6F
RGB109142111
HSL124°13.15%49.22%
HSB/HSV124°23.24%55.69%
CMYK23.24%0.00%21.83%
44.31%

Color #6D8E6F in popluar number systems.

HEX6D8E6F
Decimal109142111
Binary1101101100011101101111
Octal155216157

Shades and tints

Shades of #6D8E6F

#6D8E6F
(109,142,111)
#648265
(100,130,101)
#5B765B
(91,118,91)
#526A51
(82,106,81)
#495E47
(73,94,71)
#40523D
(64,82,61)
#374633
(55,70,51)
#2E3A29
(46,58,41)
#252E1F
(37,46,31)
#1C2215
(28,34,21)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #6D8E6F

#6D8E6F
(109,142,111)
#7A987C
(122,152,124)
#87A289
(135,162,137)
#94AC96
(148,172,150)
#A1B6A3
(161,182,163)
#AEC0B0
(174,192,176)
#BBCABD
(187,202,189)
#C8D4CA
(200,212,202)
#D5DED7
(213,222,215)
#E2E8E4
(226,232,228)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8E6F color. Also use rgb(109,142,111) instead hex code.

Text Font Color

.myTextColor { color: #6D8E6F; }

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

This text font color is #6D8E6F.


Background Color

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

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

This div background color is #6D8E6F.


Border color

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

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

This div border color is #6D8E6F.


Opacity

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

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

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

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

This text has shadow with #6D8E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8E6F on black background.


Color preview on white background

This text has color #6D8E6F on white background.



Black color preview on #6D8E6F background

This text has black color on #6D8E6F background.


White color preview on #6D8E6F background

This text has white color on #6D8E6F background.