COLOR #6D9C55

HEX: #6D9C55
RGB: (109,156,85)

Color info

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

RGB color model

#6D9C55 color RGB value is (109,156,85).

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

RGB channels and saturation

R 109 of 255 = 43%
G 156 of 255 = 61%
B 85 of 255 = 33%

109
156
85

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

Portions of RGB colors in percentages

R + G + B =
109 + 156 + 85 = 350 (100%)
R 109 of 350 ~ 31.14%
G 156 of 350 ~ 44.57%
B 85 of 350 ~ 24.29%

%31.14
%44.57
%24.29

CMYK color model

#6D9C55 color CMYK value is (30,0,46,39).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 45.51%
  • key color value is 38.82%
CMYK:
(30,0,46,39)
C30M0Y46K39 
(30%,0%,46%,39%)
(0.30/0.00/0.46/0.39)	

CMYK percentages

%30.13
%0
%45.51
%38.82

Codes

Color #6D9C55 in popluar color models

6D9C55
RGB10915685
HSL100°29.46%47.25%
HSB/HSV100°45.51%61.18%
CMYK30.13%0.00%45.51%
38.82%

Color #6D9C55 in popluar number systems.

HEX6D9C55
Decimal10915685
Binary1101101100111001010101
Octal155234125

Shades and tints

Shades of #6D9C55

#6D9C55
(109,156,85)
#648E4E
(100,142,78)
#5B8047
(91,128,71)
#527240
(82,114,64)
#496439
(73,100,57)
#405632
(64,86,50)
#37482B
(55,72,43)
#2E3A24
(46,58,36)
#252C1D
(37,44,29)
#1C1E16
(28,30,22)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #6D9C55

#6D9C55
(109,156,85)
#7AA564
(122,165,100)
#87AE73
(135,174,115)
#94B782
(148,183,130)
#A1C091
(161,192,145)
#AEC9A0
(174,201,160)
#BBD2AF
(187,210,175)
#C8DBBE
(200,219,190)
#D5E4CD
(213,228,205)
#E2EDDC
(226,237,220)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9C55; }

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

This text font color is #6D9C55.


Background Color

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

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

This div background color is #6D9C55.


Border color

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

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

This div border color is #6D9C55.


Opacity

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

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

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

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

This text has shadow with #6D9C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9C55 on black background.


Color preview on white background

This text has color #6D9C55 on white background.



Black color preview on #6D9C55 background

This text has black color on #6D9C55 background.


White color preview on #6D9C55 background

This text has white color on #6D9C55 background.