COLOR #6D9139

HEX: #6D9139 RGB: (109,145,57)

Color info

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

RGB color model

#6D9139 color RGB value is (109,145,57).

RGB: (109,145,57) (43%, 57%, 22%)

RGB channels and saturation

R 109 of 255 = 43%
G 145 of 255 = 57%
B 57 of 255 = 22%

109
145
57

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

Portions of RGB colors in percentages

R + G + B = 109 + 145 + 57 = 311 (100%)
R 109 of 311 ~ 35.05%
G 145 of 311 ~ 46.62%
B 57 of 311 ~ 18.33'%

%35.05
%46.62
%18.33

CMYK color model

#6D9139 color CMYK value is (25,0,61,43).

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

CMYK: (25,0,61,43)
C25M0Y61K43 (25%, 0%, 61%, 43%)
(0.25 / 0.00 / 0.61 / 0.43)

CMYK percentages

%24.83
%0
%60.69
%43.14

Codes

Color #6D9139 in popluar color models

6D 91 39
RGB 109 145 57
HSL 85° 43.56% 39.61%
HSB/HSV 85° 60.69% 56.86%
CMYK 24.83% 0.00% 60.69%
43.14%

Color #6D9139 in popluar number systems.

HEX 6D 91 39
Decimal 109 145 57
Binary 1101101 10010001 111001
Octal 155 221 71

Shades and tints

Shades of #6D9139

#6D9139
(109,145,57)
#648434
(100,132,52)
#5B772F
(91,119,47)
#526A2A
(82,106,42)
#495D25
(73,93,37)
#405020
(64,80,32)
#37431B
(55,67,27)
#2E3616
(46,54,22)
#252911
(37,41,17)
#1C1C0C
(28,28,12)
#130F07
(19,15,7)
#000000
(0,0,0)

Tints of #6D9139

#6D9139
(109,145,57)
#7A9B4B
(122,155,75)
#87A55D
(135,165,93)
#94AF6F
(148,175,111)
#A1B981
(161,185,129)
#AEC393
(174,195,147)
#BBCDA5
(187,205,165)
#C8D7B7
(200,215,183)
#D5E1C9
(213,225,201)
#E2EBDB
(226,235,219)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9139; }

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

This text font color is #6D9139.

Background Color

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

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

This div background color is #6D9139.

Border color

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

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

This div border color is #6D9139.

Opacity

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

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

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

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

This text has shadow with #6D9139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9139.

Preview

Color preview on black background

This text has color #6D9139 on black background.


Color preview on white background

This text has color #6D9139 on white background.


Black color preview on #6D9139 background

This text has black color on #6D9139 background.


White color preview on #6D9139 background

This text has white color on #6D9139 background.


Related colors

Complementary color

Complementary color for #hex is #926EC6.


I love getcolorcode.com

Triadic colors

1 #396D91 and #91396D with #6D9139 are triadic colors.

2 #39916D and #916D39 with #6D9139 are triadic colors.