COLOR #6D8973

HEX: #6D8973 RGB: (109,137,115)

Color info

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

RGB color model

#6D8973 color RGB value is (109,137,115).

RGB: (109,137,115) (43%, 54%, 45%)

RGB channels and saturation

R 109 of 255 = 43%
G 137 of 255 = 54%
B 115 of 255 = 45%

109
137
115

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

Portions of RGB colors in percentages

R + G + B = 109 + 137 + 115 = 361 (100%)
R 109 of 361 ~ 30.19%
G 137 of 361 ~ 37.95%
B 115 of 361 ~ 31.86'%

%30.19
%37.95
%31.86

CMYK color model

#6D8973 color CMYK value is (20,0,16,46).

  • cyan value is 20.44%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 46.27%

CMYK: (20,0,16,46)
C20M0Y16K46 (20%, 0%, 16%, 46%)
(0.20 / 0.00 / 0.16 / 0.46)

CMYK percentages

%20.44
%0
%16.06
%46.27

Codes

Color #6D8973 in popluar color models

6D 89 73
RGB 109 137 115
HSL 133° 11.38% 48.24%
HSB/HSV 133° 20.44% 53.73%
CMYK 20.44% 0.00% 16.06%
46.27%

Color #6D8973 in popluar number systems.

HEX 6D 89 73
Decimal 109 137 115
Binary 1101101 10001001 1110011
Octal 155 211 163

Shades and tints

Shades of #6D8973

#6D8973
(109,137,115)
#647D69
(100,125,105)
#5B715F
(91,113,95)
#526555
(82,101,85)
#49594B
(73,89,75)
#404D41
(64,77,65)
#374137
(55,65,55)
#2E352D
(46,53,45)
#252923
(37,41,35)
#1C1D19
(28,29,25)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #6D8973

#6D8973
(109,137,115)
#7A937F
(122,147,127)
#879D8B
(135,157,139)
#94A797
(148,167,151)
#A1B1A3
(161,177,163)
#AEBBAF
(174,187,175)
#BBC5BB
(187,197,187)
#C8CFC7
(200,207,199)
#D5D9D3
(213,217,211)
#E2E3DF
(226,227,223)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8973 color. Also use rgb(109,137,115) instead hex code.

Text Font Color

.myTextColor { color: #6D8973; }

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

This text font color is #6D8973.

Background Color

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

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

This div background color is #6D8973.

Border color

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

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

This div border color is #6D8973.

Opacity

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

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

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

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

This text has shadow with #6D8973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8973.

Preview

Color preview on black background

This text has color #6D8973 on black background.


Color preview on white background

This text has color #6D8973 on white background.


Black color preview on #6D8973 background

This text has black color on #6D8973 background.


White color preview on #6D8973 background

This text has white color on #6D8973 background.


Related colors

Complementary color

Complementary color for #hex is #92768C.


I love getcolorcode.com

Triadic colors

1 #736D89 and #89736D with #6D8973 are triadic colors.

2 #73896D and #896D73 with #6D8973 are triadic colors.