COLOR #6F855A

HEX: #6F855A
RGB: (111,133,90)

Color info

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

RGB color model

#6F855A color RGB value is (111,133,90).

  • red value is 111;
  • green value is 133;
  • blue value is 90.
RGB:
(111,133,90)
(44%,52%,35%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 90 of 255 = 35%

111
133
90

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 90 = 334 (100%)
R 111 of 334 ~ 33.23%
G 133 of 334 ~ 39.82%
B 90 of 334 ~ 26.95%

%33.23
%39.82
%26.95

CMYK color model

#6F855A color CMYK value is (17,0,32,48).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 32.33%
  • key color value is 47.84%
CMYK:
(17,0,32,48)
C17M0Y32K48 
(17%,0%,32%,48%)
(0.17/0.00/0.32/0.48)	

CMYK percentages

%16.54
%0
%32.33
%47.84

Codes

Color #6F855A in popluar color models

6F855A
RGB11113390
HSL91°19.28%43.73%
HSB/HSV91°32.33%52.16%
CMYK16.54%0.00%32.33%
47.84%

Color #6F855A in popluar number systems.

HEX6F855A
Decimal11113390
Binary1101111100001011011010
Octal157205132

Shades and tints

Shades of #6F855A

#6F855A
(111,133,90)
#657952
(101,121,82)
#5B6D4A
(91,109,74)
#516142
(81,97,66)
#47553A
(71,85,58)
#3D4932
(61,73,50)
#333D2A
(51,61,42)
#293122
(41,49,34)
#1F251A
(31,37,26)
#151912
(21,25,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #6F855A

#6F855A
(111,133,90)
#7C9069
(124,144,105)
#899B78
(137,155,120)
#96A687
(150,166,135)
#A3B196
(163,177,150)
#B0BCA5
(176,188,165)
#BDC7B4
(189,199,180)
#CAD2C3
(202,210,195)
#D7DDD2
(215,221,210)
#E4E8E1
(228,232,225)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F855A; }

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

This text font color is #6F855A.


Background Color

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

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

This div background color is #6F855A.


Border color

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

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

This div border color is #6F855A.


Opacity

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

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

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

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

This text has shadow with #6F855A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F855A on black background.


Color preview on white background

This text has color #6F855A on white background.



Black color preview on #6F855A background

This text has black color on #6F855A background.


White color preview on #6F855A background

This text has white color on #6F855A background.