COLOR #6F9976

HEX: #6F9976
RGB: (111,153,118)

Color info

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

RGB color model

#6F9976 color RGB value is (111,153,118).

  • red value is 111;
  • green value is 153;
  • blue value is 118.
RGB:
(111,153,118)
(44%,60%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 153 of 255 = 60%
B 118 of 255 = 46%

111
153
118

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

Portions of RGB colors in percentages

R + G + B =
111 + 153 + 118 = 382 (100%)
R 111 of 382 ~ 29.06%
G 153 of 382 ~ 40.05%
B 118 of 382 ~ 30.89%

%29.06
%40.05
%30.89

CMYK color model

#6F9976 color CMYK value is (27,0,23,40).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(27,0,23,40)
C27M0Y23K40 
(27%,0%,23%,40%)
(0.27/0.00/0.23/0.40)	

CMYK percentages

%27.45
%0
%22.88
%40

Codes

Color #6F9976 in popluar color models

6F9976
RGB111153118
HSL130°17.07%51.76%
HSB/HSV130°27.45%60.00%
CMYK27.45%0.00%22.88%
40.00%

Color #6F9976 in popluar number systems.

HEX6F9976
Decimal111153118
Binary1101111100110011110110
Octal157231166

Shades and tints

Shades of #6F9976

#6F9976
(111,153,118)
#658C6C
(101,140,108)
#5B7F62
(91,127,98)
#517258
(81,114,88)
#47654E
(71,101,78)
#3D5844
(61,88,68)
#334B3A
(51,75,58)
#293E30
(41,62,48)
#1F3126
(31,49,38)
#15241C
(21,36,28)
#0B1712
(11,23,18)
#000000
(0,0,0)

Tints of #6F9976

#6F9976
(111,153,118)
#7CA282
(124,162,130)
#89AB8E
(137,171,142)
#96B49A
(150,180,154)
#A3BDA6
(163,189,166)
#B0C6B2
(176,198,178)
#BDCFBE
(189,207,190)
#CAD8CA
(202,216,202)
#D7E1D6
(215,225,214)
#E4EAE2
(228,234,226)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9976 color. Also use rgb(111,153,118) instead hex code.

Text Font Color

.myTextColor { color: #6F9976; }

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

This text font color is #6F9976.


Background Color

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

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

This div background color is #6F9976.


Border color

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

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

This div border color is #6F9976.


Opacity

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

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

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

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

This text has shadow with #6F9976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9976 on black background.


Color preview on white background

This text has color #6F9976 on white background.



Black color preview on #6F9976 background

This text has black color on #6F9976 background.


White color preview on #6F9976 background

This text has white color on #6F9976 background.