COLOR #6D8D78

HEX: #6D8D78
RGB: (109,141,120)

Color info

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

RGB color model

#6D8D78 color RGB value is (109,141,120).

  • red value is 109;
  • green value is 141;
  • blue value is 120.
RGB:
(109,141,120)
(43%,55%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 141 of 255 = 55%
B 120 of 255 = 47%

109
141
120

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

Portions of RGB colors in percentages

R + G + B =
109 + 141 + 120 = 370 (100%)
R 109 of 370 ~ 29.46%
G 141 of 370 ~ 38.11%
B 120 of 370 ~ 32.43%

%29.46
%38.11
%32.43

CMYK color model

#6D8D78 color CMYK value is (23,0,15,45).

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 44.71%
CMYK:
(23,0,15,45)
C23M0Y15K45 
(23%,0%,15%,45%)
(0.23/0.00/0.15/0.45)	

CMYK percentages

%22.7
%0
%14.89
%44.71

Codes

Color #6D8D78 in popluar color models

6D8D78
RGB109141120
HSL141°12.80%49.02%
HSB/HSV141°22.70%55.29%
CMYK22.70%0.00%14.89%
44.71%

Color #6D8D78 in popluar number systems.

HEX6D8D78
Decimal109141120
Binary1101101100011011111000
Octal155215170

Shades and tints

Shades of #6D8D78

#6D8D78
(109,141,120)
#64816E
(100,129,110)
#5B7564
(91,117,100)
#52695A
(82,105,90)
#495D50
(73,93,80)
#405146
(64,81,70)
#37453C
(55,69,60)
#2E3932
(46,57,50)
#252D28
(37,45,40)
#1C211E
(28,33,30)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #6D8D78

#6D8D78
(109,141,120)
#7A9784
(122,151,132)
#87A190
(135,161,144)
#94AB9C
(148,171,156)
#A1B5A8
(161,181,168)
#AEBFB4
(174,191,180)
#BBC9C0
(187,201,192)
#C8D3CC
(200,211,204)
#D5DDD8
(213,221,216)
#E2E7E4
(226,231,228)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8D78 color. Also use rgb(109,141,120) instead hex code.

Text Font Color

.myTextColor { color: #6D8D78; }

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

This text font color is #6D8D78.


Background Color

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

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

This div background color is #6D8D78.


Border color

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

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

This div border color is #6D8D78.


Opacity

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

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

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

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

This text has shadow with #6D8D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8D78 on black background.


Color preview on white background

This text has color #6D8D78 on white background.



Black color preview on #6D8D78 background

This text has black color on #6D8D78 background.


White color preview on #6D8D78 background

This text has white color on #6D8D78 background.