COLOR #85AA70

HEX: #85AA70
RGB: (133,170,112)

Color info

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

RGB color model

#85AA70 color RGB value is (133,170,112).

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

RGB channels and saturation

R 133 of 255 = 52%
G 170 of 255 = 67%
B 112 of 255 = 44%

133
170
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 170 + 112 = 415 (100%)
R 133 of 415 ~ 32.05%
G 170 of 415 ~ 40.96%
B 112 of 415 ~ 26.99%

%32.05
%40.96
%26.99

CMYK color model

#85AA70 color CMYK value is (22,0,34,33).

  • cyan value is 21.76%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 33.33%
CMYK:
(22,0,34,33)
C22M0Y34K33 
(22%,0%,34%,33%)
(0.22/0.00/0.34/0.33)	

CMYK percentages

%21.76
%0
%34.12
%33.33

Codes

Color #85AA70 in popluar color models

85AA70
RGB133170112
HSL98°25.44%55.29%
HSB/HSV98°34.12%66.67%
CMYK21.76%0.00%34.12%
33.33%

Color #85AA70 in popluar number systems.

HEX85AA70
Decimal133170112
Binary10000101101010101110000
Octal205252160

Shades and tints

Shades of #85AA70

#85AA70
(133,170,112)
#799B66
(121,155,102)
#6D8C5C
(109,140,92)
#617D52
(97,125,82)
#556E48
(85,110,72)
#495F3E
(73,95,62)
#3D5034
(61,80,52)
#31412A
(49,65,42)
#253220
(37,50,32)
#192316
(25,35,22)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #85AA70

#85AA70
(133,170,112)
#90B17D
(144,177,125)
#9BB88A
(155,184,138)
#A6BF97
(166,191,151)
#B1C6A4
(177,198,164)
#BCCDB1
(188,205,177)
#C7D4BE
(199,212,190)
#D2DBCB
(210,219,203)
#DDE2D8
(221,226,216)
#E8E9E5
(232,233,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AA70; }

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

This text font color is #85AA70.


Background Color

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

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

This div background color is #85AA70.


Border color

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

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

This div border color is #85AA70.


Opacity

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

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

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

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

This text has shadow with #85AA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AA70 on black background.


Color preview on white background

This text has color #85AA70 on white background.



Black color preview on #85AA70 background

This text has black color on #85AA70 background.


White color preview on #85AA70 background

This text has white color on #85AA70 background.