COLOR #6D9B73

HEX: #6D9B73
RGB: (109,155,115)

Color info

#6D9B73 contains red, green and blue colors in about the same proportion. Web safe color of #6D9B73 is #669966 (or #696).

RGB color model

#6D9B73 color RGB value is (109,155,115).

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

RGB channels and saturation

R 109 of 255 = 43%
G 155 of 255 = 61%
B 115 of 255 = 45%

109
155
115

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

Portions of RGB colors in percentages

R + G + B =
109 + 155 + 115 = 379 (100%)
R 109 of 379 ~ 28.76%
G 155 of 379 ~ 40.9%
B 115 of 379 ~ 30.34%

%28.76
%40.9
%30.34

CMYK color model

#6D9B73 color CMYK value is (30,0,26,39).

  • cyan value is 29.68%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 39.22%
CMYK:
(30,0,26,39)
C30M0Y26K39 
(30%,0%,26%,39%)
(0.30/0.00/0.26/0.39)	

CMYK percentages

%29.68
%0
%25.81
%39.22

Codes

Color #6D9B73 in popluar color models

6D9B73
RGB109155115
HSL128°18.70%51.76%
HSB/HSV128°29.68%60.78%
CMYK29.68%0.00%25.81%
39.22%

Color #6D9B73 in popluar number systems.

HEX6D9B73
Decimal109155115
Binary1101101100110111110011
Octal155233163

Shades and tints

Shades of #6D9B73

#6D9B73
(109,155,115)
#648D69
(100,141,105)
#5B7F5F
(91,127,95)
#527155
(82,113,85)
#49634B
(73,99,75)
#405541
(64,85,65)
#374737
(55,71,55)
#2E392D
(46,57,45)
#252B23
(37,43,35)
#1C1D19
(28,29,25)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #6D9B73

#6D9B73
(109,155,115)
#7AA47F
(122,164,127)
#87AD8B
(135,173,139)
#94B697
(148,182,151)
#A1BFA3
(161,191,163)
#AEC8AF
(174,200,175)
#BBD1BB
(187,209,187)
#C8DAC7
(200,218,199)
#D5E3D3
(213,227,211)
#E2ECDF
(226,236,223)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9B73; }

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

This text font color is #6D9B73.


Background Color

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

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

This div background color is #6D9B73.


Border color

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

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

This div border color is #6D9B73.


Opacity

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

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

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

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

This text has shadow with #6D9B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9B73 on black background.


Color preview on white background

This text has color #6D9B73 on white background.



Black color preview on #6D9B73 background

This text has black color on #6D9B73 background.


White color preview on #6D9B73 background

This text has white color on #6D9B73 background.