COLOR #6C8065

HEX: #6C8065
RGB: (108,128,101)

Color info

#6C8065 contains red, green and blue colors in about the same proportion. Web safe color of #6C8065 is #666666 (or #666).

RGB color model

#6C8065 color RGB value is (108,128,101).

  • red value is 108;
  • green value is 128;
  • blue value is 101.
RGB:
(108,128,101)
(42%,50%,40%)

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 101 of 255 = 40%

108
128
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 128 + 101 = 337 (100%)
R 108 of 337 ~ 32.05%
G 128 of 337 ~ 37.98%
B 101 of 337 ~ 29.97%

%32.05
%37.98
%29.97

CMYK color model

#6C8065 color CMYK value is (16,0,21,50).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 21.09%
  • key color value is 49.80%
CMYK:
(16,0,21,50)
C16M0Y21K50 
(16%,0%,21%,50%)
(0.16/0.00/0.21/0.50)	

CMYK percentages

%15.63
%0
%21.09
%49.8

Codes

Color #6C8065 in popluar color models

6C8065
RGB108128101
HSL104°11.79%44.90%
HSB/HSV104°21.09%50.20%
CMYK15.63%0.00%21.09%
49.80%

Color #6C8065 in popluar number systems.

HEX6C8065
Decimal108128101
Binary1101100100000001100101
Octal154200145

Shades and tints

Shades of #6C8065

#6C8065
(108,128,101)
#63755C
(99,117,92)
#5A6A53
(90,106,83)
#515F4A
(81,95,74)
#485441
(72,84,65)
#3F4938
(63,73,56)
#363E2F
(54,62,47)
#2D3326
(45,51,38)
#24281D
(36,40,29)
#1B1D14
(27,29,20)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #6C8065

#6C8065
(108,128,101)
#798B73
(121,139,115)
#869681
(134,150,129)
#93A18F
(147,161,143)
#A0AC9D
(160,172,157)
#ADB7AB
(173,183,171)
#BAC2B9
(186,194,185)
#C7CDC7
(199,205,199)
#D4D8D5
(212,216,213)
#E1E3E3
(225,227,227)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8065 color. Also use rgb(108,128,101) instead hex code.

Text Font Color

.myTextColor { color: #6C8065; }

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

This text font color is #6C8065.


Background Color

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

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

This div background color is #6C8065.


Border color

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

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

This div border color is #6C8065.


Opacity

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

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

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

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

This text has shadow with #6C8065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8065 on black background.


Color preview on white background

This text has color #6C8065 on white background.



Black color preview on #6C8065 background

This text has black color on #6C8065 background.


White color preview on #6C8065 background

This text has white color on #6C8065 background.