COLOR #6D945F

HEX: #6D945F
RGB: (109,148,95)

Color info

#6D945F contains red, green and blue colors in about the same proportion. Web safe color of #6D945F is #669966 (or #696).

RGB color model

#6D945F color RGB value is (109,148,95).

  • red value is 109;
  • green value is 148;
  • blue value is 95.
RGB:
(109,148,95)
(43%,58%,37%)

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 95 of 255 = 37%

109
148
95

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

Portions of RGB colors in percentages

R + G + B =
109 + 148 + 95 = 352 (100%)
R 109 of 352 ~ 30.97%
G 148 of 352 ~ 42.05%
B 95 of 352 ~ 26.99%

%30.97
%42.05
%26.99

CMYK color model

#6D945F color CMYK value is (26,0,36,42).

  • cyan value is 26.35%
  • magenta value is 0.00%
  • yellow value is 35.81%
  • key color value is 41.96%
CMYK:
(26,0,36,42)
C26M0Y36K42 
(26%,0%,36%,42%)
(0.26/0.00/0.36/0.42)	

CMYK percentages

%26.35
%0
%35.81
%41.96

Codes

Color #6D945F in popluar color models

6D945F
RGB10914895
HSL104°21.81%47.65%
HSB/HSV104°35.81%58.04%
CMYK26.35%0.00%35.81%
41.96%

Color #6D945F in popluar number systems.

HEX6D945F
Decimal10914895
Binary1101101100101001011111
Octal155224137

Shades and tints

Shades of #6D945F

#6D945F
(109,148,95)
#648757
(100,135,87)
#5B7A4F
(91,122,79)
#526D47
(82,109,71)
#49603F
(73,96,63)
#405337
(64,83,55)
#37462F
(55,70,47)
#2E3927
(46,57,39)
#252C1F
(37,44,31)
#1C1F17
(28,31,23)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #6D945F

#6D945F
(109,148,95)
#7A9D6D
(122,157,109)
#87A67B
(135,166,123)
#94AF89
(148,175,137)
#A1B897
(161,184,151)
#AEC1A5
(174,193,165)
#BBCAB3
(187,202,179)
#C8D3C1
(200,211,193)
#D5DCCF
(213,220,207)
#E2E5DD
(226,229,221)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D945F color. Also use rgb(109,148,95) instead hex code.

Text Font Color

.myTextColor { color: #6D945F; }

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

This text font color is #6D945F.


Background Color

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

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

This div background color is #6D945F.


Border color

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

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

This div border color is #6D945F.


Opacity

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

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

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

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

This text has shadow with #6D945F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D945F on black background.


Color preview on white background

This text has color #6D945F on white background.



Black color preview on #6D945F background

This text has black color on #6D945F background.


White color preview on #6D945F background

This text has white color on #6D945F background.