COLOR #6F9670

HEX: #6F9670
RGB: (111,150,112)

Color info

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

RGB color model

#6F9670 color RGB value is (111,150,112).

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

RGB channels and saturation

R 111 of 255 = 44%
G 150 of 255 = 59%
B 112 of 255 = 44%

111
150
112

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

Portions of RGB colors in percentages

R + G + B =
111 + 150 + 112 = 373 (100%)
R 111 of 373 ~ 29.76%
G 150 of 373 ~ 40.21%
B 112 of 373 ~ 30.03%

%29.76
%40.21
%30.03

CMYK color model

#6F9670 color CMYK value is (26,0,25,41).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 41.18%
CMYK:
(26,0,25,41)
C26M0Y25K41 
(26%,0%,25%,41%)
(0.26/0.00/0.25/0.41)	

CMYK percentages

%26
%0
%25.33
%41.18

Codes

Color #6F9670 in popluar color models

6F9670
RGB111150112
HSL122°15.66%51.18%
HSB/HSV122°26.00%58.82%
CMYK26.00%0.00%25.33%
41.18%

Color #6F9670 in popluar number systems.

HEX6F9670
Decimal111150112
Binary1101111100101101110000
Octal157226160

Shades and tints

Shades of #6F9670

#6F9670
(111,150,112)
#658966
(101,137,102)
#5B7C5C
(91,124,92)
#516F52
(81,111,82)
#476248
(71,98,72)
#3D553E
(61,85,62)
#334834
(51,72,52)
#293B2A
(41,59,42)
#1F2E20
(31,46,32)
#152116
(21,33,22)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #6F9670

#6F9670
(111,150,112)
#7C9F7D
(124,159,125)
#89A88A
(137,168,138)
#96B197
(150,177,151)
#A3BAA4
(163,186,164)
#B0C3B1
(176,195,177)
#BDCCBE
(189,204,190)
#CAD5CB
(202,213,203)
#D7DED8
(215,222,216)
#E4E7E5
(228,231,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9670; }

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

This text font color is #6F9670.


Background Color

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

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

This div background color is #6F9670.


Border color

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

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

This div border color is #6F9670.


Opacity

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

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

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

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

This text has shadow with #6F9670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9670 on black background.


Color preview on white background

This text has color #6F9670 on white background.



Black color preview on #6F9670 background

This text has black color on #6F9670 background.


White color preview on #6F9670 background

This text has white color on #6F9670 background.