COLOR #6D9041

HEX: #6D9041
RGB: (109,144,65)

Color info

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

RGB color model

#6D9041 color RGB value is (109,144,65).

  • red value is 109;
  • green value is 144;
  • blue value is 65.
RGB:
(109,144,65)
(43%,56%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 65 of 255 = 25%

109
144
65

R + G + B ~ 41%. #6D9041 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 144 + 65 = 318 (100%)
R 109 of 318 ~ 34.28%
G 144 of 318 ~ 45.28%
B 65 of 318 ~ 20.44%

%34.28
%45.28
%20.44

CMYK color model

#6D9041 color CMYK value is (24,0,55,44).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 54.86%
  • key color value is 43.53%
CMYK:
(24,0,55,44)
C24M0Y55K44 
(24%,0%,55%,44%)
(0.24/0.00/0.55/0.44)	

CMYK percentages

%24.31
%0
%54.86
%43.53

Codes

Color #6D9041 in popluar color models

6D9041
RGB10914465
HSL87°37.80%40.98%
HSB/HSV87°54.86%56.47%
CMYK24.31%0.00%54.86%
43.53%

Color #6D9041 in popluar number systems.

HEX6D9041
Decimal10914465
Binary1101101100100001000001
Octal155220101

Shades and tints

Shades of #6D9041

#6D9041
(109,144,65)
#64833C
(100,131,60)
#5B7637
(91,118,55)
#526932
(82,105,50)
#495C2D
(73,92,45)
#404F28
(64,79,40)
#374223
(55,66,35)
#2E351E
(46,53,30)
#252819
(37,40,25)
#1C1B14
(28,27,20)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D9041

#6D9041
(109,144,65)
#7A9A52
(122,154,82)
#87A463
(135,164,99)
#94AE74
(148,174,116)
#A1B885
(161,184,133)
#AEC296
(174,194,150)
#BBCCA7
(187,204,167)
#C8D6B8
(200,214,184)
#D5E0C9
(213,224,201)
#E2EADA
(226,234,218)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9041 color. Also use rgb(109,144,65) instead hex code.

Text Font Color

.myTextColor { color: #6D9041; }

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

This text font color is #6D9041.


Background Color

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

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

This div background color is #6D9041.


Border color

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

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

This div border color is #6D9041.


Opacity

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

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

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

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

This text has shadow with #6D9041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9041 on black background.


Color preview on white background

This text has color #6D9041 on white background.



Black color preview on #6D9041 background

This text has black color on #6D9041 background.


White color preview on #6D9041 background

This text has white color on #6D9041 background.