COLOR #6D9B49

HEX: #6D9B49
RGB: (109,155,73)

Color info

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

RGB color model

#6D9B49 color RGB value is (109,155,73).

  • red value is 109;
  • green value is 155;
  • blue value is 73.
RGB:
(109,155,73)
(43%,61%,29%)

RGB channels and saturation

R 109 of 255 = 43%
G 155 of 255 = 61%
B 73 of 255 = 29%

109
155
73

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

Portions of RGB colors in percentages

R + G + B =
109 + 155 + 73 = 337 (100%)
R 109 of 337 ~ 32.34%
G 155 of 337 ~ 45.99%
B 73 of 337 ~ 21.66%

%32.34
%45.99
%21.66

CMYK color model

#6D9B49 color CMYK value is (30,0,53,39).

  • cyan value is 29.68%
  • magenta value is 0.00%
  • yellow value is 52.90%
  • key color value is 39.22%
CMYK:
(30,0,53,39)
C30M0Y53K39 
(30%,0%,53%,39%)
(0.30/0.00/0.53/0.39)	

CMYK percentages

%29.68
%0
%52.9
%39.22

Codes

Color #6D9B49 in popluar color models

6D9B49
RGB10915573
HSL94°35.96%44.71%
HSB/HSV94°52.90%60.78%
CMYK29.68%0.00%52.90%
39.22%

Color #6D9B49 in popluar number systems.

HEX6D9B49
Decimal10915573
Binary1101101100110111001001
Octal155233111

Shades and tints

Shades of #6D9B49

#6D9B49
(109,155,73)
#648D43
(100,141,67)
#5B7F3D
(91,127,61)
#527137
(82,113,55)
#496331
(73,99,49)
#40552B
(64,85,43)
#374725
(55,71,37)
#2E391F
(46,57,31)
#252B19
(37,43,25)
#1C1D13
(28,29,19)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D9B49

#6D9B49
(109,155,73)
#7AA459
(122,164,89)
#87AD69
(135,173,105)
#94B679
(148,182,121)
#A1BF89
(161,191,137)
#AEC899
(174,200,153)
#BBD1A9
(187,209,169)
#C8DAB9
(200,218,185)
#D5E3C9
(213,227,201)
#E2ECD9
(226,236,217)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9B49 color. Also use rgb(109,155,73) instead hex code.

Text Font Color

.myTextColor { color: #6D9B49; }

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

This text font color is #6D9B49.


Background Color

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

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

This div background color is #6D9B49.


Border color

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

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

This div border color is #6D9B49.


Opacity

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

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

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

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

This text has shadow with #6D9B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9B49 on black background.


Color preview on white background

This text has color #6D9B49 on white background.



Black color preview on #6D9B49 background

This text has black color on #6D9B49 background.


White color preview on #6D9B49 background

This text has white color on #6D9B49 background.