COLOR #6C8961

HEX: #6C8961 RGB: (108,137,97)

Color info

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

RGB color model

#6C8961 color RGB value is (108,137,97).

RGB: (108,137,97) (42%, 54%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 137 of 255 = 54%
B 97 of 255 = 38%

108
137
97

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

Portions of RGB colors in percentages

R + G + B = 108 + 137 + 97 = 342 (100%)
R 108 of 342 ~ 31.58%
G 137 of 342 ~ 40.06%
B 97 of 342 ~ 28.36'%

%31.58
%40.06
%28.36

CMYK color model

#6C8961 color CMYK value is (21,0,29,46).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 46.27%

CMYK: (21,0,29,46)
C21M0Y29K46 (21%, 0%, 29%, 46%)
(0.21 / 0.00 / 0.29 / 0.46)

CMYK percentages

%21.17
%0
%29.2
%46.27

Codes

Color #6C8961 in popluar color models

6C 89 61
RGB 108 137 97
HSL 104° 17.09% 45.88%
HSB/HSV 104° 29.20% 53.73%
CMYK 21.17% 0.00% 29.20%
46.27%

Color #6C8961 in popluar number systems.

HEX 6C 89 61
Decimal 108 137 97
Binary 1101100 10001001 1100001
Octal 154 211 141

Shades and tints

Shades of #6C8961

#6C8961
(108,137,97)
#637D59
(99,125,89)
#5A7151
(90,113,81)
#516549
(81,101,73)
#485941
(72,89,65)
#3F4D39
(63,77,57)
#364131
(54,65,49)
#2D3529
(45,53,41)
#242921
(36,41,33)
#1B1D19
(27,29,25)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #6C8961

#6C8961
(108,137,97)
#79936F
(121,147,111)
#869D7D
(134,157,125)
#93A78B
(147,167,139)
#A0B199
(160,177,153)
#ADBBA7
(173,187,167)
#BAC5B5
(186,197,181)
#C7CFC3
(199,207,195)
#D4D9D1
(212,217,209)
#E1E3DF
(225,227,223)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8961 color. Also use rgb(108,137,97) instead hex code.

Text Font Color

.myTextColor { color: #6C8961; }

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

This text font color is #6C8961.

Background Color

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

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

This div background color is #6C8961.

Border color

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

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

This div border color is #6C8961.

Opacity

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

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

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

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

This text has shadow with #6C8961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8961.

Preview

Color preview on black background

This text has color #6C8961 on black background.


Color preview on white background

This text has color #6C8961 on white background.


Black color preview on #6C8961 background

This text has black color on #6C8961 background.


White color preview on #6C8961 background

This text has white color on #6C8961 background.


Related colors

Complementary color

Complementary color for #hex is #93769E.


I love getcolorcode.com

Triadic colors

1 #616C89 and #89616C with #6C8961 are triadic colors.

2 #61896C and #896C61 with #6C8961 are triadic colors.