COLOR #6D915D

HEX: #6D915D
RGB: (109,145,93)

Color info

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

RGB color model

#6D915D color RGB value is (109,145,93).

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

RGB channels and saturation

R 109 of 255 = 43%
G 145 of 255 = 57%
B 93 of 255 = 36%

109
145
93

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

Portions of RGB colors in percentages

R + G + B =
109 + 145 + 93 = 347 (100%)
R 109 of 347 ~ 31.41%
G 145 of 347 ~ 41.79%
B 93 of 347 ~ 26.8%

%31.41
%41.79
%26.8

CMYK color model

#6D915D color CMYK value is (25,0,36,43).

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 43.14%
CMYK:
(25,0,36,43)
C25M0Y36K43 
(25%,0%,36%,43%)
(0.25/0.00/0.36/0.43)	

CMYK percentages

%24.83
%0
%35.86
%43.14

Codes

Color #6D915D in popluar color models

6D915D
RGB10914593
HSL102°21.85%46.67%
HSB/HSV102°35.86%56.86%
CMYK24.83%0.00%35.86%
43.14%

Color #6D915D in popluar number systems.

HEX6D915D
Decimal10914593
Binary1101101100100011011101
Octal155221135

Shades and tints

Shades of #6D915D

#6D915D
(109,145,93)
#648455
(100,132,85)
#5B774D
(91,119,77)
#526A45
(82,106,69)
#495D3D
(73,93,61)
#405035
(64,80,53)
#37432D
(55,67,45)
#2E3625
(46,54,37)
#25291D
(37,41,29)
#1C1C15
(28,28,21)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D915D

#6D915D
(109,145,93)
#7A9B6B
(122,155,107)
#87A579
(135,165,121)
#94AF87
(148,175,135)
#A1B995
(161,185,149)
#AEC3A3
(174,195,163)
#BBCDB1
(187,205,177)
#C8D7BF
(200,215,191)
#D5E1CD
(213,225,205)
#E2EBDB
(226,235,219)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D915D; }

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

This text font color is #6D915D.


Background Color

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

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

This div background color is #6D915D.


Border color

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

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

This div border color is #6D915D.


Opacity

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

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

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

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

This text has shadow with #6D915D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D915D on black background.


Color preview on white background

This text has color #6D915D on white background.



Black color preview on #6D915D background

This text has black color on #6D915D background.


White color preview on #6D915D background

This text has white color on #6D915D background.