COLOR #6D9D69

HEX: #6D9D69
RGB: (109,157,105)

Color info

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

RGB color model

#6D9D69 color RGB value is (109,157,105).

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

RGB channels and saturation

R 109 of 255 = 43%
G 157 of 255 = 62%
B 105 of 255 = 41%

109
157
105

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

Portions of RGB colors in percentages

R + G + B =
109 + 157 + 105 = 371 (100%)
R 109 of 371 ~ 29.38%
G 157 of 371 ~ 42.32%
B 105 of 371 ~ 28.3%

%29.38
%42.32
%28.3

CMYK color model

#6D9D69 color CMYK value is (31,0,33,38).

  • cyan value is 30.57%
  • magenta value is 0.00%
  • yellow value is 33.12%
  • key color value is 38.43%
CMYK:
(31,0,33,38)
C31M0Y33K38 
(31%,0%,33%,38%)
(0.31/0.00/0.33/0.38)	

CMYK percentages

%30.57
%0
%33.12
%38.43

Codes

Color #6D9D69 in popluar color models

6D9D69
RGB109157105
HSL115°20.97%51.37%
HSB/HSV115°33.12%61.57%
CMYK30.57%0.00%33.12%
38.43%

Color #6D9D69 in popluar number systems.

HEX6D9D69
Decimal109157105
Binary1101101100111011101001
Octal155235151

Shades and tints

Shades of #6D9D69

#6D9D69
(109,157,105)
#648F60
(100,143,96)
#5B8157
(91,129,87)
#52734E
(82,115,78)
#496545
(73,101,69)
#40573C
(64,87,60)
#374933
(55,73,51)
#2E3B2A
(46,59,42)
#252D21
(37,45,33)
#1C1F18
(28,31,24)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #6D9D69

#6D9D69
(109,157,105)
#7AA576
(122,165,118)
#87AD83
(135,173,131)
#94B590
(148,181,144)
#A1BD9D
(161,189,157)
#AEC5AA
(174,197,170)
#BBCDB7
(187,205,183)
#C8D5C4
(200,213,196)
#D5DDD1
(213,221,209)
#E2E5DE
(226,229,222)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9D69; }

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

This text font color is #6D9D69.


Background Color

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

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

This div background color is #6D9D69.


Border color

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

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

This div border color is #6D9D69.


Opacity

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

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

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

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

This text has shadow with #6D9D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D69 on black background.


Color preview on white background

This text has color #6D9D69 on white background.



Black color preview on #6D9D69 background

This text has black color on #6D9D69 background.


White color preview on #6D9D69 background

This text has white color on #6D9D69 background.