COLOR #6F8555

HEX: #6F8555 RGB: (111,133,85)

Color info

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

RGB color model

#6F8555 color RGB value is (111,133,85).

RGB: (111,133,85) (44%, 52%, 33%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 85 of 255 = 33%

111
133
85

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

Portions of RGB colors in percentages

R + G + B = 111 + 133 + 85 = 329 (100%)
R 111 of 329 ~ 33.74%
G 133 of 329 ~ 40.43%
B 85 of 329 ~ 25.84'%

%33.74
%40.43
%25.84

CMYK color model

#6F8555 color CMYK value is (17,0,36,48).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 36.09%
  • key color value is 47.84%
CMYK: (17,0,36,48) C17M0Y36K48 (17%,0%,36%,48%) (0.17/0.00/0.36/0.48) 

CMYK percentages

%16.54
%0
%36.09
%47.84

Codes

Color #6F8555 in popluar color models

6F 85 55
RGB 111 133 85
HSL 88° 22.02% 42.75%
HSB/HSV 88° 36.09% 52.16%
CMYK 16.54% 0.00% 36.09%
47.84%

Color #6F8555 in popluar number systems.

HEX 6F 85 55
Decimal 111 133 85
Binary 1101111 10000101 1010101
Octal 157 205 125

Shades and tints

Shades of #6F8555

#6F8555
(111,133,85)
#65794E
(101,121,78)
#5B6D47
(91,109,71)
#516140
(81,97,64)
#475539
(71,85,57)
#3D4932
(61,73,50)
#333D2B
(51,61,43)
#293124
(41,49,36)
#1F251D
(31,37,29)
#151916
(21,25,22)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #6F8555

#6F8555
(111,133,85)
#7C9064
(124,144,100)
#899B73
(137,155,115)
#96A682
(150,166,130)
#A3B191
(163,177,145)
#B0BCA0
(176,188,160)
#BDC7AF
(189,199,175)
#CAD2BE
(202,210,190)
#D7DDCD
(215,221,205)
#E4E8DC
(228,232,220)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8555 color. Also use rgb(111,133,85) instead hex code.

Text Font Color

.myTextColor { color: #6F8555; }

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

This text font color is #6F8555.

Background Color

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

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

This div background color is #6F8555.

Border color

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

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

This div border color is #6F8555.

Opacity

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

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

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

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

This text has shadow with #6F8555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8555.

Preview

Color preview on black background

This text has color #6F8555 on black background.


Color preview on white background

This text has color #6F8555 on white background.


Black color preview on #6F8555 background

This text has black color on #6F8555 background.


White color preview on #6F8555 background

This text has white color on #6F8555 background.


Related colors

Complementary color

Complementary color for #hex is #907AAA.


I love getcolorcode.com

Triadic colors

1 #556F85 and #85556F with #6F8555 are triadic colors.

2 #55856F and #856F55 with #6F8555 are triadic colors.