COLOR #6D8754

HEX: #6D8754
RGB: (109,135,84)

Color info

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

RGB color model

#6D8754 color RGB value is (109,135,84).

  • red value is 109;
  • green value is 135;
  • blue value is 84.
RGB:
(109,135,84)
(43%,53%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 135 of 255 = 53%
B 84 of 255 = 33%

109
135
84

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

Portions of RGB colors in percentages

R + G + B =
109 + 135 + 84 = 328 (100%)
R 109 of 328 ~ 33.23%
G 135 of 328 ~ 41.16%
B 84 of 328 ~ 25.61%

%33.23
%41.16
%25.61

CMYK color model

#6D8754 color CMYK value is (19,0,38,47).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 47.06%
CMYK:
(19,0,38,47)
C19M0Y38K47 
(19%,0%,38%,47%)
(0.19/0.00/0.38/0.47)	

CMYK percentages

%19.26
%0
%37.78
%47.06

Codes

Color #6D8754 in popluar color models

6D8754
RGB10913584
HSL91°23.29%42.94%
HSB/HSV91°37.78%52.94%
CMYK19.26%0.00%37.78%
47.06%

Color #6D8754 in popluar number systems.

HEX6D8754
Decimal10913584
Binary1101101100001111010100
Octal155207124

Shades and tints

Shades of #6D8754

#6D8754
(109,135,84)
#647B4D
(100,123,77)
#5B6F46
(91,111,70)
#52633F
(82,99,63)
#495738
(73,87,56)
#404B31
(64,75,49)
#373F2A
(55,63,42)
#2E3323
(46,51,35)
#25271C
(37,39,28)
#1C1B15
(28,27,21)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #6D8754

#6D8754
(109,135,84)
#7A9163
(122,145,99)
#879B72
(135,155,114)
#94A581
(148,165,129)
#A1AF90
(161,175,144)
#AEB99F
(174,185,159)
#BBC3AE
(187,195,174)
#C8CDBD
(200,205,189)
#D5D7CC
(213,215,204)
#E2E1DB
(226,225,219)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8754 color. Also use rgb(109,135,84) instead hex code.

Text Font Color

.myTextColor { color: #6D8754; }

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

This text font color is #6D8754.


Background Color

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

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

This div background color is #6D8754.


Border color

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

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

This div border color is #6D8754.


Opacity

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

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

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

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

This text has shadow with #6D8754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8754 on black background.


Color preview on white background

This text has color #6D8754 on white background.



Black color preview on #6D8754 background

This text has black color on #6D8754 background.


White color preview on #6D8754 background

This text has white color on #6D8754 background.