COLOR #6D822F

HEX: #6D822F RGB: (109,130,47)

Color info

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

RGB color model

#6D822F color RGB value is (109,130,47).

RGB: (109,130,47) (43%, 51%, 18%)

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 47 of 255 = 18%

109
130
47

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

Portions of RGB colors in percentages

R + G + B = 109 + 130 + 47 = 286 (100%)
R 109 of 286 ~ 38.11%
G 130 of 286 ~ 45.45%
B 47 of 286 ~ 16.43'%

%38.11
%45.45
%16.43

CMYK color model

#6D822F color CMYK value is (16,0,64,49).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 63.85%
  • key color value is 49.02%

CMYK: (16,0,64,49)
C16M0Y64K49 (16%, 0%, 64%, 49%)
(0.16 / 0.00 / 0.64 / 0.49)

CMYK percentages

%16.15
%0
%63.85
%49.02

Codes

Color #6D822F in popluar color models

6D 82 2F
RGB 109 130 47
HSL 75° 46.89% 34.71%
HSB/HSV 75° 63.85% 50.98%
CMYK 16.15% 0.00% 63.85%
49.02%

Color #6D822F in popluar number systems.

HEX 6D 82 2F
Decimal 109 130 47
Binary 1101101 10000010 101111
Octal 155 202 57

Shades and tints

Shades of #6D822F

#6D822F
(109,130,47)
#64772B
(100,119,43)
#5B6C27
(91,108,39)
#526123
(82,97,35)
#49561F
(73,86,31)
#404B1B
(64,75,27)
#374017
(55,64,23)
#2E3513
(46,53,19)
#252A0F
(37,42,15)
#1C1F0B
(28,31,11)
#131407
(19,20,7)
#000000
(0,0,0)

Tints of #6D822F

#6D822F
(109,130,47)
#7A8D41
(122,141,65)
#879853
(135,152,83)
#94A365
(148,163,101)
#A1AE77
(161,174,119)
#AEB989
(174,185,137)
#BBC49B
(187,196,155)
#C8CFAD
(200,207,173)
#D5DABF
(213,218,191)
#E2E5D1
(226,229,209)
#EFF0E3
(239,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D822F color. Also use rgb(109,130,47) instead hex code.

Text Font Color

.myTextColor { color: #6D822F; }

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

This text font color is #6D822F.

Background Color

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

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

This div background color is #6D822F.

Border color

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

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

This div border color is #6D822F.

Opacity

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

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

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

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

This text has shadow with #6D822F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D822F.

Preview

Color preview on black background

This text has color #6D822F on black background.


Color preview on white background

This text has color #6D822F on white background.


Black color preview on #6D822F background

This text has black color on #6D822F background.


White color preview on #6D822F background

This text has white color on #6D822F background.


Related colors

Complementary color

Complementary color for #hex is #927DD0.


I love getcolorcode.com

Triadic colors

1 #2F6D82 and #822F6D with #6D822F are triadic colors.

2 #2F826D and #826D2F with #6D822F are triadic colors.