COLOR #85A970

HEX: #85A970
RGB: (133,169,112)

Color info

#85A970 contains red, green and blue colors in about the same proportion. Web safe color of #85A970 is #999966 (or #996).

RGB color model

#85A970 color RGB value is (133,169,112).

  • red value is 133;
  • green value is 169;
  • blue value is 112.
RGB:
(133,169,112)
(52%,66%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 112 of 255 = 44%

133
169
112

R + G + B ~ 54%. #85A970 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 169 + 112 = 414 (100%)
R 133 of 414 ~ 32.13%
G 169 of 414 ~ 40.82%
B 112 of 414 ~ 27.05%

%32.13
%40.82
%27.05

CMYK color model

#85A970 color CMYK value is (21,0,34,34).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 33.73%
CMYK:
(21,0,34,34)
C21M0Y34K34 
(21%,0%,34%,34%)
(0.21/0.00/0.34/0.34)	

CMYK percentages

%21.3
%0
%33.73
%33.73

Codes

Color #85A970 in popluar color models

85A970
RGB133169112
HSL98°24.89%55.10%
HSB/HSV98°33.73%66.27%
CMYK21.30%0.00%33.73%
33.73%

Color #85A970 in popluar number systems.

HEX85A970
Decimal133169112
Binary10000101101010011110000
Octal205251160

Shades and tints

Shades of #85A970

#85A970
(133,169,112)
#799A66
(121,154,102)
#6D8B5C
(109,139,92)
#617C52
(97,124,82)
#556D48
(85,109,72)
#495E3E
(73,94,62)
#3D4F34
(61,79,52)
#31402A
(49,64,42)
#253120
(37,49,32)
#192216
(25,34,22)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #85A970

#85A970
(133,169,112)
#90B07D
(144,176,125)
#9BB78A
(155,183,138)
#A6BE97
(166,190,151)
#B1C5A4
(177,197,164)
#BCCCB1
(188,204,177)
#C7D3BE
(199,211,190)
#D2DACB
(210,218,203)
#DDE1D8
(221,225,216)
#E8E8E5
(232,232,229)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A970 color. Also use rgb(133,169,112) instead hex code.

Text Font Color

.myTextColor { color: #85A970; }

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

This text font color is #85A970.


Background Color

.myBgColor { background-color: #85A970; }

<div style="background-color:#85A970">Inner text</div>

This div background color is #85A970.


Border color

.myBorderColor { border: 1px solid #85A970; }

<div style="border:3px solid #85A970">Div</div>

This div border color is #85A970.


Opacity

.myOpacity80 { color: #85A970; opacity: 0.8; }

<p style="color:#85A970;opacity:0.8;">80%</p>

Text with #85A970 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 #85A970;}

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

This text has shadow with #85A970 color.

.textShadow {text-shadow: 3px 3px 1px #85A970, 3px 3px 1px red;}

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

This text has shadow with #85A970 primary color and red secondary color.


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

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

This text has shadow with #85A970 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A970 on black background.


Color preview on white background

This text has color #85A970 on white background.



Black color preview on #85A970 background

This text has black color on #85A970 background.


White color preview on #85A970 background

This text has white color on #85A970 background.