COLOR #6C8066

HEX: #6C8066 RGB: (108,128,102)

Color info

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

RGB color model

#6C8066 color RGB value is (108,128,102).

RGB: (108,128,102) (42%, 50%, 40%)

RGB channels and saturation

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

108
128
102

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

Portions of RGB colors in percentages

R + G + B = 108 + 128 + 102 = 338 (100%)
R 108 of 338 ~ 31.95%
G 128 of 338 ~ 37.87%
B 102 of 338 ~ 30.18'%

%31.95
%37.87
%30.18

CMYK color model

#6C8066 color CMYK value is (16,0,20,50).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 49.80%
CMYK: (16,0,20,50) C16M0Y20K50 (16%,0%,20%,50%) (0.16/0.00/0.20/0.50) 

CMYK percentages

%15.63
%0
%20.31
%49.8

Codes

Color #6C8066 in popluar color models

6C 80 66
RGB 108 128 102
HSL 106° 11.30% 45.10%
HSB/HSV 106° 20.31% 50.20%
CMYK 15.63% 0.00% 20.31%
49.80%

Color #6C8066 in popluar number systems.

HEX 6C 80 66
Decimal 108 128 102
Binary 1101100 10000000 1100110
Octal 154 200 146

Shades and tints

Shades of #6C8066

#6C8066
(108,128,102)
#63755D
(99,117,93)
#5A6A54
(90,106,84)
#515F4B
(81,95,75)
#485442
(72,84,66)
#3F4939
(63,73,57)
#363E30
(54,62,48)
#2D3327
(45,51,39)
#24281E
(36,40,30)
#1B1D15
(27,29,21)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #6C8066

#6C8066
(108,128,102)
#798B73
(121,139,115)
#869680
(134,150,128)
#93A18D
(147,161,141)
#A0AC9A
(160,172,154)
#ADB7A7
(173,183,167)
#BAC2B4
(186,194,180)
#C7CDC1
(199,205,193)
#D4D8CE
(212,216,206)
#E1E3DB
(225,227,219)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8066; }

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

This text font color is #6C8066.

Background Color

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

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

This div background color is #6C8066.

Border color

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

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

This div border color is #6C8066.

Opacity

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

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

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

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

This text has shadow with #6C8066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8066.

Preview

Color preview on black background

This text has color #6C8066 on black background.


Color preview on white background

This text has color #6C8066 on white background.


Black color preview on #6C8066 background

This text has black color on #6C8066 background.


White color preview on #6C8066 background

This text has white color on #6C8066 background.


Related colors

Complementary color

Complementary color for #hex is #937F99.


I love getcolorcode.com

Triadic colors

1 #666C80 and #80666C with #6C8066 are triadic colors.

2 #66806C and #806C66 with #6C8066 are triadic colors.