COLOR #6D8722

HEX: #6D8722
RGB: (109,135,34)

Color info

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

RGB color model

#6D8722 color RGB value is (109,135,34).

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

RGB channels and saturation

R 109 of 255 = 43%
G 135 of 255 = 53%
B 34 of 255 = 13%

109
135
34

R + G + B ~ 36%. #6D8722 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 135 + 34 = 278 (100%)
R 109 of 278 ~ 39.21%
G 135 of 278 ~ 48.56%
B 34 of 278 ~ 12.23%

%39.21
%48.56
%12.23

CMYK color model

#6D8722 color CMYK value is (19,0,75,47).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 74.81%
  • key color value is 47.06%
CMYK:
(19,0,75,47)
C19M0Y75K47 
(19%,0%,75%,47%)
(0.19/0.00/0.75/0.47)	

CMYK percentages

%19.26
%0
%74.81
%47.06

Codes

Color #6D8722 in popluar color models

6D8722
RGB10913534
HSL75°59.76%33.14%
HSB/HSV75°74.81%52.94%
CMYK19.26%0.00%74.81%
47.06%

Color #6D8722 in popluar number systems.

HEX6D8722
Decimal10913534
Binary110110110000111100010
Octal15520742

Shades and tints

Shades of #6D8722

#6D8722
(109,135,34)
#647B1F
(100,123,31)
#5B6F1C
(91,111,28)
#526319
(82,99,25)
#495716
(73,87,22)
#404B13
(64,75,19)
#373F10
(55,63,16)
#2E330D
(46,51,13)
#25270A
(37,39,10)
#1C1B07
(28,27,7)
#130F04
(19,15,4)
#000000
(0,0,0)

Tints of #6D8722

#6D8722
(109,135,34)
#7A9136
(122,145,54)
#879B4A
(135,155,74)
#94A55E
(148,165,94)
#A1AF72
(161,175,114)
#AEB986
(174,185,134)
#BBC39A
(187,195,154)
#C8CDAE
(200,205,174)
#D5D7C2
(213,215,194)
#E2E1D6
(226,225,214)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8722; }

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

This text font color is #6D8722.


Background Color

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

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

This div background color is #6D8722.


Border color

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

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

This div border color is #6D8722.


Opacity

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

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

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

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

This text has shadow with #6D8722 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8722 on black background.


Color preview on white background

This text has color #6D8722 on white background.



Black color preview on #6D8722 background

This text has black color on #6D8722 background.


White color preview on #6D8722 background

This text has white color on #6D8722 background.