COLOR #6C8978

HEX: #6C8978
RGB: (108,137,120)

Color info

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

RGB color model

#6C8978 color RGB value is (108,137,120).

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

RGB channels and saturation

R 108 of 255 = 42%
G 137 of 255 = 54%
B 120 of 255 = 47%

108
137
120

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

Portions of RGB colors in percentages

R + G + B =
108 + 137 + 120 = 365 (100%)
R 108 of 365 ~ 29.59%
G 137 of 365 ~ 37.53%
B 120 of 365 ~ 32.88%

%29.59
%37.53
%32.88

CMYK color model

#6C8978 color CMYK value is (21,0,12,46).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 12.41%
  • key color value is 46.27%
CMYK:
(21,0,12,46)
C21M0Y12K46 
(21%,0%,12%,46%)
(0.21/0.00/0.12/0.46)	

CMYK percentages

%21.17
%0
%12.41
%46.27

Codes

Color #6C8978 in popluar color models

6C8978
RGB108137120
HSL145°11.84%48.04%
HSB/HSV145°21.17%53.73%
CMYK21.17%0.00%12.41%
46.27%

Color #6C8978 in popluar number systems.

HEX6C8978
Decimal108137120
Binary1101100100010011111000
Octal154211170

Shades and tints

Shades of #6C8978

#6C8978
(108,137,120)
#637D6E
(99,125,110)
#5A7164
(90,113,100)
#51655A
(81,101,90)
#485950
(72,89,80)
#3F4D46
(63,77,70)
#36413C
(54,65,60)
#2D3532
(45,53,50)
#242928
(36,41,40)
#1B1D1E
(27,29,30)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #6C8978

#6C8978
(108,137,120)
#799384
(121,147,132)
#869D90
(134,157,144)
#93A79C
(147,167,156)
#A0B1A8
(160,177,168)
#ADBBB4
(173,187,180)
#BAC5C0
(186,197,192)
#C7CFCC
(199,207,204)
#D4D9D8
(212,217,216)
#E1E3E4
(225,227,228)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8978; }

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

This text font color is #6C8978.


Background Color

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

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

This div background color is #6C8978.


Border color

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

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

This div border color is #6C8978.


Opacity

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

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

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

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

This text has shadow with #6C8978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8978 on black background.


Color preview on white background

This text has color #6C8978 on white background.



Black color preview on #6C8978 background

This text has black color on #6C8978 background.


White color preview on #6C8978 background

This text has white color on #6C8978 background.