COLOR #6F8059

HEX: #6F8059
RGB: (111,128,89)

Color info

#6F8059 contains red, green and blue colors in about the same proportion. Web safe color of #6F8059 is #666666 (or #666).

RGB color model

#6F8059 color RGB value is (111,128,89).

  • red value is 111;
  • green value is 128;
  • blue value is 89.
RGB:
(111,128,89)
(44%,50%,35%)

RGB channels and saturation

R 111 of 255 = 44%
G 128 of 255 = 50%
B 89 of 255 = 35%

111
128
89

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

Portions of RGB colors in percentages

R + G + B =
111 + 128 + 89 = 328 (100%)
R 111 of 328 ~ 33.84%
G 128 of 328 ~ 39.02%
B 89 of 328 ~ 27.13%

%33.84
%39.02
%27.13

CMYK color model

#6F8059 color CMYK value is (13,0,30,50).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 30.47%
  • key color value is 49.80%
CMYK:
(13,0,30,50)
C13M0Y30K50 
(13%,0%,30%,50%)
(0.13/0.00/0.30/0.50)	

CMYK percentages

%13.28
%0
%30.47
%49.8

Codes

Color #6F8059 in popluar color models

6F8059
RGB11112889
HSL86°17.97%42.55%
HSB/HSV86°30.47%50.20%
CMYK13.28%0.00%30.47%
49.80%

Color #6F8059 in popluar number systems.

HEX6F8059
Decimal11112889
Binary1101111100000001011001
Octal157200131

Shades and tints

Shades of #6F8059

#6F8059
(111,128,89)
#657551
(101,117,81)
#5B6A49
(91,106,73)
#515F41
(81,95,65)
#475439
(71,84,57)
#3D4931
(61,73,49)
#333E29
(51,62,41)
#293321
(41,51,33)
#1F2819
(31,40,25)
#151D11
(21,29,17)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #6F8059

#6F8059
(111,128,89)
#7C8B68
(124,139,104)
#899677
(137,150,119)
#96A186
(150,161,134)
#A3AC95
(163,172,149)
#B0B7A4
(176,183,164)
#BDC2B3
(189,194,179)
#CACDC2
(202,205,194)
#D7D8D1
(215,216,209)
#E4E3E0
(228,227,224)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8059 color. Also use rgb(111,128,89) instead hex code.

Text Font Color

.myTextColor { color: #6F8059; }

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

This text font color is #6F8059.


Background Color

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

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

This div background color is #6F8059.


Border color

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

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

This div border color is #6F8059.


Opacity

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

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

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

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

This text has shadow with #6F8059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8059 on black background.


Color preview on white background

This text has color #6F8059 on white background.



Black color preview on #6F8059 background

This text has black color on #6F8059 background.


White color preview on #6F8059 background

This text has white color on #6F8059 background.