COLOR #6F8960

HEX: #6F8960
RGB: (111,137,96)

Color info

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

RGB color model

#6F8960 color RGB value is (111,137,96).

  • red value is 111;
  • green value is 137;
  • blue value is 96.
RGB:
(111,137,96)
(44%,54%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 137 of 255 = 54%
B 96 of 255 = 38%

111
137
96

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

Portions of RGB colors in percentages

R + G + B =
111 + 137 + 96 = 344 (100%)
R 111 of 344 ~ 32.27%
G 137 of 344 ~ 39.83%
B 96 of 344 ~ 27.91%

%32.27
%39.83
%27.91

CMYK color model

#6F8960 color CMYK value is (19,0,30,46).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 29.93%
  • key color value is 46.27%
CMYK:
(19,0,30,46)
C19M0Y30K46 
(19%,0%,30%,46%)
(0.19/0.00/0.30/0.46)	

CMYK percentages

%18.98
%0
%29.93
%46.27

Codes

Color #6F8960 in popluar color models

6F8960
RGB11113796
HSL98°17.60%45.69%
HSB/HSV98°29.93%53.73%
CMYK18.98%0.00%29.93%
46.27%

Color #6F8960 in popluar number systems.

HEX6F8960
Decimal11113796
Binary1101111100010011100000
Octal157211140

Shades and tints

Shades of #6F8960

#6F8960
(111,137,96)
#657D58
(101,125,88)
#5B7150
(91,113,80)
#516548
(81,101,72)
#475940
(71,89,64)
#3D4D38
(61,77,56)
#334130
(51,65,48)
#293528
(41,53,40)
#1F2920
(31,41,32)
#151D18
(21,29,24)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #6F8960

#6F8960
(111,137,96)
#7C936E
(124,147,110)
#899D7C
(137,157,124)
#96A78A
(150,167,138)
#A3B198
(163,177,152)
#B0BBA6
(176,187,166)
#BDC5B4
(189,197,180)
#CACFC2
(202,207,194)
#D7D9D0
(215,217,208)
#E4E3DE
(228,227,222)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8960 color. Also use rgb(111,137,96) instead hex code.

Text Font Color

.myTextColor { color: #6F8960; }

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

This text font color is #6F8960.


Background Color

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

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

This div background color is #6F8960.


Border color

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

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

This div border color is #6F8960.


Opacity

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

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

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

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

This text has shadow with #6F8960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8960 on black background.


Color preview on white background

This text has color #6F8960 on white background.



Black color preview on #6F8960 background

This text has black color on #6F8960 background.


White color preview on #6F8960 background

This text has white color on #6F8960 background.