COLOR #6C8869

HEX: #6C8869
RGB: (108,136,105)

Color info

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

RGB color model

#6C8869 color RGB value is (108,136,105).

  • red value is 108;
  • green value is 136;
  • blue value is 105.
RGB:
(108,136,105)
(42%,53%,41%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 105 of 255 = 41%

108
136
105

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

Portions of RGB colors in percentages

R + G + B =
108 + 136 + 105 = 349 (100%)
R 108 of 349 ~ 30.95%
G 136 of 349 ~ 38.97%
B 105 of 349 ~ 30.09%

%30.95
%38.97
%30.09

CMYK color model

#6C8869 color CMYK value is (21,0,23,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 22.79%
  • key color value is 46.67%
CMYK:
(21,0,23,47)
C21M0Y23K47 
(21%,0%,23%,47%)
(0.21/0.00/0.23/0.47)	

CMYK percentages

%20.59
%0
%22.79
%46.67

Codes

Color #6C8869 in popluar color models

6C8869
RGB108136105
HSL114°12.86%47.25%
HSB/HSV114°22.79%53.33%
CMYK20.59%0.00%22.79%
46.67%

Color #6C8869 in popluar number systems.

HEX6C8869
Decimal108136105
Binary1101100100010001101001
Octal154210151

Shades and tints

Shades of #6C8869

#6C8869
(108,136,105)
#637C60
(99,124,96)
#5A7057
(90,112,87)
#51644E
(81,100,78)
#485845
(72,88,69)
#3F4C3C
(63,76,60)
#364033
(54,64,51)
#2D342A
(45,52,42)
#242821
(36,40,33)
#1B1C18
(27,28,24)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C8869

#6C8869
(108,136,105)
#799276
(121,146,118)
#869C83
(134,156,131)
#93A690
(147,166,144)
#A0B09D
(160,176,157)
#ADBAAA
(173,186,170)
#BAC4B7
(186,196,183)
#C7CEC4
(199,206,196)
#D4D8D1
(212,216,209)
#E1E2DE
(225,226,222)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8869 color. Also use rgb(108,136,105) instead hex code.

Text Font Color

.myTextColor { color: #6C8869; }

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

This text font color is #6C8869.


Background Color

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

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

This div background color is #6C8869.


Border color

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

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

This div border color is #6C8869.


Opacity

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

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

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

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

This text has shadow with #6C8869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8869 on black background.


Color preview on white background

This text has color #6C8869 on white background.



Black color preview on #6C8869 background

This text has black color on #6C8869 background.


White color preview on #6C8869 background

This text has white color on #6C8869 background.