COLOR #6D9C5B

HEX: #6D9C5B
RGB: (109,156,91)

Color info

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

RGB color model

#6D9C5B color RGB value is (109,156,91).

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

RGB channels and saturation

R 109 of 255 = 43%
G 156 of 255 = 61%
B 91 of 255 = 36%

109
156
91

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

Portions of RGB colors in percentages

R + G + B =
109 + 156 + 91 = 356 (100%)
R 109 of 356 ~ 30.62%
G 156 of 356 ~ 43.82%
B 91 of 356 ~ 25.56%

%30.62
%43.82
%25.56

CMYK color model

#6D9C5B color CMYK value is (30,0,42,39).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 38.82%
CMYK:
(30,0,42,39)
C30M0Y42K39 
(30%,0%,42%,39%)
(0.30/0.00/0.42/0.39)	

CMYK percentages

%30.13
%0
%41.67
%38.82

Codes

Color #6D9C5B in popluar color models

6D9C5B
RGB10915691
HSL103°26.32%48.43%
HSB/HSV103°41.67%61.18%
CMYK30.13%0.00%41.67%
38.82%

Color #6D9C5B in popluar number systems.

HEX6D9C5B
Decimal10915691
Binary1101101100111001011011
Octal155234133

Shades and tints

Shades of #6D9C5B

#6D9C5B
(109,156,91)
#648E53
(100,142,83)
#5B804B
(91,128,75)
#527243
(82,114,67)
#49643B
(73,100,59)
#405633
(64,86,51)
#37482B
(55,72,43)
#2E3A23
(46,58,35)
#252C1B
(37,44,27)
#1C1E13
(28,30,19)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D9C5B

#6D9C5B
(109,156,91)
#7AA569
(122,165,105)
#87AE77
(135,174,119)
#94B785
(148,183,133)
#A1C093
(161,192,147)
#AEC9A1
(174,201,161)
#BBD2AF
(187,210,175)
#C8DBBD
(200,219,189)
#D5E4CB
(213,228,203)
#E2EDD9
(226,237,217)
#EFF6E7
(239,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9C5B; }

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

This text font color is #6D9C5B.


Background Color

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

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

This div background color is #6D9C5B.


Border color

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

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

This div border color is #6D9C5B.


Opacity

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

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

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

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

This text has shadow with #6D9C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9C5B on black background.


Color preview on white background

This text has color #6D9C5B on white background.



Black color preview on #6D9C5B background

This text has black color on #6D9C5B background.


White color preview on #6D9C5B background

This text has white color on #6D9C5B background.