COLOR #85AB61

HEX: #85AB61 RGB: (133,171,97)

Color info

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

RGB color model

#85AB61 color RGB value is (133,171,97).

RGB: (133,171,97) (52%, 67%, 38%)

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 97 of 255 = 38%

133
171
97

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

Portions of RGB colors in percentages

R + G + B = 133 + 171 + 97 = 401 (100%)
R 133 of 401 ~ 33.17%
G 171 of 401 ~ 42.64%
B 97 of 401 ~ 24.19'%

%33.17
%42.64
%24.19

CMYK color model

#85AB61 color CMYK value is (22,0,43,33).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 43.27%
  • key color value is 32.94%
CMYK: (22,0,43,33) C22M0Y43K33 (22%,0%,43%,33%) (0.22/0.00/0.43/0.33) 

CMYK percentages

%22.22
%0
%43.27
%32.94

Codes

Color #85AB61 in popluar color models

85 AB 61
RGB 133 171 97
HSL 91° 30.58% 52.55%
HSB/HSV 91° 43.27% 67.06%
CMYK 22.22% 0.00% 43.27%
32.94%

Color #85AB61 in popluar number systems.

HEX 85 AB 61
Decimal 133 171 97
Binary 10000101 10101011 1100001
Octal 205 253 141

Shades and tints

Shades of #85AB61

#85AB61
(133,171,97)
#799C59
(121,156,89)
#6D8D51
(109,141,81)
#617E49
(97,126,73)
#556F41
(85,111,65)
#496039
(73,96,57)
#3D5131
(61,81,49)
#314229
(49,66,41)
#253321
(37,51,33)
#192419
(25,36,25)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #85AB61

#85AB61
(133,171,97)
#90B26F
(144,178,111)
#9BB97D
(155,185,125)
#A6C08B
(166,192,139)
#B1C799
(177,199,153)
#BCCEA7
(188,206,167)
#C7D5B5
(199,213,181)
#D2DCC3
(210,220,195)
#DDE3D1
(221,227,209)
#E8EADF
(232,234,223)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AB61; }

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

This text font color is #85AB61.

Background Color

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

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

This div background color is #85AB61.

Border color

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

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

This div border color is #85AB61.

Opacity

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

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

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

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

This text has shadow with #85AB61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AB61.

Preview

Color preview on black background

This text has color #85AB61 on black background.


Color preview on white background

This text has color #85AB61 on white background.


Black color preview on #85AB61 background

This text has black color on #85AB61 background.


White color preview on #85AB61 background

This text has white color on #85AB61 background.


Related colors

Complementary color

Complementary color for #hex is #7A549E.


I love getcolorcode.com

Triadic colors

1 #6185AB and #AB6185 with #85AB61 are triadic colors.

2 #61AB85 and #AB8561 with #85AB61 are triadic colors.