COLOR #6D995D

HEX: #6D995D RGB: (109,153,93)

Color info

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

RGB color model

#6D995D color RGB value is (109,153,93).

RGB: (109,153,93) (43%, 60%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 153 of 255 = 60%
B 93 of 255 = 36%

109
153
93

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

Portions of RGB colors in percentages

R + G + B = 109 + 153 + 93 = 355 (100%)
R 109 of 355 ~ 30.7%
G 153 of 355 ~ 43.1%
B 93 of 355 ~ 26.2'%

%30.7
%43.1
%26.2

CMYK color model

#6D995D color CMYK value is (29,0,39,40).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 40.00%

CMYK: (29,0,39,40)
C29M0Y39K40 (29%, 0%, 39%, 40%)
(0.29 / 0.00 / 0.39 / 0.40)

CMYK percentages

%28.76
%0
%39.22
%40

Codes

Color #6D995D in popluar color models

6D 99 5D
RGB 109 153 93
HSL 104° 24.39% 48.24%
HSB/HSV 104° 39.22% 60.00%
CMYK 28.76% 0.00% 39.22%
40.00%

Color #6D995D in popluar number systems.

HEX 6D 99 5D
Decimal 109 153 93
Binary 1101101 10011001 1011101
Octal 155 231 135

Shades and tints

Shades of #6D995D

#6D995D
(109,153,93)
#648C55
(100,140,85)
#5B7F4D
(91,127,77)
#527245
(82,114,69)
#49653D
(73,101,61)
#405835
(64,88,53)
#374B2D
(55,75,45)
#2E3E25
(46,62,37)
#25311D
(37,49,29)
#1C2415
(28,36,21)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #6D995D

#6D995D
(109,153,93)
#7AA26B
(122,162,107)
#87AB79
(135,171,121)
#94B487
(148,180,135)
#A1BD95
(161,189,149)
#AEC6A3
(174,198,163)
#BBCFB1
(187,207,177)
#C8D8BF
(200,216,191)
#D5E1CD
(213,225,205)
#E2EADB
(226,234,219)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D995D; }

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

This text font color is #6D995D.

Background Color

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

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

This div background color is #6D995D.

Border color

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

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

This div border color is #6D995D.

Opacity

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

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

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

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

This text has shadow with #6D995D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D995D.

Preview

Color preview on black background

This text has color #6D995D on black background.


Color preview on white background

This text has color #6D995D on white background.


Black color preview on #6D995D background

This text has black color on #6D995D background.


White color preview on #6D995D background

This text has white color on #6D995D background.


Related colors

Complementary color

Complementary color for #hex is #9266A2.


I love getcolorcode.com

Triadic colors

1 #5D6D99 and #995D6D with #6D995D are triadic colors.

2 #5D996D and #996D5D with #6D995D are triadic colors.