COLOR #6D8B4A

HEX: #6D8B4A
RGB: (109,139,74)

Color info

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

RGB color model

#6D8B4A color RGB value is (109,139,74).

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

RGB channels and saturation

R 109 of 255 = 43%
G 139 of 255 = 55%
B 74 of 255 = 29%

109
139
74

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

Portions of RGB colors in percentages

R + G + B =
109 + 139 + 74 = 322 (100%)
R 109 of 322 ~ 33.85%
G 139 of 322 ~ 43.17%
B 74 of 322 ~ 22.98%

%33.85
%43.17
%22.98

CMYK color model

#6D8B4A color CMYK value is (22,0,47,45).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 46.76%
  • key color value is 45.49%
CMYK:
(22,0,47,45)
C22M0Y47K45 
(22%,0%,47%,45%)
(0.22/0.00/0.47/0.45)	

CMYK percentages

%21.58
%0
%46.76
%45.49

Codes

Color #6D8B4A in popluar color models

6D8B4A
RGB10913974
HSL88°30.52%41.76%
HSB/HSV88°46.76%54.51%
CMYK21.58%0.00%46.76%
45.49%

Color #6D8B4A in popluar number systems.

HEX6D8B4A
Decimal10913974
Binary1101101100010111001010
Octal155213112

Shades and tints

Shades of #6D8B4A

#6D8B4A
(109,139,74)
#647F44
(100,127,68)
#5B733E
(91,115,62)
#526738
(82,103,56)
#495B32
(73,91,50)
#404F2C
(64,79,44)
#374326
(55,67,38)
#2E3720
(46,55,32)
#252B1A
(37,43,26)
#1C1F14
(28,31,20)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #6D8B4A

#6D8B4A
(109,139,74)
#7A955A
(122,149,90)
#879F6A
(135,159,106)
#94A97A
(148,169,122)
#A1B38A
(161,179,138)
#AEBD9A
(174,189,154)
#BBC7AA
(187,199,170)
#C8D1BA
(200,209,186)
#D5DBCA
(213,219,202)
#E2E5DA
(226,229,218)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8B4A; }

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

This text font color is #6D8B4A.


Background Color

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

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

This div background color is #6D8B4A.


Border color

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

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

This div border color is #6D8B4A.


Opacity

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

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

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

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

This text has shadow with #6D8B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8B4A on black background.


Color preview on white background

This text has color #6D8B4A on white background.



Black color preview on #6D8B4A background

This text has black color on #6D8B4A background.


White color preview on #6D8B4A background

This text has white color on #6D8B4A background.