COLOR #6D8E5A

HEX: #6D8E5A RGB: (109,142,90)

Color info

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

RGB color model

#6D8E5A color RGB value is (109,142,90).

RGB: (109,142,90) (43%, 56%, 35%)

RGB channels and saturation

R 109 of 255 = 43%
G 142 of 255 = 56%
B 90 of 255 = 35%

109
142
90

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

Portions of RGB colors in percentages

R + G + B = 109 + 142 + 90 = 341 (100%)
R 109 of 341 ~ 31.96%
G 142 of 341 ~ 41.64%
B 90 of 341 ~ 26.39'%

%31.96
%41.64
%26.39

CMYK color model

#6D8E5A color CMYK value is (23,0,37,44).

  • cyan value is 23.24%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 44.31%

CMYK: (23,0,37,44)
C23M0Y37K44 (23%, 0%, 37%, 44%)
(0.23 / 0.00 / 0.37 / 0.44)

CMYK percentages

%23.24
%0
%36.62
%44.31

Codes

Color #6D8E5A in popluar color models

6D 8E 5A
RGB 109 142 90
HSL 98° 22.41% 45.49%
HSB/HSV 98° 36.62% 55.69%
CMYK 23.24% 0.00% 36.62%
44.31%

Color #6D8E5A in popluar number systems.

HEX 6D 8E 5A
Decimal 109 142 90
Binary 1101101 10001110 1011010
Octal 155 216 132

Shades and tints

Shades of #6D8E5A

#6D8E5A
(109,142,90)
#648252
(100,130,82)
#5B764A
(91,118,74)
#526A42
(82,106,66)
#495E3A
(73,94,58)
#405232
(64,82,50)
#37462A
(55,70,42)
#2E3A22
(46,58,34)
#252E1A
(37,46,26)
#1C2212
(28,34,18)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #6D8E5A

#6D8E5A
(109,142,90)
#7A9869
(122,152,105)
#87A278
(135,162,120)
#94AC87
(148,172,135)
#A1B696
(161,182,150)
#AEC0A5
(174,192,165)
#BBCAB4
(187,202,180)
#C8D4C3
(200,212,195)
#D5DED2
(213,222,210)
#E2E8E1
(226,232,225)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8E5A color. Also use rgb(109,142,90) instead hex code.

Text Font Color

.myTextColor { color: #6D8E5A; }

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

This text font color is #6D8E5A.

Background Color

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

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

This div background color is #6D8E5A.

Border color

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

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

This div border color is #6D8E5A.

Opacity

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

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

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

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

This text has shadow with #6D8E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8E5A.

Preview

Color preview on black background

This text has color #6D8E5A on black background.


Color preview on white background

This text has color #6D8E5A on white background.


Black color preview on #6D8E5A background

This text has black color on #6D8E5A background.


White color preview on #6D8E5A background

This text has white color on #6D8E5A background.


Related colors

Complementary color

Complementary color for #hex is #9271A5.


I love getcolorcode.com

Triadic colors

1 #5A6D8E and #8E5A6D with #6D8E5A are triadic colors.

2 #5A8E6D and #8E6D5A with #6D8E5A are triadic colors.