COLOR #6D8D60

HEX: #6D8D60
RGB: (109,141,96)

Color info

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

RGB color model

#6D8D60 color RGB value is (109,141,96).

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

RGB channels and saturation

R 109 of 255 = 43%
G 141 of 255 = 55%
B 96 of 255 = 38%

109
141
96

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

Portions of RGB colors in percentages

R + G + B =
109 + 141 + 96 = 346 (100%)
R 109 of 346 ~ 31.5%
G 141 of 346 ~ 40.75%
B 96 of 346 ~ 27.75%

%31.5
%40.75
%27.75

CMYK color model

#6D8D60 color CMYK value is (23,0,32,45).

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 31.91%
  • key color value is 44.71%
CMYK:
(23,0,32,45)
C23M0Y32K45 
(23%,0%,32%,45%)
(0.23/0.00/0.32/0.45)	

CMYK percentages

%22.7
%0
%31.91
%44.71

Codes

Color #6D8D60 in popluar color models

6D8D60
RGB10914196
HSL103°18.99%46.47%
HSB/HSV103°31.91%55.29%
CMYK22.70%0.00%31.91%
44.71%

Color #6D8D60 in popluar number systems.

HEX6D8D60
Decimal10914196
Binary1101101100011011100000
Octal155215140

Shades and tints

Shades of #6D8D60

#6D8D60
(109,141,96)
#648158
(100,129,88)
#5B7550
(91,117,80)
#526948
(82,105,72)
#495D40
(73,93,64)
#405138
(64,81,56)
#374530
(55,69,48)
#2E3928
(46,57,40)
#252D20
(37,45,32)
#1C2118
(28,33,24)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #6D8D60

#6D8D60
(109,141,96)
#7A976E
(122,151,110)
#87A17C
(135,161,124)
#94AB8A
(148,171,138)
#A1B598
(161,181,152)
#AEBFA6
(174,191,166)
#BBC9B4
(187,201,180)
#C8D3C2
(200,211,194)
#D5DDD0
(213,221,208)
#E2E7DE
(226,231,222)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8D60; }

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

This text font color is #6D8D60.


Background Color

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

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

This div background color is #6D8D60.


Border color

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

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

This div border color is #6D8D60.


Opacity

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

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

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

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

This text has shadow with #6D8D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8D60 on black background.


Color preview on white background

This text has color #6D8D60 on white background.



Black color preview on #6D8D60 background

This text has black color on #6D8D60 background.


White color preview on #6D8D60 background

This text has white color on #6D8D60 background.