COLOR #85AE76

HEX: #85AE76 RGB: (133,174,118)

Color info

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

RGB color model

#85AE76 color RGB value is (133,174,118).

RGB: (133,174,118) (52%, 68%, 46%)

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 118 of 255 = 46%

133
174
118

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

Portions of RGB colors in percentages

R + G + B = 133 + 174 + 118 = 425 (100%)
R 133 of 425 ~ 31.29%
G 174 of 425 ~ 40.94%
B 118 of 425 ~ 27.76'%

%31.29
%40.94
%27.76

CMYK color model

#85AE76 color CMYK value is (24,0,32,32).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 31.76%

CMYK: (24,0,32,32)
C24M0Y32K32 (24%, 0%, 32%, 32%)
(0.24 / 0.00 / 0.32 / 0.32)

CMYK percentages

%23.56
%0
%32.18
%31.76

Codes

Color #85AE76 in popluar color models

85 AE 76
RGB 133 174 118
HSL 104° 25.69% 57.25%
HSB/HSV 104° 32.18% 68.24%
CMYK 23.56% 0.00% 32.18%
31.76%

Color #85AE76 in popluar number systems.

HEX 85 AE 76
Decimal 133 174 118
Binary 10000101 10101110 1110110
Octal 205 256 166

Shades and tints

Shades of #85AE76

#85AE76
(133,174,118)
#799F6C
(121,159,108)
#6D9062
(109,144,98)
#618158
(97,129,88)
#55724E
(85,114,78)
#496344
(73,99,68)
#3D543A
(61,84,58)
#314530
(49,69,48)
#253626
(37,54,38)
#19271C
(25,39,28)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #85AE76

#85AE76
(133,174,118)
#90B582
(144,181,130)
#9BBC8E
(155,188,142)
#A6C39A
(166,195,154)
#B1CAA6
(177,202,166)
#BCD1B2
(188,209,178)
#C7D8BE
(199,216,190)
#D2DFCA
(210,223,202)
#DDE6D6
(221,230,214)
#E8EDE2
(232,237,226)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AE76 color. Also use rgb(133,174,118) instead hex code.

Text Font Color

.myTextColor { color: #85AE76; }

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

This text font color is #85AE76.

Background Color

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

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

This div background color is #85AE76.

Border color

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

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

This div border color is #85AE76.

Opacity

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

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

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

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

This text has shadow with #85AE76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AE76.

Preview

Color preview on black background

This text has color #85AE76 on black background.


Color preview on white background

This text has color #85AE76 on white background.


Black color preview on #85AE76 background

This text has black color on #85AE76 background.


White color preview on #85AE76 background

This text has white color on #85AE76 background.


Related colors

Complementary color

Complementary color for #hex is #7A5189.


I love getcolorcode.com

Triadic colors

1 #7685AE and #AE7685 with #85AE76 are triadic colors.

2 #76AE85 and #AE8576 with #85AE76 are triadic colors.