COLOR #6F8A56

HEX: #6F8A56
RGB: (111,138,86)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
138
86

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

Portions of RGB colors in percentages

R + G + B =
111 + 138 + 86 = 335 (100%)
R 111 of 335 ~ 33.13%
G 138 of 335 ~ 41.19%
B 86 of 335 ~ 25.67%

%33.13
%41.19
%25.67

CMYK color model

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

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

CMYK percentages

%19.57
%0
%37.68
%45.88

Codes

Color #6F8A56 in popluar color models

6F8A56
RGB11113886
HSL91°23.21%43.92%
HSB/HSV91°37.68%54.12%
CMYK19.57%0.00%37.68%
45.88%

Color #6F8A56 in popluar number systems.

HEX6F8A56
Decimal11113886
Binary1101111100010101010110
Octal157212126

Shades and tints

Shades of #6F8A56

#6F8A56
(111,138,86)
#657E4F
(101,126,79)
#5B7248
(91,114,72)
#516641
(81,102,65)
#475A3A
(71,90,58)
#3D4E33
(61,78,51)
#33422C
(51,66,44)
#293625
(41,54,37)
#1F2A1E
(31,42,30)
#151E17
(21,30,23)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6F8A56

#6F8A56
(111,138,86)
#7C9465
(124,148,101)
#899E74
(137,158,116)
#96A883
(150,168,131)
#A3B292
(163,178,146)
#B0BCA1
(176,188,161)
#BDC6B0
(189,198,176)
#CAD0BF
(202,208,191)
#D7DACE
(215,218,206)
#E4E4DD
(228,228,221)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8A56; }

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

This text font color is #6F8A56.


Background Color

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

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

This div background color is #6F8A56.


Border color

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

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

This div border color is #6F8A56.


Opacity

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

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

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

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

This text has shadow with #6F8A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8A56 on black background.


Color preview on white background

This text has color #6F8A56 on white background.



Black color preview on #6F8A56 background

This text has black color on #6F8A56 background.


White color preview on #6F8A56 background

This text has white color on #6F8A56 background.