COLOR #6D9355

HEX: #6D9355
RGB: (109,147,85)

Color info

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

RGB color model

#6D9355 color RGB value is (109,147,85).

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

RGB channels and saturation

R 109 of 255 = 43%
G 147 of 255 = 58%
B 85 of 255 = 33%

109
147
85

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

Portions of RGB colors in percentages

R + G + B =
109 + 147 + 85 = 341 (100%)
R 109 of 341 ~ 31.96%
G 147 of 341 ~ 43.11%
B 85 of 341 ~ 24.93%

%31.96
%43.11
%24.93

CMYK color model

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

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 42.18%
  • key color value is 42.35%
CMYK:
(26,0,42,42)
C26M0Y42K42 
(26%,0%,42%,42%)
(0.26/0.00/0.42/0.42)	

CMYK percentages

%25.85
%0
%42.18
%42.35

Codes

Color #6D9355 in popluar color models

6D9355
RGB10914785
HSL97°26.72%45.49%
HSB/HSV97°42.18%57.65%
CMYK25.85%0.00%42.18%
42.35%

Color #6D9355 in popluar number systems.

HEX6D9355
Decimal10914785
Binary1101101100100111010101
Octal155223125

Shades and tints

Shades of #6D9355

#6D9355
(109,147,85)
#64864E
(100,134,78)
#5B7947
(91,121,71)
#526C40
(82,108,64)
#495F39
(73,95,57)
#405232
(64,82,50)
#37452B
(55,69,43)
#2E3824
(46,56,36)
#252B1D
(37,43,29)
#1C1E16
(28,30,22)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #6D9355

#6D9355
(109,147,85)
#7A9C64
(122,156,100)
#87A573
(135,165,115)
#94AE82
(148,174,130)
#A1B791
(161,183,145)
#AEC0A0
(174,192,160)
#BBC9AF
(187,201,175)
#C8D2BE
(200,210,190)
#D5DBCD
(213,219,205)
#E2E4DC
(226,228,220)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9355; }

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

This text font color is #6D9355.


Background Color

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

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

This div background color is #6D9355.


Border color

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

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

This div border color is #6D9355.


Opacity

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

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

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

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

This text has shadow with #6D9355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9355 on black background.


Color preview on white background

This text has color #6D9355 on white background.



Black color preview on #6D9355 background

This text has black color on #6D9355 background.


White color preview on #6D9355 background

This text has white color on #6D9355 background.