COLOR #6C9178

HEX: #6C9178 RGB: (108,145,120)

Color info

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

RGB color model

#6C9178 color RGB value is (108,145,120).

RGB: (108,145,120) (42%, 57%, 47%)

RGB channels and saturation

R 108 of 255 = 42%
G 145 of 255 = 57%
B 120 of 255 = 47%

108
145
120

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

Portions of RGB colors in percentages

R + G + B = 108 + 145 + 120 = 373 (100%)
R 108 of 373 ~ 28.95%
G 145 of 373 ~ 38.87%
B 120 of 373 ~ 32.17'%

%28.95
%38.87
%32.17

CMYK color model

#6C9178 color CMYK value is (26,0,17,43).

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 43.14%
CMYK: (26,0,17,43) C26M0Y17K43 (26%,0%,17%,43%) (0.26/0.00/0.17/0.43) 

CMYK percentages

%25.52
%0
%17.24
%43.14

Codes

Color #6C9178 in popluar color models

6C 91 78
RGB 108 145 120
HSL 139° 14.62% 49.61%
HSB/HSV 139° 25.52% 56.86%
CMYK 25.52% 0.00% 17.24%
43.14%

Color #6C9178 in popluar number systems.

HEX 6C 91 78
Decimal 108 145 120
Binary 1101100 10010001 1111000
Octal 154 221 170

Shades and tints

Shades of #6C9178

#6C9178
(108,145,120)
#63846E
(99,132,110)
#5A7764
(90,119,100)
#516A5A
(81,106,90)
#485D50
(72,93,80)
#3F5046
(63,80,70)
#36433C
(54,67,60)
#2D3632
(45,54,50)
#242928
(36,41,40)
#1B1C1E
(27,28,30)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #6C9178

#6C9178
(108,145,120)
#799B84
(121,155,132)
#86A590
(134,165,144)
#93AF9C
(147,175,156)
#A0B9A8
(160,185,168)
#ADC3B4
(173,195,180)
#BACDC0
(186,205,192)
#C7D7CC
(199,215,204)
#D4E1D8
(212,225,216)
#E1EBE4
(225,235,228)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9178 color. Also use rgb(108,145,120) instead hex code.

Text Font Color

.myTextColor { color: #6C9178; }

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

This text font color is #6C9178.

Background Color

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

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

This div background color is #6C9178.

Border color

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

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

This div border color is #6C9178.

Opacity

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

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

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

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

This text has shadow with #6C9178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9178.

Preview

Color preview on black background

This text has color #6C9178 on black background.


Color preview on white background

This text has color #6C9178 on white background.


Black color preview on #6C9178 background

This text has black color on #6C9178 background.


White color preview on #6C9178 background

This text has white color on #6C9178 background.


Related colors

Complementary color

Complementary color for #hex is #936E87.


I love getcolorcode.com

Triadic colors

1 #786C91 and #91786C with #6C9178 are triadic colors.

2 #78916C and #916C78 with #6C9178 are triadic colors.