COLOR #6D9D56

HEX: #6D9D56
RGB: (109,157,86)

Color info

#6D9D56 contains mainly red and green colors. Web safe color of #6D9D56 is #669966 (or #696).

RGB color model

#6D9D56 color RGB value is (109,157,86).

  • red value is 109;
  • green value is 157;
  • blue value is 86.
RGB:
(109,157,86)
(43%,62%,34%)

RGB channels and saturation

R 109 of 255 = 43%
G 157 of 255 = 62%
B 86 of 255 = 34%

109
157
86

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

Portions of RGB colors in percentages

R + G + B =
109 + 157 + 86 = 352 (100%)
R 109 of 352 ~ 30.97%
G 157 of 352 ~ 44.6%
B 86 of 352 ~ 24.43%

%30.97
%44.6
%24.43

CMYK color model

#6D9D56 color CMYK value is (31,0,45,38).

  • cyan value is 30.57%
  • magenta value is 0.00%
  • yellow value is 45.22%
  • key color value is 38.43%
CMYK:
(31,0,45,38)
C31M0Y45K38 
(31%,0%,45%,38%)
(0.31/0.00/0.45/0.38)	

CMYK percentages

%30.57
%0
%45.22
%38.43

Codes

Color #6D9D56 in popluar color models

6D9D56
RGB10915786
HSL101°29.22%47.65%
HSB/HSV101°45.22%61.57%
CMYK30.57%0.00%45.22%
38.43%

Color #6D9D56 in popluar number systems.

HEX6D9D56
Decimal10915786
Binary1101101100111011010110
Octal155235126

Shades and tints

Shades of #6D9D56

#6D9D56
(109,157,86)
#648F4F
(100,143,79)
#5B8148
(91,129,72)
#527341
(82,115,65)
#49653A
(73,101,58)
#405733
(64,87,51)
#37492C
(55,73,44)
#2E3B25
(46,59,37)
#252D1E
(37,45,30)
#1C1F17
(28,31,23)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #6D9D56

#6D9D56
(109,157,86)
#7AA565
(122,165,101)
#87AD74
(135,173,116)
#94B583
(148,181,131)
#A1BD92
(161,189,146)
#AEC5A1
(174,197,161)
#BBCDB0
(187,205,176)
#C8D5BF
(200,213,191)
#D5DDCE
(213,221,206)
#E2E5DD
(226,229,221)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9D56 color. Also use rgb(109,157,86) instead hex code.

Text Font Color

.myTextColor { color: #6D9D56; }

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

This text font color is #6D9D56.


Background Color

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

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

This div background color is #6D9D56.


Border color

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

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

This div border color is #6D9D56.


Opacity

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

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

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

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

This text has shadow with #6D9D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D56 on black background.


Color preview on white background

This text has color #6D9D56 on white background.



Black color preview on #6D9D56 background

This text has black color on #6D9D56 background.


White color preview on #6D9D56 background

This text has white color on #6D9D56 background.