COLOR #6F8E57

HEX: #6F8E57 RGB: (111,142,87)

Color info

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

RGB color model

#6F8E57 color RGB value is (111,142,87).

RGB: (111,142,87) (44%, 56%, 34%)

RGB channels and saturation

R 111 of 255 = 44%
G 142 of 255 = 56%
B 87 of 255 = 34%

111
142
87

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

Portions of RGB colors in percentages

R + G + B = 111 + 142 + 87 = 340 (100%)
R 111 of 340 ~ 32.65%
G 142 of 340 ~ 41.76%
B 87 of 340 ~ 25.59'%

%32.65
%41.76
%25.59

CMYK color model

#6F8E57 color CMYK value is (22,0,39,44).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 38.73%
  • key color value is 44.31%

CMYK: (22,0,39,44)
C22M0Y39K44 (22%, 0%, 39%, 44%)
(0.22 / 0.00 / 0.39 / 0.44)

CMYK percentages

%21.83
%0
%38.73
%44.31

Codes

Color #6F8E57 in popluar color models

6F 8E 57
RGB 111 142 87
HSL 94° 24.02% 44.90%
HSB/HSV 94° 38.73% 55.69%
CMYK 21.83% 0.00% 38.73%
44.31%

Color #6F8E57 in popluar number systems.

HEX 6F 8E 57
Decimal 111 142 87
Binary 1101111 10001110 1010111
Octal 157 216 127

Shades and tints

Shades of #6F8E57

#6F8E57
(111,142,87)
#658250
(101,130,80)
#5B7649
(91,118,73)
#516A42
(81,106,66)
#475E3B
(71,94,59)
#3D5234
(61,82,52)
#33462D
(51,70,45)
#293A26
(41,58,38)
#1F2E1F
(31,46,31)
#152218
(21,34,24)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #6F8E57

#6F8E57
(111,142,87)
#7C9866
(124,152,102)
#89A275
(137,162,117)
#96AC84
(150,172,132)
#A3B693
(163,182,147)
#B0C0A2
(176,192,162)
#BDCAB1
(189,202,177)
#CAD4C0
(202,212,192)
#D7DECF
(215,222,207)
#E4E8DE
(228,232,222)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8E57; }

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

This text font color is #6F8E57.

Background Color

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

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

This div background color is #6F8E57.

Border color

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

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

This div border color is #6F8E57.

Opacity

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

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

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

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

This text has shadow with #6F8E57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8E57.

Preview

Color preview on black background

This text has color #6F8E57 on black background.


Color preview on white background

This text has color #6F8E57 on white background.


Black color preview on #6F8E57 background

This text has black color on #6F8E57 background.


White color preview on #6F8E57 background

This text has white color on #6F8E57 background.


Related colors

Complementary color

Complementary color for #hex is #9071A8.


I love getcolorcode.com

Triadic colors

1 #576F8E and #8E576F with #6F8E57 are triadic colors.

2 #578E6F and #8E6F57 with #6F8E57 are triadic colors.