COLOR #6D9C65

HEX: #6D9C65
RGB: (109,156,101)

Color info

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

RGB color model

#6D9C65 color RGB value is (109,156,101).

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

RGB channels and saturation

R 109 of 255 = 43%
G 156 of 255 = 61%
B 101 of 255 = 40%

109
156
101

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

Portions of RGB colors in percentages

R + G + B =
109 + 156 + 101 = 366 (100%)
R 109 of 366 ~ 29.78%
G 156 of 366 ~ 42.62%
B 101 of 366 ~ 27.6%

%29.78
%42.62
%27.6

CMYK color model

#6D9C65 color CMYK value is (30,0,35,39).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • key color value is 38.82%
CMYK:
(30,0,35,39)
C30M0Y35K39 
(30%,0%,35%,39%)
(0.30/0.00/0.35/0.39)	

CMYK percentages

%30.13
%0
%35.26
%38.82

Codes

Color #6D9C65 in popluar color models

6D9C65
RGB109156101
HSL111°21.74%50.39%
HSB/HSV111°35.26%61.18%
CMYK30.13%0.00%35.26%
38.82%

Color #6D9C65 in popluar number systems.

HEX6D9C65
Decimal109156101
Binary1101101100111001100101
Octal155234145

Shades and tints

Shades of #6D9C65

#6D9C65
(109,156,101)
#648E5C
(100,142,92)
#5B8053
(91,128,83)
#52724A
(82,114,74)
#496441
(73,100,65)
#405638
(64,86,56)
#37482F
(55,72,47)
#2E3A26
(46,58,38)
#252C1D
(37,44,29)
#1C1E14
(28,30,20)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D9C65

#6D9C65
(109,156,101)
#7AA573
(122,165,115)
#87AE81
(135,174,129)
#94B78F
(148,183,143)
#A1C09D
(161,192,157)
#AEC9AB
(174,201,171)
#BBD2B9
(187,210,185)
#C8DBC7
(200,219,199)
#D5E4D5
(213,228,213)
#E2EDE3
(226,237,227)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9C65; }

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

This text font color is #6D9C65.


Background Color

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

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

This div background color is #6D9C65.


Border color

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

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

This div border color is #6D9C65.


Opacity

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

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

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

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

This text has shadow with #6D9C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9C65 on black background.


Color preview on white background

This text has color #6D9C65 on white background.



Black color preview on #6D9C65 background

This text has black color on #6D9C65 background.


White color preview on #6D9C65 background

This text has white color on #6D9C65 background.