COLOR #6D9467

HEX: #6D9467
RGB: (109,148,103)

Color info

#6D9467 contains red, green and blue colors in about the same proportion. Web safe color of #6D9467 is #669966 (or #696).

RGB color model

#6D9467 color RGB value is (109,148,103).

  • red value is 109;
  • green value is 148;
  • blue value is 103.
RGB:
(109,148,103)
(43%,58%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 103 of 255 = 40%

109
148
103

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

Portions of RGB colors in percentages

R + G + B =
109 + 148 + 103 = 360 (100%)
R 109 of 360 ~ 30.28%
G 148 of 360 ~ 41.11%
B 103 of 360 ~ 28.61%

%30.28
%41.11
%28.61

CMYK color model

#6D9467 color CMYK value is (26,0,30,42).

  • cyan value is 26.35%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 41.96%
CMYK:
(26,0,30,42)
C26M0Y30K42 
(26%,0%,30%,42%)
(0.26/0.00/0.30/0.42)	

CMYK percentages

%26.35
%0
%30.41
%41.96

Codes

Color #6D9467 in popluar color models

6D9467
RGB109148103
HSL112°17.93%49.22%
HSB/HSV112°30.41%58.04%
CMYK26.35%0.00%30.41%
41.96%

Color #6D9467 in popluar number systems.

HEX6D9467
Decimal109148103
Binary1101101100101001100111
Octal155224147

Shades and tints

Shades of #6D9467

#6D9467
(109,148,103)
#64875E
(100,135,94)
#5B7A55
(91,122,85)
#526D4C
(82,109,76)
#496043
(73,96,67)
#40533A
(64,83,58)
#374631
(55,70,49)
#2E3928
(46,57,40)
#252C1F
(37,44,31)
#1C1F16
(28,31,22)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #6D9467

#6D9467
(109,148,103)
#7A9D74
(122,157,116)
#87A681
(135,166,129)
#94AF8E
(148,175,142)
#A1B89B
(161,184,155)
#AEC1A8
(174,193,168)
#BBCAB5
(187,202,181)
#C8D3C2
(200,211,194)
#D5DCCF
(213,220,207)
#E2E5DC
(226,229,220)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9467 color. Also use rgb(109,148,103) instead hex code.

Text Font Color

.myTextColor { color: #6D9467; }

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

This text font color is #6D9467.


Background Color

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

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

This div background color is #6D9467.


Border color

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

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

This div border color is #6D9467.


Opacity

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

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

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

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

This text has shadow with #6D9467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9467 on black background.


Color preview on white background

This text has color #6D9467 on white background.



Black color preview on #6D9467 background

This text has black color on #6D9467 background.


White color preview on #6D9467 background

This text has white color on #6D9467 background.