COLOR #6D9C45

HEX: #6D9C45
RGB: (109,156,69)

Color info

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

RGB color model

#6D9C45 color RGB value is (109,156,69).

  • red value is 109;
  • green value is 156;
  • blue value is 69.
RGB:
(109,156,69)
(43%,61%,27%)

RGB channels and saturation

R 109 of 255 = 43%
G 156 of 255 = 61%
B 69 of 255 = 27%

109
156
69

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

Portions of RGB colors in percentages

R + G + B =
109 + 156 + 69 = 334 (100%)
R 109 of 334 ~ 32.63%
G 156 of 334 ~ 46.71%
B 69 of 334 ~ 20.66%

%32.63
%46.71
%20.66

CMYK color model

#6D9C45 color CMYK value is (30,0,56,39).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 55.77%
  • key color value is 38.82%
CMYK:
(30,0,56,39)
C30M0Y56K39 
(30%,0%,56%,39%)
(0.30/0.00/0.56/0.39)	

CMYK percentages

%30.13
%0
%55.77
%38.82

Codes

Color #6D9C45 in popluar color models

6D9C45
RGB10915669
HSL92°38.67%44.12%
HSB/HSV92°55.77%61.18%
CMYK30.13%0.00%55.77%
38.82%

Color #6D9C45 in popluar number systems.

HEX6D9C45
Decimal10915669
Binary1101101100111001000101
Octal155234105

Shades and tints

Shades of #6D9C45

#6D9C45
(109,156,69)
#648E3F
(100,142,63)
#5B8039
(91,128,57)
#527233
(82,114,51)
#49642D
(73,100,45)
#405627
(64,86,39)
#374821
(55,72,33)
#2E3A1B
(46,58,27)
#252C15
(37,44,21)
#1C1E0F
(28,30,15)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #6D9C45

#6D9C45
(109,156,69)
#7AA555
(122,165,85)
#87AE65
(135,174,101)
#94B775
(148,183,117)
#A1C085
(161,192,133)
#AEC995
(174,201,149)
#BBD2A5
(187,210,165)
#C8DBB5
(200,219,181)
#D5E4C5
(213,228,197)
#E2EDD5
(226,237,213)
#EFF6E5
(239,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9C45 color. Also use rgb(109,156,69) instead hex code.

Text Font Color

.myTextColor { color: #6D9C45; }

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

This text font color is #6D9C45.


Background Color

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

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

This div background color is #6D9C45.


Border color

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

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

This div border color is #6D9C45.


Opacity

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

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

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

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

This text has shadow with #6D9C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9C45 on black background.


Color preview on white background

This text has color #6D9C45 on white background.



Black color preview on #6D9C45 background

This text has black color on #6D9C45 background.


White color preview on #6D9C45 background

This text has white color on #6D9C45 background.