COLOR #6CB176

HEX: #6CB176 RGB: (108,177,118)

Color info

#6CB176 contains mainly green and blue colors. Web safe color of #6CB176 is #669966 (or #696).

RGB color model

#6CB176 color RGB value is (108,177,118).

RGB: (108,177,118) (42%, 69%, 46%)

RGB channels and saturation

R 108 of 255 = 42%
G 177 of 255 = 69%
B 118 of 255 = 46%

108
177
118

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

Portions of RGB colors in percentages

R + G + B = 108 + 177 + 118 = 403 (100%)
R 108 of 403 ~ 26.8%
G 177 of 403 ~ 43.92%
B 118 of 403 ~ 29.28'%

%26.8
%43.92
%29.28

CMYK color model

#6CB176 color CMYK value is (39,0,33,31).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 30.59%

CMYK: (39,0,33,31)
C39M0Y33K31 (39%, 0%, 33%, 31%)
(0.39 / 0.00 / 0.33 / 0.31)

CMYK percentages

%38.98
%0
%33.33
%30.59

Codes

Color #6CB176 in popluar color models

6C B1 76
RGB 108 177 118
HSL 129° 30.67% 55.88%
HSB/HSV 129° 38.98% 69.41%
CMYK 38.98% 0.00% 33.33%
30.59%

Color #6CB176 in popluar number systems.

HEX 6C B1 76
Decimal 108 177 118
Binary 1101100 10110001 1110110
Octal 154 261 166

Shades and tints

Shades of #6CB176

#6CB176
(108,177,118)
#63A16C
(99,161,108)
#5A9162
(90,145,98)
#518158
(81,129,88)
#48714E
(72,113,78)
#3F6144
(63,97,68)
#36513A
(54,81,58)
#2D4130
(45,65,48)
#243126
(36,49,38)
#1B211C
(27,33,28)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #6CB176

#6CB176
(108,177,118)
#79B882
(121,184,130)
#86BF8E
(134,191,142)
#93C69A
(147,198,154)
#A0CDA6
(160,205,166)
#ADD4B2
(173,212,178)
#BADBBE
(186,219,190)
#C7E2CA
(199,226,202)
#D4E9D6
(212,233,214)
#E1F0E2
(225,240,226)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB176 color. Also use rgb(108,177,118) instead hex code.

Text Font Color

.myTextColor { color: #6CB176; }

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

This text font color is #6CB176.

Background Color

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

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

This div background color is #6CB176.

Border color

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

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

This div border color is #6CB176.

Opacity

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

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

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

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

This text has shadow with #6CB176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB176.

Preview

Color preview on black background

This text has color #6CB176 on black background.


Color preview on white background

This text has color #6CB176 on white background.


Black color preview on #6CB176 background

This text has black color on #6CB176 background.


White color preview on #6CB176 background

This text has white color on #6CB176 background.


Related colors

Complementary color

Complementary color for #hex is #934E89.


I love getcolorcode.com

Triadic colors

1 #766CB1 and #B1766C with #6CB176 are triadic colors.

2 #76B16C and #B16C76 with #6CB176 are triadic colors.