COLOR #6F9261

HEX: #6F9261
RGB: (111,146,97)

Color info

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

RGB color model

#6F9261 color RGB value is (111,146,97).

  • red value is 111;
  • green value is 146;
  • blue value is 97.
RGB:
(111,146,97)
(44%,57%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 146 of 255 = 57%
B 97 of 255 = 38%

111
146
97

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

Portions of RGB colors in percentages

R + G + B =
111 + 146 + 97 = 354 (100%)
R 111 of 354 ~ 31.36%
G 146 of 354 ~ 41.24%
B 97 of 354 ~ 27.4%

%31.36
%41.24
%27.4

CMYK color model

#6F9261 color CMYK value is (24,0,34,43).

  • cyan value is 23.97%
  • magenta value is 0.00%
  • yellow value is 33.56%
  • key color value is 42.75%
CMYK:
(24,0,34,43)
C24M0Y34K43 
(24%,0%,34%,43%)
(0.24/0.00/0.34/0.43)	

CMYK percentages

%23.97
%0
%33.56
%42.75

Codes

Color #6F9261 in popluar color models

6F9261
RGB11114697
HSL103°20.16%47.65%
HSB/HSV103°33.56%57.25%
CMYK23.97%0.00%33.56%
42.75%

Color #6F9261 in popluar number systems.

HEX6F9261
Decimal11114697
Binary1101111100100101100001
Octal157222141

Shades and tints

Shades of #6F9261

#6F9261
(111,146,97)
#658559
(101,133,89)
#5B7851
(91,120,81)
#516B49
(81,107,73)
#475E41
(71,94,65)
#3D5139
(61,81,57)
#334431
(51,68,49)
#293729
(41,55,41)
#1F2A21
(31,42,33)
#151D19
(21,29,25)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #6F9261

#6F9261
(111,146,97)
#7C9B6F
(124,155,111)
#89A47D
(137,164,125)
#96AD8B
(150,173,139)
#A3B699
(163,182,153)
#B0BFA7
(176,191,167)
#BDC8B5
(189,200,181)
#CAD1C3
(202,209,195)
#D7DAD1
(215,218,209)
#E4E3DF
(228,227,223)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9261 color. Also use rgb(111,146,97) instead hex code.

Text Font Color

.myTextColor { color: #6F9261; }

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

This text font color is #6F9261.


Background Color

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

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

This div background color is #6F9261.


Border color

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

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

This div border color is #6F9261.


Opacity

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

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

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

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

This text has shadow with #6F9261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9261 on black background.


Color preview on white background

This text has color #6F9261 on white background.



Black color preview on #6F9261 background

This text has black color on #6F9261 background.


White color preview on #6F9261 background

This text has white color on #6F9261 background.