COLOR #6F9777

HEX: #6F9777
RGB: (111,151,119)

Color info

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

RGB color model

#6F9777 color RGB value is (111,151,119).

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

RGB channels and saturation

R 111 of 255 = 44%
G 151 of 255 = 59%
B 119 of 255 = 47%

111
151
119

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

Portions of RGB colors in percentages

R + G + B =
111 + 151 + 119 = 381 (100%)
R 111 of 381 ~ 29.13%
G 151 of 381 ~ 39.63%
B 119 of 381 ~ 31.23%

%29.13
%39.63
%31.23

CMYK color model

#6F9777 color CMYK value is (26,0,21,41).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 21.19%
  • key color value is 40.78%
CMYK:
(26,0,21,41)
C26M0Y21K41 
(26%,0%,21%,41%)
(0.26/0.00/0.21/0.41)	

CMYK percentages

%26.49
%0
%21.19
%40.78

Codes

Color #6F9777 in popluar color models

6F9777
RGB111151119
HSL132°16.13%51.37%
HSB/HSV132°26.49%59.22%
CMYK26.49%0.00%21.19%
40.78%

Color #6F9777 in popluar number systems.

HEX6F9777
Decimal111151119
Binary1101111100101111110111
Octal157227167

Shades and tints

Shades of #6F9777

#6F9777
(111,151,119)
#658A6D
(101,138,109)
#5B7D63
(91,125,99)
#517059
(81,112,89)
#47634F
(71,99,79)
#3D5645
(61,86,69)
#33493B
(51,73,59)
#293C31
(41,60,49)
#1F2F27
(31,47,39)
#15221D
(21,34,29)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #6F9777

#6F9777
(111,151,119)
#7CA083
(124,160,131)
#89A98F
(137,169,143)
#96B29B
(150,178,155)
#A3BBA7
(163,187,167)
#B0C4B3
(176,196,179)
#BDCDBF
(189,205,191)
#CAD6CB
(202,214,203)
#D7DFD7
(215,223,215)
#E4E8E3
(228,232,227)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9777; }

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

This text font color is #6F9777.


Background Color

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

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

This div background color is #6F9777.


Border color

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

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

This div border color is #6F9777.


Opacity

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

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

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

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

This text has shadow with #6F9777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9777 on black background.


Color preview on white background

This text has color #6F9777 on white background.



Black color preview on #6F9777 background

This text has black color on #6F9777 background.


White color preview on #6F9777 background

This text has white color on #6F9777 background.