COLOR #6C8959

HEX: #6C8959
RGB: (108,137,89)

Color info

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

RGB color model

#6C8959 color RGB value is (108,137,89).

  • red value is 108;
  • green value is 137;
  • blue value is 89.
RGB:
(108,137,89)
(42%,54%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 137 of 255 = 54%
B 89 of 255 = 35%

108
137
89

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

Portions of RGB colors in percentages

R + G + B =
108 + 137 + 89 = 334 (100%)
R 108 of 334 ~ 32.34%
G 137 of 334 ~ 41.02%
B 89 of 334 ~ 26.65%

%32.34
%41.02
%26.65

CMYK color model

#6C8959 color CMYK value is (21,0,35,46).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 46.27%
CMYK:
(21,0,35,46)
C21M0Y35K46 
(21%,0%,35%,46%)
(0.21/0.00/0.35/0.46)	

CMYK percentages

%21.17
%0
%35.04
%46.27

Codes

Color #6C8959 in popluar color models

6C8959
RGB10813789
HSL96°21.24%44.31%
HSB/HSV96°35.04%53.73%
CMYK21.17%0.00%35.04%
46.27%

Color #6C8959 in popluar number systems.

HEX6C8959
Decimal10813789
Binary1101100100010011011001
Octal154211131

Shades and tints

Shades of #6C8959

#6C8959
(108,137,89)
#637D51
(99,125,81)
#5A7149
(90,113,73)
#516541
(81,101,65)
#485939
(72,89,57)
#3F4D31
(63,77,49)
#364129
(54,65,41)
#2D3521
(45,53,33)
#242919
(36,41,25)
#1B1D11
(27,29,17)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #6C8959

#6C8959
(108,137,89)
#799368
(121,147,104)
#869D77
(134,157,119)
#93A786
(147,167,134)
#A0B195
(160,177,149)
#ADBBA4
(173,187,164)
#BAC5B3
(186,197,179)
#C7CFC2
(199,207,194)
#D4D9D1
(212,217,209)
#E1E3E0
(225,227,224)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8959; }

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

This text font color is #6C8959.


Background Color

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

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

This div background color is #6C8959.


Border color

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

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

This div border color is #6C8959.


Opacity

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

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

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

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

This text has shadow with #6C8959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8959 on black background.


Color preview on white background

This text has color #6C8959 on white background.



Black color preview on #6C8959 background

This text has black color on #6C8959 background.


White color preview on #6C8959 background

This text has white color on #6C8959 background.