COLOR #6D997F

HEX: #6D997F RGB: (109,153,127)

Color info

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

RGB color model

#6D997F color RGB value is (109,153,127).

RGB: (109,153,127) (43%, 60%, 50%)

RGB channels and saturation

R 109 of 255 = 43%
G 153 of 255 = 60%
B 127 of 255 = 50%

109
153
127

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

Portions of RGB colors in percentages

R + G + B = 109 + 153 + 127 = 389 (100%)
R 109 of 389 ~ 28.02%
G 153 of 389 ~ 39.33%
B 127 of 389 ~ 32.65'%

%28.02
%39.33
%32.65

CMYK color model

#6D997F color CMYK value is (29,0,17,40).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK: (29,0,17,40) C29M0Y17K40 (29%,0%,17%,40%) (0.29/0.00/0.17/0.40) 

CMYK percentages

%28.76
%0
%16.99
%40

Codes

Color #6D997F in popluar color models

6D 99 7F
RGB 109 153 127
HSL 145° 17.74% 51.37%
HSB/HSV 145° 28.76% 60.00%
CMYK 28.76% 0.00% 16.99%
40.00%

Color #6D997F in popluar number systems.

HEX 6D 99 7F
Decimal 109 153 127
Binary 1101101 10011001 1111111
Octal 155 231 177

Shades and tints

Shades of #6D997F

#6D997F
(109,153,127)
#648C74
(100,140,116)
#5B7F69
(91,127,105)
#52725E
(82,114,94)
#496553
(73,101,83)
#405848
(64,88,72)
#374B3D
(55,75,61)
#2E3E32
(46,62,50)
#253127
(37,49,39)
#1C241C
(28,36,28)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #6D997F

#6D997F
(109,153,127)
#7AA28A
(122,162,138)
#87AB95
(135,171,149)
#94B4A0
(148,180,160)
#A1BDAB
(161,189,171)
#AEC6B6
(174,198,182)
#BBCFC1
(187,207,193)
#C8D8CC
(200,216,204)
#D5E1D7
(213,225,215)
#E2EAE2
(226,234,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D997F color. Also use rgb(109,153,127) instead hex code.

Text Font Color

.myTextColor { color: #6D997F; }

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

This text font color is #6D997F.

Background Color

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

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

This div background color is #6D997F.

Border color

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

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

This div border color is #6D997F.

Opacity

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

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

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

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

This text has shadow with #6D997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D997F.

Preview

Color preview on black background

This text has color #6D997F on black background.


Color preview on white background

This text has color #6D997F on white background.


Black color preview on #6D997F background

This text has black color on #6D997F background.


White color preview on #6D997F background

This text has white color on #6D997F background.


Related colors

Complementary color

Complementary color for #hex is #926680.


I love getcolorcode.com

Triadic colors

1 #7F6D99 and #997F6D with #6D997F are triadic colors.

2 #7F996D and #996D7F with #6D997F are triadic colors.