COLOR #6D9C74

HEX: #6D9C74
RGB: (109,156,116)

Color info

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

RGB color model

#6D9C74 color RGB value is (109,156,116).

  • red value is 109;
  • green value is 156;
  • blue value is 116.
RGB:
(109,156,116)
(43%,61%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 156 of 255 = 61%
B 116 of 255 = 45%

109
156
116

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

Portions of RGB colors in percentages

R + G + B =
109 + 156 + 116 = 381 (100%)
R 109 of 381 ~ 28.61%
G 156 of 381 ~ 40.94%
B 116 of 381 ~ 30.45%

%28.61
%40.94
%30.45

CMYK color model

#6D9C74 color CMYK value is (30,0,26,39).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 38.82%
CMYK:
(30,0,26,39)
C30M0Y26K39 
(30%,0%,26%,39%)
(0.30/0.00/0.26/0.39)	

CMYK percentages

%30.13
%0
%25.64
%38.82

Codes

Color #6D9C74 in popluar color models

6D9C74
RGB109156116
HSL129°19.18%51.96%
HSB/HSV129°30.13%61.18%
CMYK30.13%0.00%25.64%
38.82%

Color #6D9C74 in popluar number systems.

HEX6D9C74
Decimal109156116
Binary1101101100111001110100
Octal155234164

Shades and tints

Shades of #6D9C74

#6D9C74
(109,156,116)
#648E6A
(100,142,106)
#5B8060
(91,128,96)
#527256
(82,114,86)
#49644C
(73,100,76)
#405642
(64,86,66)
#374838
(55,72,56)
#2E3A2E
(46,58,46)
#252C24
(37,44,36)
#1C1E1A
(28,30,26)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #6D9C74

#6D9C74
(109,156,116)
#7AA580
(122,165,128)
#87AE8C
(135,174,140)
#94B798
(148,183,152)
#A1C0A4
(161,192,164)
#AEC9B0
(174,201,176)
#BBD2BC
(187,210,188)
#C8DBC8
(200,219,200)
#D5E4D4
(213,228,212)
#E2EDE0
(226,237,224)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9C74 color. Also use rgb(109,156,116) instead hex code.

Text Font Color

.myTextColor { color: #6D9C74; }

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

This text font color is #6D9C74.


Background Color

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

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

This div background color is #6D9C74.


Border color

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

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

This div border color is #6D9C74.


Opacity

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

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

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

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

This text has shadow with #6D9C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9C74 on black background.


Color preview on white background

This text has color #6D9C74 on white background.



Black color preview on #6D9C74 background

This text has black color on #6D9C74 background.


White color preview on #6D9C74 background

This text has white color on #6D9C74 background.