COLOR #6B957F

HEX: #6B957F
RGB: (107,149,127)

Color info

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

RGB color model

#6B957F color RGB value is (107,149,127).

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

RGB channels and saturation

R 107 of 255 = 42%
G 149 of 255 = 58%
B 127 of 255 = 50%

107
149
127

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

Portions of RGB colors in percentages

R + G + B =
107 + 149 + 127 = 383 (100%)
R 107 of 383 ~ 27.94%
G 149 of 383 ~ 38.9%
B 127 of 383 ~ 33.16%

%27.94
%38.9
%33.16

CMYK color model

#6B957F color CMYK value is (28,0,15,42).

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(28,0,15,42)
C28M0Y15K42 
(28%,0%,15%,42%)
(0.28/0.00/0.15/0.42)	

CMYK percentages

%28.19
%0
%14.77
%41.57

Codes

Color #6B957F in popluar color models

6B957F
RGB107149127
HSL149°16.54%50.20%
HSB/HSV149°28.19%58.43%
CMYK28.19%0.00%14.77%
41.57%

Color #6B957F in popluar number systems.

HEX6B957F
Decimal107149127
Binary1101011100101011111111
Octal153225177

Shades and tints

Shades of #6B957F

#6B957F
(107,149,127)
#628874
(98,136,116)
#597B69
(89,123,105)
#506E5E
(80,110,94)
#476153
(71,97,83)
#3E5448
(62,84,72)
#35473D
(53,71,61)
#2C3A32
(44,58,50)
#232D27
(35,45,39)
#1A201C
(26,32,28)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #6B957F

#6B957F
(107,149,127)
#789E8A
(120,158,138)
#85A795
(133,167,149)
#92B0A0
(146,176,160)
#9FB9AB
(159,185,171)
#ACC2B6
(172,194,182)
#B9CBC1
(185,203,193)
#C6D4CC
(198,212,204)
#D3DDD7
(211,221,215)
#E0E6E2
(224,230,226)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B957F; }

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

This text font color is #6B957F.


Background Color

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

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

This div background color is #6B957F.


Border color

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

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

This div border color is #6B957F.


Opacity

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

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

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

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

This text has shadow with #6B957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B957F on black background.


Color preview on white background

This text has color #6B957F on white background.



Black color preview on #6B957F background

This text has black color on #6B957F background.


White color preview on #6B957F background

This text has white color on #6B957F background.