COLOR #6D8C2D

HEX: #6D8C2D RGB: (109,140,45)

Color info

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

RGB color model

#6D8C2D color RGB value is (109,140,45).

RGB: (109,140,45) (43%, 55%, 18%)

RGB channels and saturation

R 109 of 255 = 43%
G 140 of 255 = 55%
B 45 of 255 = 18%

109
140
45

R + G + B ~ 39%. #6D8C2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 140 + 45 = 294 (100%)
R 109 of 294 ~ 37.07%
G 140 of 294 ~ 47.62%
B 45 of 294 ~ 15.31'%

%37.07
%47.62
%15.31

CMYK color model

#6D8C2D color CMYK value is (22,0,68,45).

  • cyan value is 22.14%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 45.10%

CMYK: (22,0,68,45)
C22M0Y68K45 (22%, 0%, 68%, 45%)
(0.22 / 0.00 / 0.68 / 0.45)

CMYK percentages

%22.14
%0
%67.86
%45.1

Codes

Color #6D8C2D in popluar color models

6D 8C 2D
RGB 109 140 45
HSL 80° 51.35% 36.27%
HSB/HSV 80° 67.86% 54.90%
CMYK 22.14% 0.00% 67.86%
45.10%

Color #6D8C2D in popluar number systems.

HEX 6D 8C 2D
Decimal 109 140 45
Binary 1101101 10001100 101101
Octal 155 214 55

Shades and tints

Shades of #6D8C2D

#6D8C2D
(109,140,45)
#648029
(100,128,41)
#5B7425
(91,116,37)
#526821
(82,104,33)
#495C1D
(73,92,29)
#405019
(64,80,25)
#374415
(55,68,21)
#2E3811
(46,56,17)
#252C0D
(37,44,13)
#1C2009
(28,32,9)
#131405
(19,20,5)
#000000
(0,0,0)

Tints of #6D8C2D

#6D8C2D
(109,140,45)
#7A9640
(122,150,64)
#87A053
(135,160,83)
#94AA66
(148,170,102)
#A1B479
(161,180,121)
#AEBE8C
(174,190,140)
#BBC89F
(187,200,159)
#C8D2B2
(200,210,178)
#D5DCC5
(213,220,197)
#E2E6D8
(226,230,216)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8C2D color. Also use rgb(109,140,45) instead hex code.

Text Font Color

.myTextColor { color: #6D8C2D; }

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

This text font color is #6D8C2D.

Background Color

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

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

This div background color is #6D8C2D.

Border color

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

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

This div border color is #6D8C2D.

Opacity

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

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

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

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

This text has shadow with #6D8C2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8C2D.

Preview

Color preview on black background

This text has color #6D8C2D on black background.


Color preview on white background

This text has color #6D8C2D on white background.


Black color preview on #6D8C2D background

This text has black color on #6D8C2D background.


White color preview on #6D8C2D background

This text has white color on #6D8C2D background.


Related colors

Complementary color

Complementary color for #hex is #9273D2.


I love getcolorcode.com

Triadic colors

1 #2D6D8C and #8C2D6D with #6D8C2D are triadic colors.

2 #2D8C6D and #8C6D2D with #6D8C2D are triadic colors.