COLOR #6F966E

HEX: #6F966E
RGB: (111,150,110)

Color info

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

RGB color model

#6F966E color RGB value is (111,150,110).

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

RGB channels and saturation

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

111
150
110

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

Portions of RGB colors in percentages

R + G + B =
111 + 150 + 110 = 371 (100%)
R 111 of 371 ~ 29.92%
G 150 of 371 ~ 40.43%
B 110 of 371 ~ 29.65%

%29.92
%40.43
%29.65

CMYK color model

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

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

CMYK percentages

%26
%0
%26.67
%41.18

Codes

Color #6F966E in popluar color models

6F966E
RGB111150110
HSL119°16.00%50.98%
HSB/HSV119°26.67%58.82%
CMYK26.00%0.00%26.67%
41.18%

Color #6F966E in popluar number systems.

HEX6F966E
Decimal111150110
Binary1101111100101101101110
Octal157226156

Shades and tints

Shades of #6F966E

#6F966E
(111,150,110)
#658964
(101,137,100)
#5B7C5A
(91,124,90)
#516F50
(81,111,80)
#476246
(71,98,70)
#3D553C
(61,85,60)
#334832
(51,72,50)
#293B28
(41,59,40)
#1F2E1E
(31,46,30)
#152114
(21,33,20)
#0B140A
(11,20,10)
#000000
(0,0,0)

Tints of #6F966E

#6F966E
(111,150,110)
#7C9F7B
(124,159,123)
#89A888
(137,168,136)
#96B195
(150,177,149)
#A3BAA2
(163,186,162)
#B0C3AF
(176,195,175)
#BDCCBC
(189,204,188)
#CAD5C9
(202,213,201)
#D7DED6
(215,222,214)
#E4E7E3
(228,231,227)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F966E; }

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

This text font color is #6F966E.


Background Color

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

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

This div background color is #6F966E.


Border color

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

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

This div border color is #6F966E.


Opacity

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

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

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

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

This text has shadow with #6F966E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F966E on black background.


Color preview on white background

This text has color #6F966E on white background.



Black color preview on #6F966E background

This text has black color on #6F966E background.


White color preview on #6F966E background

This text has white color on #6F966E background.