COLOR #6D9156

HEX: #6D9156
RGB: (109,145,86)

Color info

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

RGB color model

#6D9156 color RGB value is (109,145,86).

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

RGB channels and saturation

R 109 of 255 = 43%
G 145 of 255 = 57%
B 86 of 255 = 34%

109
145
86

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

Portions of RGB colors in percentages

R + G + B =
109 + 145 + 86 = 340 (100%)
R 109 of 340 ~ 32.06%
G 145 of 340 ~ 42.65%
B 86 of 340 ~ 25.29%

%32.06
%42.65
%25.29

CMYK color model

#6D9156 color CMYK value is (25,0,41,43).

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 40.69%
  • key color value is 43.14%
CMYK:
(25,0,41,43)
C25M0Y41K43 
(25%,0%,41%,43%)
(0.25/0.00/0.41/0.43)	

CMYK percentages

%24.83
%0
%40.69
%43.14

Codes

Color #6D9156 in popluar color models

6D9156
RGB10914586
HSL97°25.54%45.29%
HSB/HSV97°40.69%56.86%
CMYK24.83%0.00%40.69%
43.14%

Color #6D9156 in popluar number systems.

HEX6D9156
Decimal10914586
Binary1101101100100011010110
Octal155221126

Shades and tints

Shades of #6D9156

#6D9156
(109,145,86)
#64844F
(100,132,79)
#5B7748
(91,119,72)
#526A41
(82,106,65)
#495D3A
(73,93,58)
#405033
(64,80,51)
#37432C
(55,67,44)
#2E3625
(46,54,37)
#25291E
(37,41,30)
#1C1C17
(28,28,23)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #6D9156

#6D9156
(109,145,86)
#7A9B65
(122,155,101)
#87A574
(135,165,116)
#94AF83
(148,175,131)
#A1B992
(161,185,146)
#AEC3A1
(174,195,161)
#BBCDB0
(187,205,176)
#C8D7BF
(200,215,191)
#D5E1CE
(213,225,206)
#E2EBDD
(226,235,221)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9156; }

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

This text font color is #6D9156.


Background Color

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

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

This div background color is #6D9156.


Border color

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

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

This div border color is #6D9156.


Opacity

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

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

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

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

This text has shadow with #6D9156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9156 on black background.


Color preview on white background

This text has color #6D9156 on white background.



Black color preview on #6D9156 background

This text has black color on #6D9156 background.


White color preview on #6D9156 background

This text has white color on #6D9156 background.