COLOR #6D904C

HEX: #6D904C RGB: (109,144,76)

Color info

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

RGB color model

#6D904C color RGB value is (109,144,76).

RGB: (109,144,76) (43%, 56%, 30%)

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 76 of 255 = 30%

109
144
76

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

Portions of RGB colors in percentages

R + G + B = 109 + 144 + 76 = 329 (100%)
R 109 of 329 ~ 33.13%
G 144 of 329 ~ 43.77%
B 76 of 329 ~ 23.1'%

%33.13
%43.77
%23.1

CMYK color model

#6D904C color CMYK value is (24,0,47,44).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 43.53%

CMYK: (24,0,47,44)
C24M0Y47K44 (24%, 0%, 47%, 44%)
(0.24 / 0.00 / 0.47 / 0.44)

CMYK percentages

%24.31
%0
%47.22
%43.53

Codes

Color #6D904C in popluar color models

6D 90 4C
RGB 109 144 76
HSL 91° 30.91% 43.14%
HSB/HSV 91° 47.22% 56.47%
CMYK 24.31% 0.00% 47.22%
43.53%

Color #6D904C in popluar number systems.

HEX 6D 90 4C
Decimal 109 144 76
Binary 1101101 10010000 1001100
Octal 155 220 114

Shades and tints

Shades of #6D904C

#6D904C
(109,144,76)
#648346
(100,131,70)
#5B7640
(91,118,64)
#52693A
(82,105,58)
#495C34
(73,92,52)
#404F2E
(64,79,46)
#374228
(55,66,40)
#2E3522
(46,53,34)
#25281C
(37,40,28)
#1C1B16
(28,27,22)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D904C

#6D904C
(109,144,76)
#7A9A5C
(122,154,92)
#87A46C
(135,164,108)
#94AE7C
(148,174,124)
#A1B88C
(161,184,140)
#AEC29C
(174,194,156)
#BBCCAC
(187,204,172)
#C8D6BC
(200,214,188)
#D5E0CC
(213,224,204)
#E2EADC
(226,234,220)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D904C color. Also use rgb(109,144,76) instead hex code.

Text Font Color

.myTextColor { color: #6D904C; }

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

This text font color is #6D904C.

Background Color

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

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

This div background color is #6D904C.

Border color

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

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

This div border color is #6D904C.

Opacity

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

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

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

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

This text has shadow with #6D904C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D904C.

Preview

Color preview on black background

This text has color #6D904C on black background.


Color preview on white background

This text has color #6D904C on white background.


Black color preview on #6D904C background

This text has black color on #6D904C background.


White color preview on #6D904C background

This text has white color on #6D904C background.


Related colors

Complementary color

Complementary color for #hex is #926FB3.


I love getcolorcode.com

Triadic colors

1 #4C6D90 and #904C6D with #6D904C are triadic colors.

2 #4C906D and #906D4C with #6D904C are triadic colors.