COLOR #6BB176

HEX: #6BB176 RGB: (107,177,118)

Color info

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

RGB color model

#6BB176 color RGB value is (107,177,118).

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

RGB channels and saturation

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

107
177
118

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

Portions of RGB colors in percentages

R + G + B = 107 + 177 + 118 = 402 (100%)
R 107 of 402 ~ 26.62%
G 177 of 402 ~ 44.03%
B 118 of 402 ~ 29.35'%

%26.62
%44.03
%29.35

CMYK color model

#6BB176 color CMYK value is (40,0,33,31).

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

CMYK: (40,0,33,31)
C40M0Y33K31 (40%, 0%, 33%, 31%)
(0.40 / 0.00 / 0.33 / 0.31)

CMYK percentages

%39.55
%0
%33.33
%30.59

Codes

Color #6BB176 in popluar color models

6B B1 76
RGB 107 177 118
HSL 129° 30.97% 55.69%
HSB/HSV 129° 39.55% 69.41%
CMYK 39.55% 0.00% 33.33%
30.59%

Color #6BB176 in popluar number systems.

HEX 6B B1 76
Decimal 107 177 118
Binary 1101011 10110001 1110110
Octal 153 261 166

Shades and tints

Shades of #6BB176

#6BB176
(107,177,118)
#62A16C
(98,161,108)
#599162
(89,145,98)
#508158
(80,129,88)
#47714E
(71,113,78)
#3E6144
(62,97,68)
#35513A
(53,81,58)
#2C4130
(44,65,48)
#233126
(35,49,38)
#1A211C
(26,33,28)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #6BB176

#6BB176
(107,177,118)
#78B882
(120,184,130)
#85BF8E
(133,191,142)
#92C69A
(146,198,154)
#9FCDA6
(159,205,166)
#ACD4B2
(172,212,178)
#B9DBBE
(185,219,190)
#C6E2CA
(198,226,202)
#D3E9D6
(211,233,214)
#E0F0E2
(224,240,226)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB176; }

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

This text font color is #6BB176.

Background Color

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

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

This div background color is #6BB176.

Border color

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

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

This div border color is #6BB176.

Opacity

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

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

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

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

This text has shadow with #6BB176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BB176.

Preview

Color preview on black background

This text has color #6BB176 on black background.


Color preview on white background

This text has color #6BB176 on white background.


Black color preview on #6BB176 background

This text has black color on #6BB176 background.


White color preview on #6BB176 background

This text has white color on #6BB176 background.


Related colors

Complementary color

Complementary color for #hex is #944E89.


I love getcolorcode.com

Triadic colors

1 #766BB1 and #B1766B with #6BB176 are triadic colors.

2 #76B16B and #B16B76 with #6BB176 are triadic colors.