COLOR #85A061

HEX: #85A061 RGB: (133,160,97)

Color info

#85A061 contains mainly red and green colors. Web safe color of #85A061 is #999966 (or #996).

RGB color model

#85A061 color RGB value is (133,160,97).

RGB: (133,160,97) (52%, 63%, 38%)

RGB channels and saturation

R 133 of 255 = 52%
G 160 of 255 = 63%
B 97 of 255 = 38%

133
160
97

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

Portions of RGB colors in percentages

R + G + B = 133 + 160 + 97 = 390 (100%)
R 133 of 390 ~ 34.1%
G 160 of 390 ~ 41.03%
B 97 of 390 ~ 24.87'%

%34.1
%41.03
%24.87

CMYK color model

#85A061 color CMYK value is (17,0,39,37).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 39.38%
  • key color value is 37.25%
CMYK: (17,0,39,37) C17M0Y39K37 (17%,0%,39%,37%) (0.17/0.00/0.39/0.37) 

CMYK percentages

%16.88
%0
%39.38
%37.25

Codes

Color #85A061 in popluar color models

85 A0 61
RGB 133 160 97
HSL 86° 24.90% 50.39%
HSB/HSV 86° 39.38% 62.75%
CMYK 16.88% 0.00% 39.38%
37.25%

Color #85A061 in popluar number systems.

HEX 85 A0 61
Decimal 133 160 97
Binary 10000101 10100000 1100001
Octal 205 240 141

Shades and tints

Shades of #85A061

#85A061
(133,160,97)
#799259
(121,146,89)
#6D8451
(109,132,81)
#617649
(97,118,73)
#556841
(85,104,65)
#495A39
(73,90,57)
#3D4C31
(61,76,49)
#313E29
(49,62,41)
#253021
(37,48,33)
#192219
(25,34,25)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #85A061

#85A061
(133,160,97)
#90A86F
(144,168,111)
#9BB07D
(155,176,125)
#A6B88B
(166,184,139)
#B1C099
(177,192,153)
#BCC8A7
(188,200,167)
#C7D0B5
(199,208,181)
#D2D8C3
(210,216,195)
#DDE0D1
(221,224,209)
#E8E8DF
(232,232,223)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A061 color. Also use rgb(133,160,97) instead hex code.

Text Font Color

.myTextColor { color: #85A061; }

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

This text font color is #85A061.

Background Color

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

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

This div background color is #85A061.

Border color

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

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

This div border color is #85A061.

Opacity

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

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

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

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

This text has shadow with #85A061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A061.

Preview

Color preview on black background

This text has color #85A061 on black background.


Color preview on white background

This text has color #85A061 on white background.


Black color preview on #85A061 background

This text has black color on #85A061 background.


White color preview on #85A061 background

This text has white color on #85A061 background.


Related colors

Complementary color

Complementary color for #hex is #7A5F9E.


I love getcolorcode.com

Triadic colors

1 #6185A0 and #A06185 with #85A061 are triadic colors.

2 #61A085 and #A08561 with #85A061 are triadic colors.