COLOR #6F9C77

HEX: #6F9C77
RGB: (111,156,119)

Color info

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

RGB color model

#6F9C77 color RGB value is (111,156,119).

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

RGB channels and saturation

R 111 of 255 = 44%
G 156 of 255 = 61%
B 119 of 255 = 47%

111
156
119

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

Portions of RGB colors in percentages

R + G + B =
111 + 156 + 119 = 386 (100%)
R 111 of 386 ~ 28.76%
G 156 of 386 ~ 40.41%
B 119 of 386 ~ 30.83%

%28.76
%40.41
%30.83

CMYK color model

#6F9C77 color CMYK value is (29,0,24,39).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 23.72%
  • key color value is 38.82%
CMYK:
(29,0,24,39)
C29M0Y24K39 
(29%,0%,24%,39%)
(0.29/0.00/0.24/0.39)	

CMYK percentages

%28.85
%0
%23.72
%38.82

Codes

Color #6F9C77 in popluar color models

6F9C77
RGB111156119
HSL131°18.52%52.35%
HSB/HSV131°28.85%61.18%
CMYK28.85%0.00%23.72%
38.82%

Color #6F9C77 in popluar number systems.

HEX6F9C77
Decimal111156119
Binary1101111100111001110111
Octal157234167

Shades and tints

Shades of #6F9C77

#6F9C77
(111,156,119)
#658E6D
(101,142,109)
#5B8063
(91,128,99)
#517259
(81,114,89)
#47644F
(71,100,79)
#3D5645
(61,86,69)
#33483B
(51,72,59)
#293A31
(41,58,49)
#1F2C27
(31,44,39)
#151E1D
(21,30,29)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #6F9C77

#6F9C77
(111,156,119)
#7CA583
(124,165,131)
#89AE8F
(137,174,143)
#96B79B
(150,183,155)
#A3C0A7
(163,192,167)
#B0C9B3
(176,201,179)
#BDD2BF
(189,210,191)
#CADBCB
(202,219,203)
#D7E4D7
(215,228,215)
#E4EDE3
(228,237,227)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9C77; }

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

This text font color is #6F9C77.


Background Color

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

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

This div background color is #6F9C77.


Border color

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

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

This div border color is #6F9C77.


Opacity

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

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

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

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

This text has shadow with #6F9C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9C77 on black background.


Color preview on white background

This text has color #6F9C77 on white background.



Black color preview on #6F9C77 background

This text has black color on #6F9C77 background.


White color preview on #6F9C77 background

This text has white color on #6F9C77 background.