COLOR #6B9576

HEX: #6B9576
RGB: (107,149,118)

Color info

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

RGB color model

#6B9576 color RGB value is (107,149,118).

  • red value is 107;
  • green value is 149;
  • blue value is 118.
RGB:
(107,149,118)
(42%,58%,46%)

RGB channels and saturation

R 107 of 255 = 42%
G 149 of 255 = 58%
B 118 of 255 = 46%

107
149
118

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

Portions of RGB colors in percentages

R + G + B =
107 + 149 + 118 = 374 (100%)
R 107 of 374 ~ 28.61%
G 149 of 374 ~ 39.84%
B 118 of 374 ~ 31.55%

%28.61
%39.84
%31.55

CMYK color model

#6B9576 color CMYK value is (28,0,21,42).

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 41.57%
CMYK:
(28,0,21,42)
C28M0Y21K42 
(28%,0%,21%,42%)
(0.28/0.00/0.21/0.42)	

CMYK percentages

%28.19
%0
%20.81
%41.57

Codes

Color #6B9576 in popluar color models

6B9576
RGB107149118
HSL136°16.54%50.20%
HSB/HSV136°28.19%58.43%
CMYK28.19%0.00%20.81%
41.57%

Color #6B9576 in popluar number systems.

HEX6B9576
Decimal107149118
Binary1101011100101011110110
Octal153225166

Shades and tints

Shades of #6B9576

#6B9576
(107,149,118)
#62886C
(98,136,108)
#597B62
(89,123,98)
#506E58
(80,110,88)
#47614E
(71,97,78)
#3E5444
(62,84,68)
#35473A
(53,71,58)
#2C3A30
(44,58,48)
#232D26
(35,45,38)
#1A201C
(26,32,28)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #6B9576

#6B9576
(107,149,118)
#789E82
(120,158,130)
#85A78E
(133,167,142)
#92B09A
(146,176,154)
#9FB9A6
(159,185,166)
#ACC2B2
(172,194,178)
#B9CBBE
(185,203,190)
#C6D4CA
(198,212,202)
#D3DDD6
(211,221,214)
#E0E6E2
(224,230,226)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9576; }

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

This text font color is #6B9576.


Background Color

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

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

This div background color is #6B9576.


Border color

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

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

This div border color is #6B9576.


Opacity

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

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

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

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

This text has shadow with #6B9576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9576 on black background.


Color preview on white background

This text has color #6B9576 on white background.



Black color preview on #6B9576 background

This text has black color on #6B9576 background.


White color preview on #6B9576 background

This text has white color on #6B9576 background.