COLOR #6D9B59

HEX: #6D9B59
RGB: (109,155,89)

Color info

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

RGB color model

#6D9B59 color RGB value is (109,155,89).

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

RGB channels and saturation

R 109 of 255 = 43%
G 155 of 255 = 61%
B 89 of 255 = 35%

109
155
89

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

Portions of RGB colors in percentages

R + G + B =
109 + 155 + 89 = 353 (100%)
R 109 of 353 ~ 30.88%
G 155 of 353 ~ 43.91%
B 89 of 353 ~ 25.21%

%30.88
%43.91
%25.21

CMYK color model

#6D9B59 color CMYK value is (30,0,43,39).

  • cyan value is 29.68%
  • magenta value is 0.00%
  • yellow value is 42.58%
  • key color value is 39.22%
CMYK:
(30,0,43,39)
C30M0Y43K39 
(30%,0%,43%,39%)
(0.30/0.00/0.43/0.39)	

CMYK percentages

%29.68
%0
%42.58
%39.22

Codes

Color #6D9B59 in popluar color models

6D9B59
RGB10915589
HSL102°27.05%47.84%
HSB/HSV102°42.58%60.78%
CMYK29.68%0.00%42.58%
39.22%

Color #6D9B59 in popluar number systems.

HEX6D9B59
Decimal10915589
Binary1101101100110111011001
Octal155233131

Shades and tints

Shades of #6D9B59

#6D9B59
(109,155,89)
#648D51
(100,141,81)
#5B7F49
(91,127,73)
#527141
(82,113,65)
#496339
(73,99,57)
#405531
(64,85,49)
#374729
(55,71,41)
#2E3921
(46,57,33)
#252B19
(37,43,25)
#1C1D11
(28,29,17)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #6D9B59

#6D9B59
(109,155,89)
#7AA468
(122,164,104)
#87AD77
(135,173,119)
#94B686
(148,182,134)
#A1BF95
(161,191,149)
#AEC8A4
(174,200,164)
#BBD1B3
(187,209,179)
#C8DAC2
(200,218,194)
#D5E3D1
(213,227,209)
#E2ECE0
(226,236,224)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9B59; }

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

This text font color is #6D9B59.


Background Color

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

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

This div background color is #6D9B59.


Border color

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

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

This div border color is #6D9B59.


Opacity

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

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

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

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

This text has shadow with #6D9B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9B59 on black background.


Color preview on white background

This text has color #6D9B59 on white background.



Black color preview on #6D9B59 background

This text has black color on #6D9B59 background.


White color preview on #6D9B59 background

This text has white color on #6D9B59 background.