COLOR #6C977F

HEX: #6C977F RGB: (108,151,127)

Color info

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

RGB color model

#6C977F color RGB value is (108,151,127).

RGB: (108,151,127) (42%, 59%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 151 of 255 = 59%
B 127 of 255 = 50%

108
151
127

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

Portions of RGB colors in percentages

R + G + B = 108 + 151 + 127 = 386 (100%)
R 108 of 386 ~ 27.98%
G 151 of 386 ~ 39.12%
B 127 of 386 ~ 32.9'%

%27.98
%39.12
%32.9

CMYK color model

#6C977F color CMYK value is (28,0,16,41).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK: (28,0,16,41) C28M0Y16K41 (28%,0%,16%,41%) (0.28/0.00/0.16/0.41) 

CMYK percentages

%28.48
%0
%15.89
%40.78

Codes

Color #6C977F in popluar color models

6C 97 7F
RGB 108 151 127
HSL 147° 17.13% 50.78%
HSB/HSV 147° 28.48% 59.22%
CMYK 28.48% 0.00% 15.89%
40.78%

Color #6C977F in popluar number systems.

HEX 6C 97 7F
Decimal 108 151 127
Binary 1101100 10010111 1111111
Octal 154 227 177

Shades and tints

Shades of #6C977F

#6C977F
(108,151,127)
#638A74
(99,138,116)
#5A7D69
(90,125,105)
#51705E
(81,112,94)
#486353
(72,99,83)
#3F5648
(63,86,72)
#36493D
(54,73,61)
#2D3C32
(45,60,50)
#242F27
(36,47,39)
#1B221C
(27,34,28)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #6C977F

#6C977F
(108,151,127)
#79A08A
(121,160,138)
#86A995
(134,169,149)
#93B2A0
(147,178,160)
#A0BBAB
(160,187,171)
#ADC4B6
(173,196,182)
#BACDC1
(186,205,193)
#C7D6CC
(199,214,204)
#D4DFD7
(212,223,215)
#E1E8E2
(225,232,226)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C977F; }

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

This text font color is #6C977F.

Background Color

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

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

This div background color is #6C977F.

Border color

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

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

This div border color is #6C977F.

Opacity

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

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

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

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

This text has shadow with #6C977F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C977F.

Preview

Color preview on black background

This text has color #6C977F on black background.


Color preview on white background

This text has color #6C977F on white background.


Black color preview on #6C977F background

This text has black color on #6C977F background.


White color preview on #6C977F background

This text has white color on #6C977F background.


Related colors

Complementary color

Complementary color for #hex is #936880.


I love getcolorcode.com

Triadic colors

1 #7F6C97 and #977F6C with #6C977F are triadic colors.

2 #7F976C and #976C7F with #6C977F are triadic colors.