COLOR #6D957A

HEX: #6D957A RGB: (109,149,122)

Color info

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

RGB color model

#6D957A color RGB value is (109,149,122).

RGB: (109,149,122) (43%, 58%, 48%)

RGB channels and saturation

R 109 of 255 = 43%
G 149 of 255 = 58%
B 122 of 255 = 48%

109
149
122

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

Portions of RGB colors in percentages

R + G + B = 109 + 149 + 122 = 380 (100%)
R 109 of 380 ~ 28.68%
G 149 of 380 ~ 39.21%
B 122 of 380 ~ 32.11'%

%28.68
%39.21
%32.11

CMYK color model

#6D957A color CMYK value is (27,0,18,42).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 18.12%
  • key color value is 41.57%

CMYK: (27,0,18,42)
C27M0Y18K42 (27%, 0%, 18%, 42%)
(0.27 / 0.00 / 0.18 / 0.42)

CMYK percentages

%26.85
%0
%18.12
%41.57

Codes

Color #6D957A in popluar color models

6D 95 7A
RGB 109 149 122
HSL 140° 15.87% 50.59%
HSB/HSV 140° 26.85% 58.43%
CMYK 26.85% 0.00% 18.12%
41.57%

Color #6D957A in popluar number systems.

HEX 6D 95 7A
Decimal 109 149 122
Binary 1101101 10010101 1111010
Octal 155 225 172

Shades and tints

Shades of #6D957A

#6D957A
(109,149,122)
#64886F
(100,136,111)
#5B7B64
(91,123,100)
#526E59
(82,110,89)
#49614E
(73,97,78)
#405443
(64,84,67)
#374738
(55,71,56)
#2E3A2D
(46,58,45)
#252D22
(37,45,34)
#1C2017
(28,32,23)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #6D957A

#6D957A
(109,149,122)
#7A9E86
(122,158,134)
#87A792
(135,167,146)
#94B09E
(148,176,158)
#A1B9AA
(161,185,170)
#AEC2B6
(174,194,182)
#BBCBC2
(187,203,194)
#C8D4CE
(200,212,206)
#D5DDDA
(213,221,218)
#E2E6E6
(226,230,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D957A color. Also use rgb(109,149,122) instead hex code.

Text Font Color

.myTextColor { color: #6D957A; }

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

This text font color is #6D957A.

Background Color

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

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

This div background color is #6D957A.

Border color

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

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

This div border color is #6D957A.

Opacity

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

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

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

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

This text has shadow with #6D957A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D957A.

Preview

Color preview on black background

This text has color #6D957A on black background.


Color preview on white background

This text has color #6D957A on white background.


Black color preview on #6D957A background

This text has black color on #6D957A background.


White color preview on #6D957A background

This text has white color on #6D957A background.


Related colors

Complementary color

Complementary color for #hex is #926A85.


I love getcolorcode.com

Triadic colors

1 #7A6D95 and #957A6D with #6D957A are triadic colors.

2 #7A956D and #956D7A with #6D957A are triadic colors.