COLOR #6F8759

HEX: #6F8759 RGB: (111,135,89)

Color info

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

RGB color model

#6F8759 color RGB value is (111,135,89).

RGB: (111,135,89) (44%, 53%, 35%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 89 of 255 = 35%

111
135
89

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

Portions of RGB colors in percentages

R + G + B = 111 + 135 + 89 = 335 (100%)
R 111 of 335 ~ 33.13%
G 135 of 335 ~ 40.3%
B 89 of 335 ~ 26.57'%

%33.13
%40.3
%26.57

CMYK color model

#6F8759 color CMYK value is (18,0,34,47).

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

CMYK: (18,0,34,47)
C18M0Y34K47 (18%, 0%, 34%, 47%)
(0.18 / 0.00 / 0.34 / 0.47)

CMYK percentages

%17.78
%0
%34.07
%47.06

Codes

Color #6F8759 in popluar color models

6F 87 59
RGB 111 135 89
HSL 91° 20.54% 43.92%
HSB/HSV 91° 34.07% 52.94%
CMYK 17.78% 0.00% 34.07%
47.06%

Color #6F8759 in popluar number systems.

HEX 6F 87 59
Decimal 111 135 89
Binary 1101111 10000111 1011001
Octal 157 207 131

Shades and tints

Shades of #6F8759

#6F8759
(111,135,89)
#657B51
(101,123,81)
#5B6F49
(91,111,73)
#516341
(81,99,65)
#475739
(71,87,57)
#3D4B31
(61,75,49)
#333F29
(51,63,41)
#293321
(41,51,33)
#1F2719
(31,39,25)
#151B11
(21,27,17)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #6F8759

#6F8759
(111,135,89)
#7C9168
(124,145,104)
#899B77
(137,155,119)
#96A586
(150,165,134)
#A3AF95
(163,175,149)
#B0B9A4
(176,185,164)
#BDC3B3
(189,195,179)
#CACDC2
(202,205,194)
#D7D7D1
(215,215,209)
#E4E1E0
(228,225,224)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8759; }

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

This text font color is #6F8759.

Background Color

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

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

This div background color is #6F8759.

Border color

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

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

This div border color is #6F8759.

Opacity

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

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

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

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

This text has shadow with #6F8759 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8759.

Preview

Color preview on black background

This text has color #6F8759 on black background.


Color preview on white background

This text has color #6F8759 on white background.


Black color preview on #6F8759 background

This text has black color on #6F8759 background.


White color preview on #6F8759 background

This text has white color on #6F8759 background.


Related colors

Complementary color

Complementary color for #hex is #9078A6.


I love getcolorcode.com

Triadic colors

1 #596F87 and #87596F with #6F8759 are triadic colors.

2 #59876F and #876F59 with #6F8759 are triadic colors.