COLOR #6F976E

HEX: #6F976E
RGB: (111,151,110)

Color info

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

RGB color model

#6F976E color RGB value is (111,151,110).

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

RGB channels and saturation

R 111 of 255 = 44%
G 151 of 255 = 59%
B 110 of 255 = 43%

111
151
110

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

Portions of RGB colors in percentages

R + G + B =
111 + 151 + 110 = 372 (100%)
R 111 of 372 ~ 29.84%
G 151 of 372 ~ 40.59%
B 110 of 372 ~ 29.57%

%29.84
%40.59
%29.57

CMYK color model

#6F976E color CMYK value is (26,0,27,41).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 27.15%
  • key color value is 40.78%
CMYK:
(26,0,27,41)
C26M0Y27K41 
(26%,0%,27%,41%)
(0.26/0.00/0.27/0.41)	

CMYK percentages

%26.49
%0
%27.15
%40.78

Codes

Color #6F976E in popluar color models

6F976E
RGB111151110
HSL119°16.47%51.18%
HSB/HSV119°27.15%59.22%
CMYK26.49%0.00%27.15%
40.78%

Color #6F976E in popluar number systems.

HEX6F976E
Decimal111151110
Binary1101111100101111101110
Octal157227156

Shades and tints

Shades of #6F976E

#6F976E
(111,151,110)
#658A64
(101,138,100)
#5B7D5A
(91,125,90)
#517050
(81,112,80)
#476346
(71,99,70)
#3D563C
(61,86,60)
#334932
(51,73,50)
#293C28
(41,60,40)
#1F2F1E
(31,47,30)
#152214
(21,34,20)
#0B150A
(11,21,10)
#000000
(0,0,0)

Tints of #6F976E

#6F976E
(111,151,110)
#7CA07B
(124,160,123)
#89A988
(137,169,136)
#96B295
(150,178,149)
#A3BBA2
(163,187,162)
#B0C4AF
(176,196,175)
#BDCDBC
(189,205,188)
#CAD6C9
(202,214,201)
#D7DFD6
(215,223,214)
#E4E8E3
(228,232,227)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F976E; }

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

This text font color is #6F976E.


Background Color

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

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

This div background color is #6F976E.


Border color

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

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

This div border color is #6F976E.


Opacity

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

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

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

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

This text has shadow with #6F976E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F976E on black background.


Color preview on white background

This text has color #6F976E on white background.



Black color preview on #6F976E background

This text has black color on #6F976E background.


White color preview on #6F976E background

This text has white color on #6F976E background.