COLOR #6D9846

HEX: #6D9846 RGB: (109,152,70)

Color info

#6D9846 contains mainly red and green colors. Web safe color of #6D9846 is #669933 (or #693).

RGB color model

#6D9846 color RGB value is (109,152,70).

RGB: (109,152,70) (43%, 60%, 27%)

RGB channels and saturation

R 109 of 255 = 43%
G 152 of 255 = 60%
B 70 of 255 = 27%

109
152
70

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

Portions of RGB colors in percentages

R + G + B = 109 + 152 + 70 = 331 (100%)
R 109 of 331 ~ 32.93%
G 152 of 331 ~ 45.92%
B 70 of 331 ~ 21.15'%

%32.93
%45.92
%21.15

CMYK color model

#6D9846 color CMYK value is (28,0,54,40).

  • cyan value is 28.29%
  • magenta value is 0.00%
  • yellow value is 53.95%
  • key color value is 40.39%

CMYK: (28,0,54,40)
C28M0Y54K40 (28%, 0%, 54%, 40%)
(0.28 / 0.00 / 0.54 / 0.40)

CMYK percentages

%28.29
%0
%53.95
%40.39

Codes

Color #6D9846 in popluar color models

6D 98 46
RGB 109 152 70
HSL 91° 36.94% 43.53%
HSB/HSV 91° 53.95% 59.61%
CMYK 28.29% 0.00% 53.95%
40.39%

Color #6D9846 in popluar number systems.

HEX 6D 98 46
Decimal 109 152 70
Binary 1101101 10011000 1000110
Octal 155 230 106

Shades and tints

Shades of #6D9846

#6D9846
(109,152,70)
#648B40
(100,139,64)
#5B7E3A
(91,126,58)
#527134
(82,113,52)
#49642E
(73,100,46)
#405728
(64,87,40)
#374A22
(55,74,34)
#2E3D1C
(46,61,28)
#253016
(37,48,22)
#1C2310
(28,35,16)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #6D9846

#6D9846
(109,152,70)
#7AA156
(122,161,86)
#87AA66
(135,170,102)
#94B376
(148,179,118)
#A1BC86
(161,188,134)
#AEC596
(174,197,150)
#BBCEA6
(187,206,166)
#C8D7B6
(200,215,182)
#D5E0C6
(213,224,198)
#E2E9D6
(226,233,214)
#EFF2E6
(239,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9846 color. Also use rgb(109,152,70) instead hex code.

Text Font Color

.myTextColor { color: #6D9846; }

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

This text font color is #6D9846.

Background Color

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

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

This div background color is #6D9846.

Border color

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

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

This div border color is #6D9846.

Opacity

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

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

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

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

This text has shadow with #6D9846 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9846.

Preview

Color preview on black background

This text has color #6D9846 on black background.


Color preview on white background

This text has color #6D9846 on white background.


Black color preview on #6D9846 background

This text has black color on #6D9846 background.


White color preview on #6D9846 background

This text has white color on #6D9846 background.


Related colors

Complementary color

Complementary color for #hex is #9267B9.


I love getcolorcode.com

Triadic colors

1 #466D98 and #98466D with #6D9846 are triadic colors.

2 #46986D and #986D46 with #6D9846 are triadic colors.