COLOR #6D8778

HEX: #6D8778
RGB: (109,135,120)

Color info

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

RGB color model

#6D8778 color RGB value is (109,135,120).

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

RGB channels and saturation

R 109 of 255 = 43%
G 135 of 255 = 53%
B 120 of 255 = 47%

109
135
120

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

Portions of RGB colors in percentages

R + G + B =
109 + 135 + 120 = 364 (100%)
R 109 of 364 ~ 29.95%
G 135 of 364 ~ 37.09%
B 120 of 364 ~ 32.97%

%29.95
%37.09
%32.97

CMYK color model

#6D8778 color CMYK value is (19,0,11,47).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(19,0,11,47)
C19M0Y11K47 
(19%,0%,11%,47%)
(0.19/0.00/0.11/0.47)	

CMYK percentages

%19.26
%0
%11.11
%47.06

Codes

Color #6D8778 in popluar color models

6D8778
RGB109135120
HSL145°10.66%47.84%
HSB/HSV145°19.26%52.94%
CMYK19.26%0.00%11.11%
47.06%

Color #6D8778 in popluar number systems.

HEX6D8778
Decimal109135120
Binary1101101100001111111000
Octal155207170

Shades and tints

Shades of #6D8778

#6D8778
(109,135,120)
#647B6E
(100,123,110)
#5B6F64
(91,111,100)
#52635A
(82,99,90)
#495750
(73,87,80)
#404B46
(64,75,70)
#373F3C
(55,63,60)
#2E3332
(46,51,50)
#252728
(37,39,40)
#1C1B1E
(28,27,30)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #6D8778

#6D8778
(109,135,120)
#7A9184
(122,145,132)
#879B90
(135,155,144)
#94A59C
(148,165,156)
#A1AFA8
(161,175,168)
#AEB9B4
(174,185,180)
#BBC3C0
(187,195,192)
#C8CDCC
(200,205,204)
#D5D7D8
(213,215,216)
#E2E1E4
(226,225,228)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8778; }

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

This text font color is #6D8778.


Background Color

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

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

This div background color is #6D8778.


Border color

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

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

This div border color is #6D8778.


Opacity

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

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

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

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

This text has shadow with #6D8778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8778 on black background.


Color preview on white background

This text has color #6D8778 on white background.



Black color preview on #6D8778 background

This text has black color on #6D8778 background.


White color preview on #6D8778 background

This text has white color on #6D8778 background.