COLOR #6D8B7D

HEX: #6D8B7D RGB: (109,139,125)

Color info

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

RGB color model

#6D8B7D color RGB value is (109,139,125).

RGB: (109,139,125) (43%, 55%, 49%)

RGB channels and saturation

R 109 of 255 = 43%
G 139 of 255 = 55%
B 125 of 255 = 49%

109
139
125

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

Portions of RGB colors in percentages

R + G + B = 109 + 139 + 125 = 373 (100%)
R 109 of 373 ~ 29.22%
G 139 of 373 ~ 37.27%
B 125 of 373 ~ 33.51'%

%29.22
%37.27
%33.51

CMYK color model

#6D8B7D color CMYK value is (22,0,10,45).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 10.07%
  • key color value is 45.49%

CMYK: (22,0,10,45)
C22M0Y10K45 (22%, 0%, 10%, 45%)
(0.22 / 0.00 / 0.10 / 0.45)

CMYK percentages

%21.58
%0
%10.07
%45.49

Codes

Color #6D8B7D in popluar color models

6D 8B 7D
RGB 109 139 125
HSL 152° 12.10% 48.63%
HSB/HSV 152° 21.58% 54.51%
CMYK 21.58% 0.00% 10.07%
45.49%

Color #6D8B7D in popluar number systems.

HEX 6D 8B 7D
Decimal 109 139 125
Binary 1101101 10001011 1111101
Octal 155 213 175

Shades and tints

Shades of #6D8B7D

#6D8B7D
(109,139,125)
#647F72
(100,127,114)
#5B7367
(91,115,103)
#52675C
(82,103,92)
#495B51
(73,91,81)
#404F46
(64,79,70)
#37433B
(55,67,59)
#2E3730
(46,55,48)
#252B25
(37,43,37)
#1C1F1A
(28,31,26)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6D8B7D

#6D8B7D
(109,139,125)
#7A9588
(122,149,136)
#879F93
(135,159,147)
#94A99E
(148,169,158)
#A1B3A9
(161,179,169)
#AEBDB4
(174,189,180)
#BBC7BF
(187,199,191)
#C8D1CA
(200,209,202)
#D5DBD5
(213,219,213)
#E2E5E0
(226,229,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8B7D color. Also use rgb(109,139,125) instead hex code.

Text Font Color

.myTextColor { color: #6D8B7D; }

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

This text font color is #6D8B7D.

Background Color

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

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

This div background color is #6D8B7D.

Border color

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

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

This div border color is #6D8B7D.

Opacity

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

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

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

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

This text has shadow with #6D8B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8B7D.

Preview

Color preview on black background

This text has color #6D8B7D on black background.


Color preview on white background

This text has color #6D8B7D on white background.


Black color preview on #6D8B7D background

This text has black color on #6D8B7D background.


White color preview on #6D8B7D background

This text has white color on #6D8B7D background.


Related colors

Complementary color

Complementary color for #hex is #927482.


I love getcolorcode.com

Triadic colors

1 #7D6D8B and #8B7D6D with #6D8B7D are triadic colors.

2 #7D8B6D and #8B6D7D with #6D8B7D are triadic colors.