COLOR #6F977C

HEX: #6F977C
RGB: (111,151,124)

Color info

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

RGB color model

#6F977C color RGB value is (111,151,124).

  • red value is 111;
  • green value is 151;
  • blue value is 124.
RGB:
(111,151,124)
(44%,59%,49%)

RGB channels and saturation

R 111 of 255 = 44%
G 151 of 255 = 59%
B 124 of 255 = 49%

111
151
124

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

Portions of RGB colors in percentages

R + G + B =
111 + 151 + 124 = 386 (100%)
R 111 of 386 ~ 28.76%
G 151 of 386 ~ 39.12%
B 124 of 386 ~ 32.12%

%28.76
%39.12
%32.12

CMYK color model

#6F977C color CMYK value is (26,0,18,41).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 40.78%
CMYK:
(26,0,18,41)
C26M0Y18K41 
(26%,0%,18%,41%)
(0.26/0.00/0.18/0.41)	

CMYK percentages

%26.49
%0
%17.88
%40.78

Codes

Color #6F977C in popluar color models

6F977C
RGB111151124
HSL140°16.13%51.37%
HSB/HSV140°26.49%59.22%
CMYK26.49%0.00%17.88%
40.78%

Color #6F977C in popluar number systems.

HEX6F977C
Decimal111151124
Binary1101111100101111111100
Octal157227174

Shades and tints

Shades of #6F977C

#6F977C
(111,151,124)
#658A71
(101,138,113)
#5B7D66
(91,125,102)
#51705B
(81,112,91)
#476350
(71,99,80)
#3D5645
(61,86,69)
#33493A
(51,73,58)
#293C2F
(41,60,47)
#1F2F24
(31,47,36)
#152219
(21,34,25)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #6F977C

#6F977C
(111,151,124)
#7CA087
(124,160,135)
#89A992
(137,169,146)
#96B29D
(150,178,157)
#A3BBA8
(163,187,168)
#B0C4B3
(176,196,179)
#BDCDBE
(189,205,190)
#CAD6C9
(202,214,201)
#D7DFD4
(215,223,212)
#E4E8DF
(228,232,223)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F977C color. Also use rgb(111,151,124) instead hex code.

Text Font Color

.myTextColor { color: #6F977C; }

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

This text font color is #6F977C.


Background Color

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

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

This div background color is #6F977C.


Border color

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

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

This div border color is #6F977C.


Opacity

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

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

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

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

This text has shadow with #6F977C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F977C on black background.


Color preview on white background

This text has color #6F977C on white background.



Black color preview on #6F977C background

This text has black color on #6F977C background.


White color preview on #6F977C background

This text has white color on #6F977C background.