COLOR #6F8660

HEX: #6F8660
RGB: (111,134,96)

Color info

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

RGB color model

#6F8660 color RGB value is (111,134,96).

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

RGB channels and saturation

R 111 of 255 = 44%
G 134 of 255 = 53%
B 96 of 255 = 38%

111
134
96

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

Portions of RGB colors in percentages

R + G + B =
111 + 134 + 96 = 341 (100%)
R 111 of 341 ~ 32.55%
G 134 of 341 ~ 39.3%
B 96 of 341 ~ 28.15%

%32.55
%39.3
%28.15

CMYK color model

#6F8660 color CMYK value is (17,0,28,47).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 47.45%
CMYK:
(17,0,28,47)
C17M0Y28K47 
(17%,0%,28%,47%)
(0.17/0.00/0.28/0.47)	

CMYK percentages

%17.16
%0
%28.36
%47.45

Codes

Color #6F8660 in popluar color models

6F8660
RGB11113496
HSL96°16.52%45.10%
HSB/HSV96°28.36%52.55%
CMYK17.16%0.00%28.36%
47.45%

Color #6F8660 in popluar number systems.

HEX6F8660
Decimal11113496
Binary1101111100001101100000
Octal157206140

Shades and tints

Shades of #6F8660

#6F8660
(111,134,96)
#657A58
(101,122,88)
#5B6E50
(91,110,80)
#516248
(81,98,72)
#475640
(71,86,64)
#3D4A38
(61,74,56)
#333E30
(51,62,48)
#293228
(41,50,40)
#1F2620
(31,38,32)
#151A18
(21,26,24)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #6F8660

#6F8660
(111,134,96)
#7C916E
(124,145,110)
#899C7C
(137,156,124)
#96A78A
(150,167,138)
#A3B298
(163,178,152)
#B0BDA6
(176,189,166)
#BDC8B4
(189,200,180)
#CAD3C2
(202,211,194)
#D7DED0
(215,222,208)
#E4E9DE
(228,233,222)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8660; }

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

This text font color is #6F8660.


Background Color

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

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

This div background color is #6F8660.


Border color

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

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

This div border color is #6F8660.


Opacity

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

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

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

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

This text has shadow with #6F8660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8660 on black background.


Color preview on white background

This text has color #6F8660 on white background.



Black color preview on #6F8660 background

This text has black color on #6F8660 background.


White color preview on #6F8660 background

This text has white color on #6F8660 background.