COLOR #6C8D6E

HEX: #6C8D6E RGB: (108,141,110)

Color info

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

RGB color model

#6C8D6E color RGB value is (108,141,110).

RGB: (108,141,110) (42%, 55%, 43%)

RGB channels and saturation

R 108 of 255 = 42%
G 141 of 255 = 55%
B 110 of 255 = 43%

108
141
110

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

Portions of RGB colors in percentages

R + G + B = 108 + 141 + 110 = 359 (100%)
R 108 of 359 ~ 30.08%
G 141 of 359 ~ 39.28%
B 110 of 359 ~ 30.64'%

%30.08
%39.28
%30.64

CMYK color model

#6C8D6E color CMYK value is (23,0,22,45).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 44.71%

CMYK: (23,0,22,45)
C23M0Y22K45 (23%, 0%, 22%, 45%)
(0.23 / 0.00 / 0.22 / 0.45)

CMYK percentages

%23.4
%0
%21.99
%44.71

Codes

Color #6C8D6E in popluar color models

6C 8D 6E
RGB 108 141 110
HSL 124° 13.25% 48.82%
HSB/HSV 124° 23.40% 55.29%
CMYK 23.40% 0.00% 21.99%
44.71%

Color #6C8D6E in popluar number systems.

HEX 6C 8D 6E
Decimal 108 141 110
Binary 1101100 10001101 1101110
Octal 154 215 156

Shades and tints

Shades of #6C8D6E

#6C8D6E
(108,141,110)
#638164
(99,129,100)
#5A755A
(90,117,90)
#516950
(81,105,80)
#485D46
(72,93,70)
#3F513C
(63,81,60)
#364532
(54,69,50)
#2D3928
(45,57,40)
#242D1E
(36,45,30)
#1B2114
(27,33,20)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #6C8D6E

#6C8D6E
(108,141,110)
#79977B
(121,151,123)
#86A188
(134,161,136)
#93AB95
(147,171,149)
#A0B5A2
(160,181,162)
#ADBFAF
(173,191,175)
#BAC9BC
(186,201,188)
#C7D3C9
(199,211,201)
#D4DDD6
(212,221,214)
#E1E7E3
(225,231,227)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8D6E; }

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

This text font color is #6C8D6E.

Background Color

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

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

This div background color is #6C8D6E.

Border color

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

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

This div border color is #6C8D6E.

Opacity

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

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

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

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

This text has shadow with #6C8D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8D6E.

Preview

Color preview on black background

This text has color #6C8D6E on black background.


Color preview on white background

This text has color #6C8D6E on white background.


Black color preview on #6C8D6E background

This text has black color on #6C8D6E background.


White color preview on #6C8D6E background

This text has white color on #6C8D6E background.


Related colors

Complementary color

Complementary color for #hex is #937291.


I love getcolorcode.com

Triadic colors

1 #6E6C8D and #8D6E6C with #6C8D6E are triadic colors.

2 #6E8D6C and #8D6C6E with #6C8D6E are triadic colors.