COLOR #6F8062

HEX: #6F8062
RGB: (111,128,98)

Color info

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

RGB color model

#6F8062 color RGB value is (111,128,98).

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

RGB channels and saturation

R 111 of 255 = 44%
G 128 of 255 = 50%
B 98 of 255 = 38%

111
128
98

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

Portions of RGB colors in percentages

R + G + B =
111 + 128 + 98 = 337 (100%)
R 111 of 337 ~ 32.94%
G 128 of 337 ~ 37.98%
B 98 of 337 ~ 29.08%

%32.94
%37.98
%29.08

CMYK color model

#6F8062 color CMYK value is (13,0,23,50).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 49.80%
CMYK:
(13,0,23,50)
C13M0Y23K50 
(13%,0%,23%,50%)
(0.13/0.00/0.23/0.50)	

CMYK percentages

%13.28
%0
%23.44
%49.8

Codes

Color #6F8062 in popluar color models

6F8062
RGB11112898
HSL94°13.27%44.31%
HSB/HSV94°23.44%50.20%
CMYK13.28%0.00%23.44%
49.80%

Color #6F8062 in popluar number systems.

HEX6F8062
Decimal11112898
Binary1101111100000001100010
Octal157200142

Shades and tints

Shades of #6F8062

#6F8062
(111,128,98)
#65755A
(101,117,90)
#5B6A52
(91,106,82)
#515F4A
(81,95,74)
#475442
(71,84,66)
#3D493A
(61,73,58)
#333E32
(51,62,50)
#29332A
(41,51,42)
#1F2822
(31,40,34)
#151D1A
(21,29,26)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #6F8062

#6F8062
(111,128,98)
#7C8B70
(124,139,112)
#89967E
(137,150,126)
#96A18C
(150,161,140)
#A3AC9A
(163,172,154)
#B0B7A8
(176,183,168)
#BDC2B6
(189,194,182)
#CACDC4
(202,205,196)
#D7D8D2
(215,216,210)
#E4E3E0
(228,227,224)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8062; }

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

This text font color is #6F8062.


Background Color

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

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

This div background color is #6F8062.


Border color

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

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

This div border color is #6F8062.


Opacity

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

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

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

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

This text has shadow with #6F8062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8062 on black background.


Color preview on white background

This text has color #6F8062 on white background.



Black color preview on #6F8062 background

This text has black color on #6F8062 background.


White color preview on #6F8062 background

This text has white color on #6F8062 background.