COLOR #6C8C7A

HEX: #6C8C7A RGB: (108,140,122)

Color info

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

RGB color model

#6C8C7A color RGB value is (108,140,122).

RGB: (108,140,122) (42%, 55%, 48%)

RGB channels and saturation

R 108 of 255 = 42%
G 140 of 255 = 55%
B 122 of 255 = 48%

108
140
122

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

Portions of RGB colors in percentages

R + G + B = 108 + 140 + 122 = 370 (100%)
R 108 of 370 ~ 29.19%
G 140 of 370 ~ 37.84%
B 122 of 370 ~ 32.97'%

%29.19
%37.84
%32.97

CMYK color model

#6C8C7A color CMYK value is (23,0,13,45).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 45.10%

CMYK: (23,0,13,45)
C23M0Y13K45 (23%, 0%, 13%, 45%)
(0.23 / 0.00 / 0.13 / 0.45)

CMYK percentages

%22.86
%0
%12.86
%45.1

Codes

Color #6C8C7A in popluar color models

6C 8C 7A
RGB 108 140 122
HSL 146° 12.90% 48.63%
HSB/HSV 146° 22.86% 54.90%
CMYK 22.86% 0.00% 12.86%
45.10%

Color #6C8C7A in popluar number systems.

HEX 6C 8C 7A
Decimal 108 140 122
Binary 1101100 10001100 1111010
Octal 154 214 172

Shades and tints

Shades of #6C8C7A

#6C8C7A
(108,140,122)
#63806F
(99,128,111)
#5A7464
(90,116,100)
#516859
(81,104,89)
#485C4E
(72,92,78)
#3F5043
(63,80,67)
#364438
(54,68,56)
#2D382D
(45,56,45)
#242C22
(36,44,34)
#1B2017
(27,32,23)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #6C8C7A

#6C8C7A
(108,140,122)
#799686
(121,150,134)
#86A092
(134,160,146)
#93AA9E
(147,170,158)
#A0B4AA
(160,180,170)
#ADBEB6
(173,190,182)
#BAC8C2
(186,200,194)
#C7D2CE
(199,210,206)
#D4DCDA
(212,220,218)
#E1E6E6
(225,230,230)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8C7A color. Also use rgb(108,140,122) instead hex code.

Text Font Color

.myTextColor { color: #6C8C7A; }

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

This text font color is #6C8C7A.

Background Color

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

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

This div background color is #6C8C7A.

Border color

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

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

This div border color is #6C8C7A.

Opacity

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

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

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

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

This text has shadow with #6C8C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8C7A.

Preview

Color preview on black background

This text has color #6C8C7A on black background.


Color preview on white background

This text has color #6C8C7A on white background.


Black color preview on #6C8C7A background

This text has black color on #6C8C7A background.


White color preview on #6C8C7A background

This text has white color on #6C8C7A background.


Related colors

Complementary color

Complementary color for #hex is #937385.


I love getcolorcode.com

Triadic colors

1 #7A6C8C and #8C7A6C with #6C8C7A are triadic colors.

2 #7A8C6C and #8C6C7A with #6C8C7A are triadic colors.