COLOR #6F8751

HEX: #6F8751 RGB: (111,135,81)

Color info

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

RGB color model

#6F8751 color RGB value is (111,135,81).

RGB: (111,135,81) (44%, 53%, 32%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 81 of 255 = 32%

111
135
81

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

Portions of RGB colors in percentages

R + G + B = 111 + 135 + 81 = 327 (100%)
R 111 of 327 ~ 33.94%
G 135 of 327 ~ 41.28%
B 81 of 327 ~ 24.77'%

%33.94
%41.28
%24.77

CMYK color model

#6F8751 color CMYK value is (18,0,40,47).

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

CMYK: (18,0,40,47)
C18M0Y40K47 (18%, 0%, 40%, 47%)
(0.18 / 0.00 / 0.40 / 0.47)

CMYK percentages

%17.78
%0
%40
%47.06

Codes

Color #6F8751 in popluar color models

6F 87 51
RGB 111 135 81
HSL 87° 25.00% 42.35%
HSB/HSV 87° 40.00% 52.94%
CMYK 17.78% 0.00% 40.00%
47.06%

Color #6F8751 in popluar number systems.

HEX 6F 87 51
Decimal 111 135 81
Binary 1101111 10000111 1010001
Octal 157 207 121

Shades and tints

Shades of #6F8751

#6F8751
(111,135,81)
#657B4A
(101,123,74)
#5B6F43
(91,111,67)
#51633C
(81,99,60)
#475735
(71,87,53)
#3D4B2E
(61,75,46)
#333F27
(51,63,39)
#293320
(41,51,32)
#1F2719
(31,39,25)
#151B12
(21,27,18)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #6F8751

#6F8751
(111,135,81)
#7C9160
(124,145,96)
#899B6F
(137,155,111)
#96A57E
(150,165,126)
#A3AF8D
(163,175,141)
#B0B99C
(176,185,156)
#BDC3AB
(189,195,171)
#CACDBA
(202,205,186)
#D7D7C9
(215,215,201)
#E4E1D8
(228,225,216)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8751; }

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

This text font color is #6F8751.

Background Color

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

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

This div background color is #6F8751.

Border color

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

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

This div border color is #6F8751.

Opacity

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

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

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

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

This text has shadow with #6F8751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8751.

Preview

Color preview on black background

This text has color #6F8751 on black background.


Color preview on white background

This text has color #6F8751 on white background.


Black color preview on #6F8751 background

This text has black color on #6F8751 background.


White color preview on #6F8751 background

This text has white color on #6F8751 background.


Related colors

Complementary color

Complementary color for #hex is #9078AE.


I love getcolorcode.com

Triadic colors

1 #516F87 and #87516F with #6F8751 are triadic colors.

2 #51876F and #876F51 with #6F8751 are triadic colors.