COLOR #6D947B

HEX: #6D947B
RGB: (109,148,123)

Color info

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

RGB color model

#6D947B color RGB value is (109,148,123).

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

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 123 of 255 = 48%

109
148
123

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

Portions of RGB colors in percentages

R + G + B =
109 + 148 + 123 = 380 (100%)
R 109 of 380 ~ 28.68%
G 148 of 380 ~ 38.95%
B 123 of 380 ~ 32.37%

%28.68
%38.95
%32.37

CMYK color model

#6D947B color CMYK value is (26,0,17,42).

  • cyan value is 26.35%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 41.96%
CMYK:
(26,0,17,42)
C26M0Y17K42 
(26%,0%,17%,42%)
(0.26/0.00/0.17/0.42)	

CMYK percentages

%26.35
%0
%16.89
%41.96

Codes

Color #6D947B in popluar color models

6D947B
RGB109148123
HSL142°15.42%50.39%
HSB/HSV142°26.35%58.04%
CMYK26.35%0.00%16.89%
41.96%

Color #6D947B in popluar number systems.

HEX6D947B
Decimal109148123
Binary1101101100101001111011
Octal155224173

Shades and tints

Shades of #6D947B

#6D947B
(109,148,123)
#648770
(100,135,112)
#5B7A65
(91,122,101)
#526D5A
(82,109,90)
#49604F
(73,96,79)
#405344
(64,83,68)
#374639
(55,70,57)
#2E392E
(46,57,46)
#252C23
(37,44,35)
#1C1F18
(28,31,24)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #6D947B

#6D947B
(109,148,123)
#7A9D87
(122,157,135)
#87A693
(135,166,147)
#94AF9F
(148,175,159)
#A1B8AB
(161,184,171)
#AEC1B7
(174,193,183)
#BBCAC3
(187,202,195)
#C8D3CF
(200,211,207)
#D5DCDB
(213,220,219)
#E2E5E7
(226,229,231)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D947B; }

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

This text font color is #6D947B.


Background Color

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

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

This div background color is #6D947B.


Border color

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

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

This div border color is #6D947B.


Opacity

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

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

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

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

This text has shadow with #6D947B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D947B on black background.


Color preview on white background

This text has color #6D947B on white background.



Black color preview on #6D947B background

This text has black color on #6D947B background.


White color preview on #6D947B background

This text has white color on #6D947B background.