COLOR #6F8757

HEX: #6F8757 RGB: (111,135,87)

Color info

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

RGB color model

#6F8757 color RGB value is (111,135,87).

RGB: (111,135,87) (44%, 53%, 34%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 87 of 255 = 34%

111
135
87

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

Portions of RGB colors in percentages

R + G + B = 111 + 135 + 87 = 333 (100%)
R 111 of 333 ~ 33.33%
G 135 of 333 ~ 40.54%
B 87 of 333 ~ 26.13'%

%33.33
%40.54
%26.13

CMYK color model

#6F8757 color CMYK value is (18,0,36,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 47.06%

CMYK: (18,0,36,47)
C18M0Y36K47 (18%, 0%, 36%, 47%)
(0.18 / 0.00 / 0.36 / 0.47)

CMYK percentages

%17.78
%0
%35.56
%47.06

Codes

Color #6F8757 in popluar color models

6F 87 57
RGB 111 135 87
HSL 90° 21.62% 43.53%
HSB/HSV 90° 35.56% 52.94%
CMYK 17.78% 0.00% 35.56%
47.06%

Color #6F8757 in popluar number systems.

HEX 6F 87 57
Decimal 111 135 87
Binary 1101111 10000111 1010111
Octal 157 207 127

Shades and tints

Shades of #6F8757

#6F8757
(111,135,87)
#657B50
(101,123,80)
#5B6F49
(91,111,73)
#516342
(81,99,66)
#47573B
(71,87,59)
#3D4B34
(61,75,52)
#333F2D
(51,63,45)
#293326
(41,51,38)
#1F271F
(31,39,31)
#151B18
(21,27,24)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #6F8757

#6F8757
(111,135,87)
#7C9166
(124,145,102)
#899B75
(137,155,117)
#96A584
(150,165,132)
#A3AF93
(163,175,147)
#B0B9A2
(176,185,162)
#BDC3B1
(189,195,177)
#CACDC0
(202,205,192)
#D7D7CF
(215,215,207)
#E4E1DE
(228,225,222)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8757; }

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

This text font color is #6F8757.

Background Color

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

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

This div background color is #6F8757.

Border color

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

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

This div border color is #6F8757.

Opacity

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

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

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

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

This text has shadow with #6F8757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8757.

Preview

Color preview on black background

This text has color #6F8757 on black background.


Color preview on white background

This text has color #6F8757 on white background.


Black color preview on #6F8757 background

This text has black color on #6F8757 background.


White color preview on #6F8757 background

This text has white color on #6F8757 background.


Related colors

Complementary color

Complementary color for #hex is #9078A8.


I love getcolorcode.com

Triadic colors

1 #576F87 and #87576F with #6F8757 are triadic colors.

2 #57876F and #876F57 with #6F8757 are triadic colors.