COLOR #6D9C41

HEX: #6D9C41
RGB: (109,156,65)

Color info

#6D9C41 contains mainly red and green colors. Web safe color of #6D9C41 is #669933 (or #693).

RGB color model

#6D9C41 color RGB value is (109,156,65).

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

RGB channels and saturation

R 109 of 255 = 43%
G 156 of 255 = 61%
B 65 of 255 = 25%

109
156
65

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

Portions of RGB colors in percentages

R + G + B =
109 + 156 + 65 = 330 (100%)
R 109 of 330 ~ 33.03%
G 156 of 330 ~ 47.27%
B 65 of 330 ~ 19.7%

%33.03
%47.27
%19.7

CMYK color model

#6D9C41 color CMYK value is (30,0,58,39).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 38.82%
CMYK:
(30,0,58,39)
C30M0Y58K39 
(30%,0%,58%,39%)
(0.30/0.00/0.58/0.39)	

CMYK percentages

%30.13
%0
%58.33
%38.82

Codes

Color #6D9C41 in popluar color models

6D9C41
RGB10915665
HSL91°41.18%43.33%
HSB/HSV91°58.33%61.18%
CMYK30.13%0.00%58.33%
38.82%

Color #6D9C41 in popluar number systems.

HEX6D9C41
Decimal10915665
Binary1101101100111001000001
Octal155234101

Shades and tints

Shades of #6D9C41

#6D9C41
(109,156,65)
#648E3C
(100,142,60)
#5B8037
(91,128,55)
#527232
(82,114,50)
#49642D
(73,100,45)
#405628
(64,86,40)
#374823
(55,72,35)
#2E3A1E
(46,58,30)
#252C19
(37,44,25)
#1C1E14
(28,30,20)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #6D9C41

#6D9C41
(109,156,65)
#7AA552
(122,165,82)
#87AE63
(135,174,99)
#94B774
(148,183,116)
#A1C085
(161,192,133)
#AEC996
(174,201,150)
#BBD2A7
(187,210,167)
#C8DBB8
(200,219,184)
#D5E4C9
(213,228,201)
#E2EDDA
(226,237,218)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9C41; }

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

This text font color is #6D9C41.


Background Color

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

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

This div background color is #6D9C41.


Border color

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

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

This div border color is #6D9C41.


Opacity

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

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

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

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

This text has shadow with #6D9C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9C41 on black background.


Color preview on white background

This text has color #6D9C41 on white background.



Black color preview on #6D9C41 background

This text has black color on #6D9C41 background.


White color preview on #6D9C41 background

This text has white color on #6D9C41 background.