COLOR #6D9D73

HEX: #6D9D73
RGB: (109,157,115)

Color info

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

RGB color model

#6D9D73 color RGB value is (109,157,115).

  • red value is 109;
  • green value is 157;
  • blue value is 115.
RGB:
(109,157,115)
(43%,62%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 157 of 255 = 62%
B 115 of 255 = 45%

109
157
115

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

Portions of RGB colors in percentages

R + G + B =
109 + 157 + 115 = 381 (100%)
R 109 of 381 ~ 28.61%
G 157 of 381 ~ 41.21%
B 115 of 381 ~ 30.18%

%28.61
%41.21
%30.18

CMYK color model

#6D9D73 color CMYK value is (31,0,27,38).

  • cyan value is 30.57%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 38.43%
CMYK:
(31,0,27,38)
C31M0Y27K38 
(31%,0%,27%,38%)
(0.31/0.00/0.27/0.38)	

CMYK percentages

%30.57
%0
%26.75
%38.43

Codes

Color #6D9D73 in popluar color models

6D9D73
RGB109157115
HSL128°19.67%52.16%
HSB/HSV128°30.57%61.57%
CMYK30.57%0.00%26.75%
38.43%

Color #6D9D73 in popluar number systems.

HEX6D9D73
Decimal109157115
Binary1101101100111011110011
Octal155235163

Shades and tints

Shades of #6D9D73

#6D9D73
(109,157,115)
#648F69
(100,143,105)
#5B815F
(91,129,95)
#527355
(82,115,85)
#49654B
(73,101,75)
#405741
(64,87,65)
#374937
(55,73,55)
#2E3B2D
(46,59,45)
#252D23
(37,45,35)
#1C1F19
(28,31,25)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #6D9D73

#6D9D73
(109,157,115)
#7AA57F
(122,165,127)
#87AD8B
(135,173,139)
#94B597
(148,181,151)
#A1BDA3
(161,189,163)
#AEC5AF
(174,197,175)
#BBCDBB
(187,205,187)
#C8D5C7
(200,213,199)
#D5DDD3
(213,221,211)
#E2E5DF
(226,229,223)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9D73; }

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

This text font color is #6D9D73.


Background Color

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

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

This div background color is #6D9D73.


Border color

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

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

This div border color is #6D9D73.


Opacity

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

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

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

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

This text has shadow with #6D9D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D73 on black background.


Color preview on white background

This text has color #6D9D73 on white background.



Black color preview on #6D9D73 background

This text has black color on #6D9D73 background.


White color preview on #6D9D73 background

This text has white color on #6D9D73 background.