COLOR #6D914E

HEX: #6D914E
RGB: (109,145,78)

Color info

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

RGB color model

#6D914E color RGB value is (109,145,78).

  • red value is 109;
  • green value is 145;
  • blue value is 78.
RGB:
(109,145,78)
(43%,57%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 145 of 255 = 57%
B 78 of 255 = 31%

109
145
78

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

Portions of RGB colors in percentages

R + G + B =
109 + 145 + 78 = 332 (100%)
R 109 of 332 ~ 32.83%
G 145 of 332 ~ 43.67%
B 78 of 332 ~ 23.49%

%32.83
%43.67
%23.49

CMYK color model

#6D914E color CMYK value is (25,0,46,43).

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 46.21%
  • key color value is 43.14%
CMYK:
(25,0,46,43)
C25M0Y46K43 
(25%,0%,46%,43%)
(0.25/0.00/0.46/0.43)	

CMYK percentages

%24.83
%0
%46.21
%43.14

Codes

Color #6D914E in popluar color models

6D914E
RGB10914578
HSL92°30.04%43.73%
HSB/HSV92°46.21%56.86%
CMYK24.83%0.00%46.21%
43.14%

Color #6D914E in popluar number systems.

HEX6D914E
Decimal10914578
Binary1101101100100011001110
Octal155221116

Shades and tints

Shades of #6D914E

#6D914E
(109,145,78)
#648447
(100,132,71)
#5B7740
(91,119,64)
#526A39
(82,106,57)
#495D32
(73,93,50)
#40502B
(64,80,43)
#374324
(55,67,36)
#2E361D
(46,54,29)
#252916
(37,41,22)
#1C1C0F
(28,28,15)
#130F08
(19,15,8)
#000000
(0,0,0)

Tints of #6D914E

#6D914E
(109,145,78)
#7A9B5E
(122,155,94)
#87A56E
(135,165,110)
#94AF7E
(148,175,126)
#A1B98E
(161,185,142)
#AEC39E
(174,195,158)
#BBCDAE
(187,205,174)
#C8D7BE
(200,215,190)
#D5E1CE
(213,225,206)
#E2EBDE
(226,235,222)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D914E color. Also use rgb(109,145,78) instead hex code.

Text Font Color

.myTextColor { color: #6D914E; }

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

This text font color is #6D914E.


Background Color

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

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

This div background color is #6D914E.


Border color

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

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

This div border color is #6D914E.


Opacity

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

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

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

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

This text has shadow with #6D914E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D914E on black background.


Color preview on white background

This text has color #6D914E on white background.



Black color preview on #6D914E background

This text has black color on #6D914E background.


White color preview on #6D914E background

This text has white color on #6D914E background.