COLOR #6F8C5E

HEX: #6F8C5E RGB: (111,140,94)

Color info

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

RGB color model

#6F8C5E color RGB value is (111,140,94).

RGB: (111,140,94) (44%, 55%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 140 of 255 = 55%
B 94 of 255 = 37%

111
140
94

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

Portions of RGB colors in percentages

R + G + B = 111 + 140 + 94 = 345 (100%)
R 111 of 345 ~ 32.17%
G 140 of 345 ~ 40.58%
B 94 of 345 ~ 27.25'%

%32.17
%40.58
%27.25

CMYK color model

#6F8C5E color CMYK value is (21,0,33,45).

  • cyan value is 20.71%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 45.10%

CMYK: (21,0,33,45)
C21M0Y33K45 (21%, 0%, 33%, 45%)
(0.21 / 0.00 / 0.33 / 0.45)

CMYK percentages

%20.71
%0
%32.86
%45.1

Codes

Color #6F8C5E in popluar color models

6F 8C 5E
RGB 111 140 94
HSL 98° 19.66% 45.88%
HSB/HSV 98° 32.86% 54.90%
CMYK 20.71% 0.00% 32.86%
45.10%

Color #6F8C5E in popluar number systems.

HEX 6F 8C 5E
Decimal 111 140 94
Binary 1101111 10001100 1011110
Octal 157 214 136

Shades and tints

Shades of #6F8C5E

#6F8C5E
(111,140,94)
#658056
(101,128,86)
#5B744E
(91,116,78)
#516846
(81,104,70)
#475C3E
(71,92,62)
#3D5036
(61,80,54)
#33442E
(51,68,46)
#293826
(41,56,38)
#1F2C1E
(31,44,30)
#152016
(21,32,22)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #6F8C5E

#6F8C5E
(111,140,94)
#7C966C
(124,150,108)
#89A07A
(137,160,122)
#96AA88
(150,170,136)
#A3B496
(163,180,150)
#B0BEA4
(176,190,164)
#BDC8B2
(189,200,178)
#CAD2C0
(202,210,192)
#D7DCCE
(215,220,206)
#E4E6DC
(228,230,220)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8C5E; }

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

This text font color is #6F8C5E.

Background Color

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

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

This div background color is #6F8C5E.

Border color

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

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

This div border color is #6F8C5E.

Opacity

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

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

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

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

This text has shadow with #6F8C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8C5E.

Preview

Color preview on black background

This text has color #6F8C5E on black background.


Color preview on white background

This text has color #6F8C5E on white background.


Black color preview on #6F8C5E background

This text has black color on #6F8C5E background.


White color preview on #6F8C5E background

This text has white color on #6F8C5E background.


Related colors

Complementary color

Complementary color for #hex is #9073A1.


I love getcolorcode.com

Triadic colors

1 #5E6F8C and #8C5E6F with #6F8C5E are triadic colors.

2 #5E8C6F and #8C6F5E with #6F8C5E are triadic colors.