COLOR #6C8260

HEX: #6C8260 RGB: (108,130,96)

Color info

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

RGB color model

#6C8260 color RGB value is (108,130,96).

RGB: (108,130,96) (42%, 51%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 130 of 255 = 51%
B 96 of 255 = 38%

108
130
96

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

Portions of RGB colors in percentages

R + G + B = 108 + 130 + 96 = 334 (100%)
R 108 of 334 ~ 32.34%
G 130 of 334 ~ 38.92%
B 96 of 334 ~ 28.74'%

%32.34
%38.92
%28.74

CMYK color model

#6C8260 color CMYK value is (17,0,26,49).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 49.02%

CMYK: (17,0,26,49)
C17M0Y26K49 (17%, 0%, 26%, 49%)
(0.17 / 0.00 / 0.26 / 0.49)

CMYK percentages

%16.92
%0
%26.15
%49.02

Codes

Color #6C8260 in popluar color models

6C 82 60
RGB 108 130 96
HSL 99° 15.04% 44.31%
HSB/HSV 99° 26.15% 50.98%
CMYK 16.92% 0.00% 26.15%
49.02%

Color #6C8260 in popluar number systems.

HEX 6C 82 60
Decimal 108 130 96
Binary 1101100 10000010 1100000
Octal 154 202 140

Shades and tints

Shades of #6C8260

#6C8260
(108,130,96)
#637758
(99,119,88)
#5A6C50
(90,108,80)
#516148
(81,97,72)
#485640
(72,86,64)
#3F4B38
(63,75,56)
#364030
(54,64,48)
#2D3528
(45,53,40)
#242A20
(36,42,32)
#1B1F18
(27,31,24)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #6C8260

#6C8260
(108,130,96)
#798D6E
(121,141,110)
#86987C
(134,152,124)
#93A38A
(147,163,138)
#A0AE98
(160,174,152)
#ADB9A6
(173,185,166)
#BAC4B4
(186,196,180)
#C7CFC2
(199,207,194)
#D4DAD0
(212,218,208)
#E1E5DE
(225,229,222)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8260 color. Also use rgb(108,130,96) instead hex code.

Text Font Color

.myTextColor { color: #6C8260; }

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

This text font color is #6C8260.

Background Color

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

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

This div background color is #6C8260.

Border color

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

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

This div border color is #6C8260.

Opacity

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

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

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

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

This text has shadow with #6C8260 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8260.

Preview

Color preview on black background

This text has color #6C8260 on black background.


Color preview on white background

This text has color #6C8260 on white background.


Black color preview on #6C8260 background

This text has black color on #6C8260 background.


White color preview on #6C8260 background

This text has white color on #6C8260 background.


Related colors

Complementary color

Complementary color for #hex is #937D9F.


I love getcolorcode.com

Triadic colors

1 #606C82 and #82606C with #6C8260 are triadic colors.

2 #60826C and #826C60 with #6C8260 are triadic colors.