COLOR #6D966C

HEX: #6D966C
RGB: (109,150,108)

Color info

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

RGB color model

#6D966C color RGB value is (109,150,108).

  • red value is 109;
  • green value is 150;
  • blue value is 108.
RGB:
(109,150,108)
(43%,59%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 150 of 255 = 59%
B 108 of 255 = 42%

109
150
108

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

Portions of RGB colors in percentages

R + G + B =
109 + 150 + 108 = 367 (100%)
R 109 of 367 ~ 29.7%
G 150 of 367 ~ 40.87%
B 108 of 367 ~ 29.43%

%29.7
%40.87
%29.43

CMYK color model

#6D966C color CMYK value is (27,0,28,41).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 41.18%
CMYK:
(27,0,28,41)
C27M0Y28K41 
(27%,0%,28%,41%)
(0.27/0.00/0.28/0.41)	

CMYK percentages

%27.33
%0
%28
%41.18

Codes

Color #6D966C in popluar color models

6D966C
RGB109150108
HSL119°16.67%50.59%
HSB/HSV119°28.00%58.82%
CMYK27.33%0.00%28.00%
41.18%

Color #6D966C in popluar number systems.

HEX6D966C
Decimal109150108
Binary1101101100101101101100
Octal155226154

Shades and tints

Shades of #6D966C

#6D966C
(109,150,108)
#648963
(100,137,99)
#5B7C5A
(91,124,90)
#526F51
(82,111,81)
#496248
(73,98,72)
#40553F
(64,85,63)
#374836
(55,72,54)
#2E3B2D
(46,59,45)
#252E24
(37,46,36)
#1C211B
(28,33,27)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #6D966C

#6D966C
(109,150,108)
#7A9F79
(122,159,121)
#87A886
(135,168,134)
#94B193
(148,177,147)
#A1BAA0
(161,186,160)
#AEC3AD
(174,195,173)
#BBCCBA
(187,204,186)
#C8D5C7
(200,213,199)
#D5DED4
(213,222,212)
#E2E7E1
(226,231,225)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D966C color. Also use rgb(109,150,108) instead hex code.

Text Font Color

.myTextColor { color: #6D966C; }

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

This text font color is #6D966C.


Background Color

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

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

This div background color is #6D966C.


Border color

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

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

This div border color is #6D966C.


Opacity

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

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

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

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

This text has shadow with #6D966C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D966C on black background.


Color preview on white background

This text has color #6D966C on white background.



Black color preview on #6D966C background

This text has black color on #6D966C background.


White color preview on #6D966C background

This text has white color on #6D966C background.