COLOR #6D8C4C

HEX: #6D8C4C
RGB: (109,140,76)

Color info

#6D8C4C contains mainly red and green colors. Web safe color of #6D8C4C is #669933 (or #693).

RGB color model

#6D8C4C color RGB value is (109,140,76).

  • red value is 109;
  • green value is 140;
  • blue value is 76.
RGB:
(109,140,76)
(43%,55%,30%)

RGB channels and saturation

R 109 of 255 = 43%
G 140 of 255 = 55%
B 76 of 255 = 30%

109
140
76

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

Portions of RGB colors in percentages

R + G + B =
109 + 140 + 76 = 325 (100%)
R 109 of 325 ~ 33.54%
G 140 of 325 ~ 43.08%
B 76 of 325 ~ 23.38%

%33.54
%43.08
%23.38

CMYK color model

#6D8C4C color CMYK value is (22,0,46,45).

  • cyan value is 22.14%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 45.10%
CMYK:
(22,0,46,45)
C22M0Y46K45 
(22%,0%,46%,45%)
(0.22/0.00/0.46/0.45)	

CMYK percentages

%22.14
%0
%45.71
%45.1

Codes

Color #6D8C4C in popluar color models

6D8C4C
RGB10914076
HSL89°29.63%42.35%
HSB/HSV89°45.71%54.90%
CMYK22.14%0.00%45.71%
45.10%

Color #6D8C4C in popluar number systems.

HEX6D8C4C
Decimal10914076
Binary1101101100011001001100
Octal155214114

Shades and tints

Shades of #6D8C4C

#6D8C4C
(109,140,76)
#648046
(100,128,70)
#5B7440
(91,116,64)
#52683A
(82,104,58)
#495C34
(73,92,52)
#40502E
(64,80,46)
#374428
(55,68,40)
#2E3822
(46,56,34)
#252C1C
(37,44,28)
#1C2016
(28,32,22)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #6D8C4C

#6D8C4C
(109,140,76)
#7A965C
(122,150,92)
#87A06C
(135,160,108)
#94AA7C
(148,170,124)
#A1B48C
(161,180,140)
#AEBE9C
(174,190,156)
#BBC8AC
(187,200,172)
#C8D2BC
(200,210,188)
#D5DCCC
(213,220,204)
#E2E6DC
(226,230,220)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8C4C color. Also use rgb(109,140,76) instead hex code.

Text Font Color

.myTextColor { color: #6D8C4C; }

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

This text font color is #6D8C4C.


Background Color

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

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

This div background color is #6D8C4C.


Border color

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

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

This div border color is #6D8C4C.


Opacity

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

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

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

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

This text has shadow with #6D8C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8C4C on black background.


Color preview on white background

This text has color #6D8C4C on white background.



Black color preview on #6D8C4C background

This text has black color on #6D8C4C background.


White color preview on #6D8C4C background

This text has white color on #6D8C4C background.