COLOR #6D912C

HEX: #6D912C RGB: (109,145,44)

Color info

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

RGB color model

#6D912C color RGB value is (109,145,44).

RGB: (109,145,44) (43%, 57%, 17%)

RGB channels and saturation

R 109 of 255 = 43%
G 145 of 255 = 57%
B 44 of 255 = 17%

109
145
44

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

Portions of RGB colors in percentages

R + G + B = 109 + 145 + 44 = 298 (100%)
R 109 of 298 ~ 36.58%
G 145 of 298 ~ 48.66%
B 44 of 298 ~ 14.77'%

%36.58
%48.66
%14.77

CMYK color model

#6D912C color CMYK value is (25,0,70,43).

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 69.66%
  • key color value is 43.14%

CMYK: (25,0,70,43)
C25M0Y70K43 (25%, 0%, 70%, 43%)
(0.25 / 0.00 / 0.70 / 0.43)

CMYK percentages

%24.83
%0
%69.66
%43.14

Codes

Color #6D912C in popluar color models

6D 91 2C
RGB 109 145 44
HSL 81° 53.44% 37.06%
HSB/HSV 81° 69.66% 56.86%
CMYK 24.83% 0.00% 69.66%
43.14%

Color #6D912C in popluar number systems.

HEX 6D 91 2C
Decimal 109 145 44
Binary 1101101 10010001 101100
Octal 155 221 54

Shades and tints

Shades of #6D912C

#6D912C
(109,145,44)
#648428
(100,132,40)
#5B7724
(91,119,36)
#526A20
(82,106,32)
#495D1C
(73,93,28)
#405018
(64,80,24)
#374314
(55,67,20)
#2E3610
(46,54,16)
#25290C
(37,41,12)
#1C1C08
(28,28,8)
#130F04
(19,15,4)
#000000
(0,0,0)

Tints of #6D912C

#6D912C
(109,145,44)
#7A9B3F
(122,155,63)
#87A552
(135,165,82)
#94AF65
(148,175,101)
#A1B978
(161,185,120)
#AEC38B
(174,195,139)
#BBCD9E
(187,205,158)
#C8D7B1
(200,215,177)
#D5E1C4
(213,225,196)
#E2EBD7
(226,235,215)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D912C color. Also use rgb(109,145,44) instead hex code.

Text Font Color

.myTextColor { color: #6D912C; }

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

This text font color is #6D912C.

Background Color

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

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

This div background color is #6D912C.

Border color

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

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

This div border color is #6D912C.

Opacity

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

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

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

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

This text has shadow with #6D912C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D912C.

Preview

Color preview on black background

This text has color #6D912C on black background.


Color preview on white background

This text has color #6D912C on white background.


Black color preview on #6D912C background

This text has black color on #6D912C background.


White color preview on #6D912C background

This text has white color on #6D912C background.


Related colors

Complementary color

Complementary color for #hex is #926ED3.


I love getcolorcode.com

Triadic colors

1 #2C6D91 and #912C6D with #6D912C are triadic colors.

2 #2C916D and #916D2C with #6D912C are triadic colors.