COLOR #6D8B41

HEX: #6D8B41
RGB: (109,139,65)

Color info

#6D8B41 contains mainly red and green colors. Web safe color of #6D8B41 is #669933 (or #693).

RGB color model

#6D8B41 color RGB value is (109,139,65).

  • red value is 109;
  • green value is 139;
  • blue value is 65.
RGB:
(109,139,65)
(43%,55%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 139 of 255 = 55%
B 65 of 255 = 25%

109
139
65

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

Portions of RGB colors in percentages

R + G + B =
109 + 139 + 65 = 313 (100%)
R 109 of 313 ~ 34.82%
G 139 of 313 ~ 44.41%
B 65 of 313 ~ 20.77%

%34.82
%44.41
%20.77

CMYK color model

#6D8B41 color CMYK value is (22,0,53,45).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 53.24%
  • key color value is 45.49%
CMYK:
(22,0,53,45)
C22M0Y53K45 
(22%,0%,53%,45%)
(0.22/0.00/0.53/0.45)	

CMYK percentages

%21.58
%0
%53.24
%45.49

Codes

Color #6D8B41 in popluar color models

6D8B41
RGB10913965
HSL84°36.27%40.00%
HSB/HSV84°53.24%54.51%
CMYK21.58%0.00%53.24%
45.49%

Color #6D8B41 in popluar number systems.

HEX6D8B41
Decimal10913965
Binary1101101100010111000001
Octal155213101

Shades and tints

Shades of #6D8B41

#6D8B41
(109,139,65)
#647F3C
(100,127,60)
#5B7337
(91,115,55)
#526732
(82,103,50)
#495B2D
(73,91,45)
#404F28
(64,79,40)
#374323
(55,67,35)
#2E371E
(46,55,30)
#252B19
(37,43,25)
#1C1F14
(28,31,20)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6D8B41

#6D8B41
(109,139,65)
#7A9552
(122,149,82)
#879F63
(135,159,99)
#94A974
(148,169,116)
#A1B385
(161,179,133)
#AEBD96
(174,189,150)
#BBC7A7
(187,199,167)
#C8D1B8
(200,209,184)
#D5DBC9
(213,219,201)
#E2E5DA
(226,229,218)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8B41 color. Also use rgb(109,139,65) instead hex code.

Text Font Color

.myTextColor { color: #6D8B41; }

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

This text font color is #6D8B41.


Background Color

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

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

This div background color is #6D8B41.


Border color

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

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

This div border color is #6D8B41.


Opacity

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

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

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

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

This text has shadow with #6D8B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8B41 on black background.


Color preview on white background

This text has color #6D8B41 on white background.



Black color preview on #6D8B41 background

This text has black color on #6D8B41 background.


White color preview on #6D8B41 background

This text has white color on #6D8B41 background.