COLOR #6D9B5D

HEX: #6D9B5D
RGB: (109,155,93)

Color info

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

RGB color model

#6D9B5D color RGB value is (109,155,93).

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

RGB channels and saturation

R 109 of 255 = 43%
G 155 of 255 = 61%
B 93 of 255 = 36%

109
155
93

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

Portions of RGB colors in percentages

R + G + B =
109 + 155 + 93 = 357 (100%)
R 109 of 357 ~ 30.53%
G 155 of 357 ~ 43.42%
B 93 of 357 ~ 26.05%

%30.53
%43.42
%26.05

CMYK color model

#6D9B5D color CMYK value is (30,0,40,39).

  • cyan value is 29.68%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 39.22%
CMYK:
(30,0,40,39)
C30M0Y40K39 
(30%,0%,40%,39%)
(0.30/0.00/0.40/0.39)	

CMYK percentages

%29.68
%0
%40
%39.22

Codes

Color #6D9B5D in popluar color models

6D9B5D
RGB10915593
HSL105°25.00%48.63%
HSB/HSV105°40.00%60.78%
CMYK29.68%0.00%40.00%
39.22%

Color #6D9B5D in popluar number systems.

HEX6D9B5D
Decimal10915593
Binary1101101100110111011101
Octal155233135

Shades and tints

Shades of #6D9B5D

#6D9B5D
(109,155,93)
#648D55
(100,141,85)
#5B7F4D
(91,127,77)
#527145
(82,113,69)
#49633D
(73,99,61)
#405535
(64,85,53)
#37472D
(55,71,45)
#2E3925
(46,57,37)
#252B1D
(37,43,29)
#1C1D15
(28,29,21)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D9B5D

#6D9B5D
(109,155,93)
#7AA46B
(122,164,107)
#87AD79
(135,173,121)
#94B687
(148,182,135)
#A1BF95
(161,191,149)
#AEC8A3
(174,200,163)
#BBD1B1
(187,209,177)
#C8DABF
(200,218,191)
#D5E3CD
(213,227,205)
#E2ECDB
(226,236,219)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9B5D; }

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

This text font color is #6D9B5D.


Background Color

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

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

This div background color is #6D9B5D.


Border color

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

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

This div border color is #6D9B5D.


Opacity

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

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

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

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

This text has shadow with #6D9B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9B5D on black background.


Color preview on white background

This text has color #6D9B5D on white background.



Black color preview on #6D9B5D background

This text has black color on #6D9B5D background.


White color preview on #6D9B5D background

This text has white color on #6D9B5D background.