COLOR #6D975B

HEX: #6D975B RGB: (109,151,91)

Color info

#6D975B contains mainly red and green colors. Web safe color of #6D975B is #669966 (or #696).

RGB color model

#6D975B color RGB value is (109,151,91).

RGB: (109,151,91) (43%, 59%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 151 of 255 = 59%
B 91 of 255 = 36%

109
151
91

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

Portions of RGB colors in percentages

R + G + B = 109 + 151 + 91 = 351 (100%)
R 109 of 351 ~ 31.05%
G 151 of 351 ~ 43.02%
B 91 of 351 ~ 25.93'%

%31.05
%43.02
%25.93

CMYK color model

#6D975B color CMYK value is (28,0,40,41).

  • cyan value is 27.81%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 40.78%

CMYK: (28,0,40,41)
C28M0Y40K41 (28%, 0%, 40%, 41%)
(0.28 / 0.00 / 0.40 / 0.41)

CMYK percentages

%27.81
%0
%39.74
%40.78

Codes

Color #6D975B in popluar color models

6D 97 5B
RGB 109 151 91
HSL 102° 24.79% 47.45%
HSB/HSV 102° 39.74% 59.22%
CMYK 27.81% 0.00% 39.74%
40.78%

Color #6D975B in popluar number systems.

HEX 6D 97 5B
Decimal 109 151 91
Binary 1101101 10010111 1011011
Octal 155 227 133

Shades and tints

Shades of #6D975B

#6D975B
(109,151,91)
#648A53
(100,138,83)
#5B7D4B
(91,125,75)
#527043
(82,112,67)
#49633B
(73,99,59)
#405633
(64,86,51)
#37492B
(55,73,43)
#2E3C23
(46,60,35)
#252F1B
(37,47,27)
#1C2213
(28,34,19)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #6D975B

#6D975B
(109,151,91)
#7AA069
(122,160,105)
#87A977
(135,169,119)
#94B285
(148,178,133)
#A1BB93
(161,187,147)
#AEC4A1
(174,196,161)
#BBCDAF
(187,205,175)
#C8D6BD
(200,214,189)
#D5DFCB
(213,223,203)
#E2E8D9
(226,232,217)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D975B color. Also use rgb(109,151,91) instead hex code.

Text Font Color

.myTextColor { color: #6D975B; }

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

This text font color is #6D975B.

Background Color

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

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

This div background color is #6D975B.

Border color

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

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

This div border color is #6D975B.

Opacity

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

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

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

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

This text has shadow with #6D975B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D975B.

Preview

Color preview on black background

This text has color #6D975B on black background.


Color preview on white background

This text has color #6D975B on white background.


Black color preview on #6D975B background

This text has black color on #6D975B background.


White color preview on #6D975B background

This text has white color on #6D975B background.


Related colors

Complementary color

Complementary color for #hex is #9268A4.


I love getcolorcode.com

Triadic colors

1 #5B6D97 and #975B6D with #6D975B are triadic colors.

2 #5B976D and #976D5B with #6D975B are triadic colors.