COLOR #6D936C

HEX: #6D936C
RGB: (109,147,108)

Color info

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

RGB color model

#6D936C color RGB value is (109,147,108).

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

RGB channels and saturation

R 109 of 255 = 43%
G 147 of 255 = 58%
B 108 of 255 = 42%

109
147
108

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

Portions of RGB colors in percentages

R + G + B =
109 + 147 + 108 = 364 (100%)
R 109 of 364 ~ 29.95%
G 147 of 364 ~ 40.38%
B 108 of 364 ~ 29.67%

%29.95
%40.38
%29.67

CMYK color model

#6D936C color CMYK value is (26,0,27,42).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 42.35%
CMYK:
(26,0,27,42)
C26M0Y27K42 
(26%,0%,27%,42%)
(0.26/0.00/0.27/0.42)	

CMYK percentages

%25.85
%0
%26.53
%42.35

Codes

Color #6D936C in popluar color models

6D936C
RGB109147108
HSL118°15.29%50.00%
HSB/HSV118°26.53%57.65%
CMYK25.85%0.00%26.53%
42.35%

Color #6D936C in popluar number systems.

HEX6D936C
Decimal109147108
Binary1101101100100111101100
Octal155223154

Shades and tints

Shades of #6D936C

#6D936C
(109,147,108)
#648663
(100,134,99)
#5B795A
(91,121,90)
#526C51
(82,108,81)
#495F48
(73,95,72)
#40523F
(64,82,63)
#374536
(55,69,54)
#2E382D
(46,56,45)
#252B24
(37,43,36)
#1C1E1B
(28,30,27)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6D936C

#6D936C
(109,147,108)
#7A9C79
(122,156,121)
#87A586
(135,165,134)
#94AE93
(148,174,147)
#A1B7A0
(161,183,160)
#AEC0AD
(174,192,173)
#BBC9BA
(187,201,186)
#C8D2C7
(200,210,199)
#D5DBD4
(213,219,212)
#E2E4E1
(226,228,225)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D936C; }

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

This text font color is #6D936C.


Background Color

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

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

This div background color is #6D936C.


Border color

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

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

This div border color is #6D936C.


Opacity

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

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

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

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

This text has shadow with #6D936C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D936C on black background.


Color preview on white background

This text has color #6D936C on white background.



Black color preview on #6D936C background

This text has black color on #6D936C background.


White color preview on #6D936C background

This text has white color on #6D936C background.