COLOR #6D9A31

HEX: #6D9A31
RGB: (109,154,49)

Color info

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

RGB color model

#6D9A31 color RGB value is (109,154,49).

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

RGB channels and saturation

R 109 of 255 = 43%
G 154 of 255 = 60%
B 49 of 255 = 19%

109
154
49

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

Portions of RGB colors in percentages

R + G + B =
109 + 154 + 49 = 312 (100%)
R 109 of 312 ~ 34.94%
G 154 of 312 ~ 49.36%
B 49 of 312 ~ 15.71%

%34.94
%49.36
%15.71

CMYK color model

#6D9A31 color CMYK value is (29,0,68,40).

  • cyan value is 29.22%
  • magenta value is 0.00%
  • yellow value is 68.18%
  • key color value is 39.61%
CMYK:
(29,0,68,40)
C29M0Y68K40 
(29%,0%,68%,40%)
(0.29/0.00/0.68/0.40)	

CMYK percentages

%29.22
%0
%68.18
%39.61

Codes

Color #6D9A31 in popluar color models

6D9A31
RGB10915449
HSL86°51.72%39.80%
HSB/HSV86°68.18%60.39%
CMYK29.22%0.00%68.18%
39.61%

Color #6D9A31 in popluar number systems.

HEX6D9A31
Decimal10915449
Binary110110110011010110001
Octal15523261

Shades and tints

Shades of #6D9A31

#6D9A31
(109,154,49)
#648C2D
(100,140,45)
#5B7E29
(91,126,41)
#527025
(82,112,37)
#496221
(73,98,33)
#40541D
(64,84,29)
#374619
(55,70,25)
#2E3815
(46,56,21)
#252A11
(37,42,17)
#1C1C0D
(28,28,13)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #6D9A31

#6D9A31
(109,154,49)
#7AA343
(122,163,67)
#87AC55
(135,172,85)
#94B567
(148,181,103)
#A1BE79
(161,190,121)
#AEC78B
(174,199,139)
#BBD09D
(187,208,157)
#C8D9AF
(200,217,175)
#D5E2C1
(213,226,193)
#E2EBD3
(226,235,211)
#EFF4E5
(239,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9A31; }

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

This text font color is #6D9A31.


Background Color

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

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

This div background color is #6D9A31.


Border color

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

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

This div border color is #6D9A31.


Opacity

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

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

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

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

This text has shadow with #6D9A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9A31 on black background.


Color preview on white background

This text has color #6D9A31 on white background.



Black color preview on #6D9A31 background

This text has black color on #6D9A31 background.


White color preview on #6D9A31 background

This text has white color on #6D9A31 background.