COLOR #6C8D6B

HEX: #6C8D6B RGB: (108,141,107)

Color info

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

RGB color model

#6C8D6B color RGB value is (108,141,107).

RGB: (108,141,107) (42%, 55%, 42%)

RGB channels and saturation

R 108 of 255 = 42%
G 141 of 255 = 55%
B 107 of 255 = 42%

108
141
107

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

Portions of RGB colors in percentages

R + G + B = 108 + 141 + 107 = 356 (100%)
R 108 of 356 ~ 30.34%
G 141 of 356 ~ 39.61%
B 107 of 356 ~ 30.06'%

%30.34
%39.61
%30.06

CMYK color model

#6C8D6B color CMYK value is (23,0,24,45).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 44.71%
CMYK: (23,0,24,45) C23M0Y24K45 (23%,0%,24%,45%) (0.23/0.00/0.24/0.45) 

CMYK percentages

%23.4
%0
%24.11
%44.71

Codes

Color #6C8D6B in popluar color models

6C 8D 6B
RGB 108 141 107
HSL 118° 13.71% 48.63%
HSB/HSV 118° 24.11% 55.29%
CMYK 23.40% 0.00% 24.11%
44.71%

Color #6C8D6B in popluar number systems.

HEX 6C 8D 6B
Decimal 108 141 107
Binary 1101100 10001101 1101011
Octal 154 215 153

Shades and tints

Shades of #6C8D6B

#6C8D6B
(108,141,107)
#638162
(99,129,98)
#5A7559
(90,117,89)
#516950
(81,105,80)
#485D47
(72,93,71)
#3F513E
(63,81,62)
#364535
(54,69,53)
#2D392C
(45,57,44)
#242D23
(36,45,35)
#1B211A
(27,33,26)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #6C8D6B

#6C8D6B
(108,141,107)
#799778
(121,151,120)
#86A185
(134,161,133)
#93AB92
(147,171,146)
#A0B59F
(160,181,159)
#ADBFAC
(173,191,172)
#BAC9B9
(186,201,185)
#C7D3C6
(199,211,198)
#D4DDD3
(212,221,211)
#E1E7E0
(225,231,224)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8D6B color. Also use rgb(108,141,107) instead hex code.

Text Font Color

.myTextColor { color: #6C8D6B; }

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

This text font color is #6C8D6B.

Background Color

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

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

This div background color is #6C8D6B.

Border color

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

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

This div border color is #6C8D6B.

Opacity

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

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

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

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

This text has shadow with #6C8D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8D6B.

Preview

Color preview on black background

This text has color #6C8D6B on black background.


Color preview on white background

This text has color #6C8D6B on white background.


Black color preview on #6C8D6B background

This text has black color on #6C8D6B background.


White color preview on #6C8D6B background

This text has white color on #6C8D6B background.


Related colors

Complementary color

Complementary color for #hex is #937294.


I love getcolorcode.com

Triadic colors

1 #6B6C8D and #8D6B6C with #6C8D6B are triadic colors.

2 #6B8D6C and #8D6C6B with #6C8D6B are triadic colors.