COLOR #6D9E61

HEX: #6D9E61
RGB: (109,158,97)

Color info

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

RGB color model

#6D9E61 color RGB value is (109,158,97).

  • red value is 109;
  • green value is 158;
  • blue value is 97.
RGB:
(109,158,97)
(43%,62%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 158 of 255 = 62%
B 97 of 255 = 38%

109
158
97

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

Portions of RGB colors in percentages

R + G + B =
109 + 158 + 97 = 364 (100%)
R 109 of 364 ~ 29.95%
G 158 of 364 ~ 43.41%
B 97 of 364 ~ 26.65%

%29.95
%43.41
%26.65

CMYK color model

#6D9E61 color CMYK value is (31,0,39,38).

  • cyan value is 31.01%
  • magenta value is 0.00%
  • yellow value is 38.61%
  • key color value is 38.04%
CMYK:
(31,0,39,38)
C31M0Y39K38 
(31%,0%,39%,38%)
(0.31/0.00/0.39/0.38)	

CMYK percentages

%31.01
%0
%38.61
%38.04

Codes

Color #6D9E61 in popluar color models

6D9E61
RGB10915897
HSL108°23.92%50.00%
HSB/HSV108°38.61%61.96%
CMYK31.01%0.00%38.61%
38.04%

Color #6D9E61 in popluar number systems.

HEX6D9E61
Decimal10915897
Binary1101101100111101100001
Octal155236141

Shades and tints

Shades of #6D9E61

#6D9E61
(109,158,97)
#649059
(100,144,89)
#5B8251
(91,130,81)
#527449
(82,116,73)
#496641
(73,102,65)
#405839
(64,88,57)
#374A31
(55,74,49)
#2E3C29
(46,60,41)
#252E21
(37,46,33)
#1C2019
(28,32,25)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #6D9E61

#6D9E61
(109,158,97)
#7AA66F
(122,166,111)
#87AE7D
(135,174,125)
#94B68B
(148,182,139)
#A1BE99
(161,190,153)
#AEC6A7
(174,198,167)
#BBCEB5
(187,206,181)
#C8D6C3
(200,214,195)
#D5DED1
(213,222,209)
#E2E6DF
(226,230,223)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9E61 color. Also use rgb(109,158,97) instead hex code.

Text Font Color

.myTextColor { color: #6D9E61; }

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

This text font color is #6D9E61.


Background Color

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

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

This div background color is #6D9E61.


Border color

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

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

This div border color is #6D9E61.


Opacity

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

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

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

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

This text has shadow with #6D9E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9E61 on black background.


Color preview on white background

This text has color #6D9E61 on white background.



Black color preview on #6D9E61 background

This text has black color on #6D9E61 background.


White color preview on #6D9E61 background

This text has white color on #6D9E61 background.