COLOR #6F9666

HEX: #6F9666
RGB: (111,150,102)

Color info

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

RGB color model

#6F9666 color RGB value is (111,150,102).

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

RGB channels and saturation

R 111 of 255 = 44%
G 150 of 255 = 59%
B 102 of 255 = 40%

111
150
102

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

Portions of RGB colors in percentages

R + G + B =
111 + 150 + 102 = 363 (100%)
R 111 of 363 ~ 30.58%
G 150 of 363 ~ 41.32%
B 102 of 363 ~ 28.1%

%30.58
%41.32
%28.1

CMYK color model

#6F9666 color CMYK value is (26,0,32,41).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 41.18%
CMYK:
(26,0,32,41)
C26M0Y32K41 
(26%,0%,32%,41%)
(0.26/0.00/0.32/0.41)	

CMYK percentages

%26
%0
%32
%41.18

Codes

Color #6F9666 in popluar color models

6F9666
RGB111150102
HSL109°19.05%49.41%
HSB/HSV109°32.00%58.82%
CMYK26.00%0.00%32.00%
41.18%

Color #6F9666 in popluar number systems.

HEX6F9666
Decimal111150102
Binary1101111100101101100110
Octal157226146

Shades and tints

Shades of #6F9666

#6F9666
(111,150,102)
#65895D
(101,137,93)
#5B7C54
(91,124,84)
#516F4B
(81,111,75)
#476242
(71,98,66)
#3D5539
(61,85,57)
#334830
(51,72,48)
#293B27
(41,59,39)
#1F2E1E
(31,46,30)
#152115
(21,33,21)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #6F9666

#6F9666
(111,150,102)
#7C9F73
(124,159,115)
#89A880
(137,168,128)
#96B18D
(150,177,141)
#A3BA9A
(163,186,154)
#B0C3A7
(176,195,167)
#BDCCB4
(189,204,180)
#CAD5C1
(202,213,193)
#D7DECE
(215,222,206)
#E4E7DB
(228,231,219)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9666; }

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

This text font color is #6F9666.


Background Color

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

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

This div background color is #6F9666.


Border color

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

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

This div border color is #6F9666.


Opacity

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

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

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

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

This text has shadow with #6F9666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9666 on black background.


Color preview on white background

This text has color #6F9666 on white background.



Black color preview on #6F9666 background

This text has black color on #6F9666 background.


White color preview on #6F9666 background

This text has white color on #6F9666 background.