COLOR #6C957F

HEX: #6C957F
RGB: (108,149,127)

Color info

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

RGB color model

#6C957F color RGB value is (108,149,127).

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

RGB channels and saturation

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

108
149
127

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

Portions of RGB colors in percentages

R + G + B =
108 + 149 + 127 = 384 (100%)
R 108 of 384 ~ 28.13%
G 149 of 384 ~ 38.8%
B 127 of 384 ~ 33.07%

%28.13
%38.8
%33.07

CMYK color model

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

  • cyan value is 27.52%
  • 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

%27.52
%0
%14.77
%41.57

Codes

Color #6C957F in popluar color models

6C957F
RGB108149127
HSL148°16.21%50.39%
HSB/HSV148°27.52%58.43%
CMYK27.52%0.00%14.77%
41.57%

Color #6C957F in popluar number systems.

HEX6C957F
Decimal108149127
Binary1101100100101011111111
Octal154225177

Shades and tints

Shades of #6C957F

#6C957F
(108,149,127)
#638874
(99,136,116)
#5A7B69
(90,123,105)
#516E5E
(81,110,94)
#486153
(72,97,83)
#3F5448
(63,84,72)
#36473D
(54,71,61)
#2D3A32
(45,58,50)
#242D27
(36,45,39)
#1B201C
(27,32,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #6C957F

#6C957F
(108,149,127)
#799E8A
(121,158,138)
#86A795
(134,167,149)
#93B0A0
(147,176,160)
#A0B9AB
(160,185,171)
#ADC2B6
(173,194,182)
#BACBC1
(186,203,193)
#C7D4CC
(199,212,204)
#D4DDD7
(212,221,215)
#E1E6E2
(225,230,226)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C957F; }

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

This text font color is #6C957F.


Background Color

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

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

This div background color is #6C957F.


Border color

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

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

This div border color is #6C957F.


Opacity

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

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

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

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

This text has shadow with #6C957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C957F on black background.


Color preview on white background

This text has color #6C957F on white background.



Black color preview on #6C957F background

This text has black color on #6C957F background.


White color preview on #6C957F background

This text has white color on #6C957F background.