COLOR #6D9361

HEX: #6D9361
RGB: (109,147,97)

Color info

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

RGB color model

#6D9361 color RGB value is (109,147,97).

  • red value is 109;
  • green value is 147;
  • blue value is 97.
RGB:
(109,147,97)
(43%,58%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 147 of 255 = 58%
B 97 of 255 = 38%

109
147
97

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

Portions of RGB colors in percentages

R + G + B =
109 + 147 + 97 = 353 (100%)
R 109 of 353 ~ 30.88%
G 147 of 353 ~ 41.64%
B 97 of 353 ~ 27.48%

%30.88
%41.64
%27.48

CMYK color model

#6D9361 color CMYK value is (26,0,34,42).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 34.01%
  • key color value is 42.35%
CMYK:
(26,0,34,42)
C26M0Y34K42 
(26%,0%,34%,42%)
(0.26/0.00/0.34/0.42)	

CMYK percentages

%25.85
%0
%34.01
%42.35

Codes

Color #6D9361 in popluar color models

6D9361
RGB10914797
HSL106°20.49%47.84%
HSB/HSV106°34.01%57.65%
CMYK25.85%0.00%34.01%
42.35%

Color #6D9361 in popluar number systems.

HEX6D9361
Decimal10914797
Binary1101101100100111100001
Octal155223141

Shades and tints

Shades of #6D9361

#6D9361
(109,147,97)
#648659
(100,134,89)
#5B7951
(91,121,81)
#526C49
(82,108,73)
#495F41
(73,95,65)
#405239
(64,82,57)
#374531
(55,69,49)
#2E3829
(46,56,41)
#252B21
(37,43,33)
#1C1E19
(28,30,25)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #6D9361

#6D9361
(109,147,97)
#7A9C6F
(122,156,111)
#87A57D
(135,165,125)
#94AE8B
(148,174,139)
#A1B799
(161,183,153)
#AEC0A7
(174,192,167)
#BBC9B5
(187,201,181)
#C8D2C3
(200,210,195)
#D5DBD1
(213,219,209)
#E2E4DF
(226,228,223)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9361 color. Also use rgb(109,147,97) instead hex code.

Text Font Color

.myTextColor { color: #6D9361; }

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

This text font color is #6D9361.


Background Color

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

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

This div background color is #6D9361.


Border color

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

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

This div border color is #6D9361.


Opacity

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

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

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

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

This text has shadow with #6D9361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9361 on black background.


Color preview on white background

This text has color #6D9361 on white background.



Black color preview on #6D9361 background

This text has black color on #6D9361 background.


White color preview on #6D9361 background

This text has white color on #6D9361 background.