COLOR #6F8A6F

HEX: #6F8A6F
RGB: (111,138,111)

Color info

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

RGB color model

#6F8A6F color RGB value is (111,138,111).

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

RGB channels and saturation

R 111 of 255 = 44%
G 138 of 255 = 54%
B 111 of 255 = 44%

111
138
111

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

Portions of RGB colors in percentages

R + G + B =
111 + 138 + 111 = 360 (100%)
R 111 of 360 ~ 30.83%
G 138 of 360 ~ 38.33%
B 111 of 360 ~ 30.83%

%30.83
%38.33
%30.83

CMYK color model

#6F8A6F color CMYK value is (20,0,20,46).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK:
(20,0,20,46)
C20M0Y20K46 
(20%,0%,20%,46%)
(0.20/0.00/0.20/0.46)	

CMYK percentages

%19.57
%0
%19.57
%45.88

Codes

Color #6F8A6F in popluar color models

6F8A6F
RGB111138111
HSL120°10.84%48.82%
HSB/HSV120°19.57%54.12%
CMYK19.57%0.00%19.57%
45.88%

Color #6F8A6F in popluar number systems.

HEX6F8A6F
Decimal111138111
Binary1101111100010101101111
Octal157212157

Shades and tints

Shades of #6F8A6F

#6F8A6F
(111,138,111)
#657E65
(101,126,101)
#5B725B
(91,114,91)
#516651
(81,102,81)
#475A47
(71,90,71)
#3D4E3D
(61,78,61)
#334233
(51,66,51)
#293629
(41,54,41)
#1F2A1F
(31,42,31)
#151E15
(21,30,21)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #6F8A6F

#6F8A6F
(111,138,111)
#7C947C
(124,148,124)
#899E89
(137,158,137)
#96A896
(150,168,150)
#A3B2A3
(163,178,163)
#B0BCB0
(176,188,176)
#BDC6BD
(189,198,189)
#CAD0CA
(202,208,202)
#D7DAD7
(215,218,215)
#E4E4E4
(228,228,228)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8A6F; }

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

This text font color is #6F8A6F.


Background Color

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

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

This div background color is #6F8A6F.


Border color

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

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

This div border color is #6F8A6F.


Opacity

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

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

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

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

This text has shadow with #6F8A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8A6F on black background.


Color preview on white background

This text has color #6F8A6F on white background.



Black color preview on #6F8A6F background

This text has black color on #6F8A6F background.


White color preview on #6F8A6F background

This text has white color on #6F8A6F background.