COLOR #6D9A70

HEX: #6D9A70
RGB: (109,154,112)

Color info

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

RGB color model

#6D9A70 color RGB value is (109,154,112).

  • red value is 109;
  • green value is 154;
  • blue value is 112.
RGB:
(109,154,112)
(43%,60%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 154 of 255 = 60%
B 112 of 255 = 44%

109
154
112

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

Portions of RGB colors in percentages

R + G + B =
109 + 154 + 112 = 375 (100%)
R 109 of 375 ~ 29.07%
G 154 of 375 ~ 41.07%
B 112 of 375 ~ 29.87%

%29.07
%41.07
%29.87

CMYK color model

#6D9A70 color CMYK value is (29,0,27,40).

  • cyan value is 29.22%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 39.61%
CMYK:
(29,0,27,40)
C29M0Y27K40 
(29%,0%,27%,40%)
(0.29/0.00/0.27/0.40)	

CMYK percentages

%29.22
%0
%27.27
%39.61

Codes

Color #6D9A70 in popluar color models

6D9A70
RGB109154112
HSL124°18.22%51.57%
HSB/HSV124°29.22%60.39%
CMYK29.22%0.00%27.27%
39.61%

Color #6D9A70 in popluar number systems.

HEX6D9A70
Decimal109154112
Binary1101101100110101110000
Octal155232160

Shades and tints

Shades of #6D9A70

#6D9A70
(109,154,112)
#648C66
(100,140,102)
#5B7E5C
(91,126,92)
#527052
(82,112,82)
#496248
(73,98,72)
#40543E
(64,84,62)
#374634
(55,70,52)
#2E382A
(46,56,42)
#252A20
(37,42,32)
#1C1C16
(28,28,22)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #6D9A70

#6D9A70
(109,154,112)
#7AA37D
(122,163,125)
#87AC8A
(135,172,138)
#94B597
(148,181,151)
#A1BEA4
(161,190,164)
#AEC7B1
(174,199,177)
#BBD0BE
(187,208,190)
#C8D9CB
(200,217,203)
#D5E2D8
(213,226,216)
#E2EBE5
(226,235,229)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9A70 color. Also use rgb(109,154,112) instead hex code.

Text Font Color

.myTextColor { color: #6D9A70; }

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

This text font color is #6D9A70.


Background Color

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

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

This div background color is #6D9A70.


Border color

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

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

This div border color is #6D9A70.


Opacity

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

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

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

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

This text has shadow with #6D9A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9A70 on black background.


Color preview on white background

This text has color #6D9A70 on white background.



Black color preview on #6D9A70 background

This text has black color on #6D9A70 background.


White color preview on #6D9A70 background

This text has white color on #6D9A70 background.