COLOR #6D8A7F

HEX: #6D8A7F RGB: (109,138,127)

Color info

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

RGB color model

#6D8A7F color RGB value is (109,138,127).

RGB: (109,138,127) (43%, 54%, 50%)

RGB channels and saturation

R 109 of 255 = 43%
G 138 of 255 = 54%
B 127 of 255 = 50%

109
138
127

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

Portions of RGB colors in percentages

R + G + B = 109 + 138 + 127 = 374 (100%)
R 109 of 374 ~ 29.14%
G 138 of 374 ~ 36.9%
B 127 of 374 ~ 33.96'%

%29.14
%36.9
%33.96

CMYK color model

#6D8A7F color CMYK value is (21,0,8,46).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 45.88%

CMYK: (21,0,8,46)
C21M0Y8K46 (21%, 0%, 8%, 46%)
(0.21 / 0.00 / 0.08 / 0.46)

CMYK percentages

%21.01
%0
%7.97
%45.88

Codes

Color #6D8A7F in popluar color models

6D 8A 7F
RGB 109 138 127
HSL 157° 11.74% 48.43%
HSB/HSV 157° 21.01% 54.12%
CMYK 21.01% 0.00% 7.97%
45.88%

Color #6D8A7F in popluar number systems.

HEX 6D 8A 7F
Decimal 109 138 127
Binary 1101101 10001010 1111111
Octal 155 212 177

Shades and tints

Shades of #6D8A7F

#6D8A7F
(109,138,127)
#647E74
(100,126,116)
#5B7269
(91,114,105)
#52665E
(82,102,94)
#495A53
(73,90,83)
#404E48
(64,78,72)
#37423D
(55,66,61)
#2E3632
(46,54,50)
#252A27
(37,42,39)
#1C1E1C
(28,30,28)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #6D8A7F

#6D8A7F
(109,138,127)
#7A948A
(122,148,138)
#879E95
(135,158,149)
#94A8A0
(148,168,160)
#A1B2AB
(161,178,171)
#AEBCB6
(174,188,182)
#BBC6C1
(187,198,193)
#C8D0CC
(200,208,204)
#D5DAD7
(213,218,215)
#E2E4E2
(226,228,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8A7F; }

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

This text font color is #6D8A7F.

Background Color

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

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

This div background color is #6D8A7F.

Border color

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

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

This div border color is #6D8A7F.

Opacity

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

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

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

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

This text has shadow with #6D8A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8A7F.

Preview

Color preview on black background

This text has color #6D8A7F on black background.


Color preview on white background

This text has color #6D8A7F on white background.


Black color preview on #6D8A7F background

This text has black color on #6D8A7F background.


White color preview on #6D8A7F background

This text has white color on #6D8A7F background.


Related colors

Complementary color

Complementary color for #hex is #927580.


I love getcolorcode.com

Triadic colors

1 #7F6D8A and #8A7F6D with #6D8A7F are triadic colors.

2 #7F8A6D and #8A6D7F with #6D8A7F are triadic colors.