COLOR #6D9F55

HEX: #6D9F55 RGB: (109,159,85)

Color info

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

RGB color model

#6D9F55 color RGB value is (109,159,85).

RGB: (109,159,85) (43%, 62%, 33%)

RGB channels and saturation

R 109 of 255 = 43%
G 159 of 255 = 62%
B 85 of 255 = 33%

109
159
85

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

Portions of RGB colors in percentages

R + G + B = 109 + 159 + 85 = 353 (100%)
R 109 of 353 ~ 30.88%
G 159 of 353 ~ 45.04%
B 85 of 353 ~ 24.08'%

%30.88
%45.04
%24.08

CMYK color model

#6D9F55 color CMYK value is (31,0,47,38).

  • cyan value is 31.45%
  • magenta value is 0.00%
  • yellow value is 46.54%
  • key color value is 37.65%

CMYK: (31,0,47,38)
C31M0Y47K38 (31%, 0%, 47%, 38%)
(0.31 / 0.00 / 0.47 / 0.38)

CMYK percentages

%31.45
%0
%46.54
%37.65

Codes

Color #6D9F55 in popluar color models

6D 9F 55
RGB 109 159 85
HSL 101° 30.33% 47.84%
HSB/HSV 101° 46.54% 62.35%
CMYK 31.45% 0.00% 46.54%
37.65%

Color #6D9F55 in popluar number systems.

HEX 6D 9F 55
Decimal 109 159 85
Binary 1101101 10011111 1010101
Octal 155 237 125

Shades and tints

Shades of #6D9F55

#6D9F55
(109,159,85)
#64914E
(100,145,78)
#5B8347
(91,131,71)
#527540
(82,117,64)
#496739
(73,103,57)
#405932
(64,89,50)
#374B2B
(55,75,43)
#2E3D24
(46,61,36)
#252F1D
(37,47,29)
#1C2116
(28,33,22)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6D9F55

#6D9F55
(109,159,85)
#7AA764
(122,167,100)
#87AF73
(135,175,115)
#94B782
(148,183,130)
#A1BF91
(161,191,145)
#AEC7A0
(174,199,160)
#BBCFAF
(187,207,175)
#C8D7BE
(200,215,190)
#D5DFCD
(213,223,205)
#E2E7DC
(226,231,220)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9F55; }

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

This text font color is #6D9F55.

Background Color

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

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

This div background color is #6D9F55.

Border color

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

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

This div border color is #6D9F55.

Opacity

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

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

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

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

This text has shadow with #6D9F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9F55.

Preview

Color preview on black background

This text has color #6D9F55 on black background.


Color preview on white background

This text has color #6D9F55 on white background.


Black color preview on #6D9F55 background

This text has black color on #6D9F55 background.


White color preview on #6D9F55 background

This text has white color on #6D9F55 background.


Related colors

Complementary color

Complementary color for #hex is #9260AA.


I love getcolorcode.com

Triadic colors

1 #556D9F and #9F556D with #6D9F55 are triadic colors.

2 #559F6D and #9F6D55 with #6D9F55 are triadic colors.