COLOR #6D8C6A

HEX: #6D8C6A RGB: (109,140,106)

Color info

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

RGB color model

#6D8C6A color RGB value is (109,140,106).

RGB: (109,140,106) (43%, 55%, 42%)

RGB channels and saturation

R 109 of 255 = 43%
G 140 of 255 = 55%
B 106 of 255 = 42%

109
140
106

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

Portions of RGB colors in percentages

R + G + B = 109 + 140 + 106 = 355 (100%)
R 109 of 355 ~ 30.7%
G 140 of 355 ~ 39.44%
B 106 of 355 ~ 29.86'%

%30.7
%39.44
%29.86

CMYK color model

#6D8C6A color CMYK value is (22,0,24,45).

  • cyan value is 22.14%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 45.10%
CMYK: (22,0,24,45) C22M0Y24K45 (22%,0%,24%,45%) (0.22/0.00/0.24/0.45) 

CMYK percentages

%22.14
%0
%24.29
%45.1

Codes

Color #6D8C6A in popluar color models

6D 8C 6A
RGB 109 140 106
HSL 115° 13.82% 48.24%
HSB/HSV 115° 24.29% 54.90%
CMYK 22.14% 0.00% 24.29%
45.10%

Color #6D8C6A in popluar number systems.

HEX 6D 8C 6A
Decimal 109 140 106
Binary 1101101 10001100 1101010
Octal 155 214 152

Shades and tints

Shades of #6D8C6A

#6D8C6A
(109,140,106)
#648061
(100,128,97)
#5B7458
(91,116,88)
#52684F
(82,104,79)
#495C46
(73,92,70)
#40503D
(64,80,61)
#374434
(55,68,52)
#2E382B
(46,56,43)
#252C22
(37,44,34)
#1C2019
(28,32,25)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #6D8C6A

#6D8C6A
(109,140,106)
#7A9677
(122,150,119)
#87A084
(135,160,132)
#94AA91
(148,170,145)
#A1B49E
(161,180,158)
#AEBEAB
(174,190,171)
#BBC8B8
(187,200,184)
#C8D2C5
(200,210,197)
#D5DCD2
(213,220,210)
#E2E6DF
(226,230,223)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8C6A; }

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

This text font color is #6D8C6A.

Background Color

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

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

This div background color is #6D8C6A.

Border color

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

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

This div border color is #6D8C6A.

Opacity

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

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

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

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

This text has shadow with #6D8C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8C6A.

Preview

Color preview on black background

This text has color #6D8C6A on black background.


Color preview on white background

This text has color #6D8C6A on white background.


Black color preview on #6D8C6A background

This text has black color on #6D8C6A background.


White color preview on #6D8C6A background

This text has white color on #6D8C6A background.


Related colors

Complementary color

Complementary color for #hex is #927395.


I love getcolorcode.com

Triadic colors

1 #6A6D8C and #8C6A6D with #6D8C6A are triadic colors.

2 #6A8C6D and #8C6D6A with #6D8C6A are triadic colors.