COLOR #6D8727

HEX: #6D8727
RGB: (109,135,39)

Color info

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

RGB color model

#6D8727 color RGB value is (109,135,39).

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

RGB channels and saturation

R 109 of 255 = 43%
G 135 of 255 = 53%
B 39 of 255 = 15%

109
135
39

R + G + B ~ 37%. #6D8727 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 135 + 39 = 283 (100%)
R 109 of 283 ~ 38.52%
G 135 of 283 ~ 47.7%
B 39 of 283 ~ 13.78%

%38.52
%47.7
%13.78

CMYK color model

#6D8727 color CMYK value is (19,0,71,47).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 71.11%
  • key color value is 47.06%
CMYK:
(19,0,71,47)
C19M0Y71K47 
(19%,0%,71%,47%)
(0.19/0.00/0.71/0.47)	

CMYK percentages

%19.26
%0
%71.11
%47.06

Codes

Color #6D8727 in popluar color models

6D8727
RGB10913539
HSL76°55.17%34.12%
HSB/HSV76°71.11%52.94%
CMYK19.26%0.00%71.11%
47.06%

Color #6D8727 in popluar number systems.

HEX6D8727
Decimal10913539
Binary110110110000111100111
Octal15520747

Shades and tints

Shades of #6D8727

#6D8727
(109,135,39)
#647B24
(100,123,36)
#5B6F21
(91,111,33)
#52631E
(82,99,30)
#49571B
(73,87,27)
#404B18
(64,75,24)
#373F15
(55,63,21)
#2E3312
(46,51,18)
#25270F
(37,39,15)
#1C1B0C
(28,27,12)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #6D8727

#6D8727
(109,135,39)
#7A913A
(122,145,58)
#879B4D
(135,155,77)
#94A560
(148,165,96)
#A1AF73
(161,175,115)
#AEB986
(174,185,134)
#BBC399
(187,195,153)
#C8CDAC
(200,205,172)
#D5D7BF
(213,215,191)
#E2E1D2
(226,225,210)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8727; }

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

This text font color is #6D8727.


Background Color

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

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

This div background color is #6D8727.


Border color

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

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

This div border color is #6D8727.


Opacity

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

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

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

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

This text has shadow with #6D8727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8727 on black background.


Color preview on white background

This text has color #6D8727 on white background.



Black color preview on #6D8727 background

This text has black color on #6D8727 background.


White color preview on #6D8727 background

This text has white color on #6D8727 background.