COLOR #85A76A

HEX: #85A76A RGB: (133,167,106)

Color info

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

RGB color model

#85A76A color RGB value is (133,167,106).

RGB: (133,167,106) (52%, 65%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 167 of 255 = 65%
B 106 of 255 = 42%

133
167
106

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

Portions of RGB colors in percentages

R + G + B = 133 + 167 + 106 = 406 (100%)
R 133 of 406 ~ 32.76%
G 167 of 406 ~ 41.13%
B 106 of 406 ~ 26.11'%

%32.76
%41.13
%26.11

CMYK color model

#85A76A color CMYK value is (20,0,37,35).

  • cyan value is 20.36%
  • magenta value is 0.00%
  • yellow value is 36.53%
  • key color value is 34.51%

CMYK: (20,0,37,35)
C20M0Y37K35 (20%, 0%, 37%, 35%)
(0.20 / 0.00 / 0.37 / 0.35)

CMYK percentages

%20.36
%0
%36.53
%34.51

Codes

Color #85A76A in popluar color models

85 A7 6A
RGB 133 167 106
HSL 93° 25.74% 53.53%
HSB/HSV 93° 36.53% 65.49%
CMYK 20.36% 0.00% 36.53%
34.51%

Color #85A76A in popluar number systems.

HEX 85 A7 6A
Decimal 133 167 106
Binary 10000101 10100111 1101010
Octal 205 247 152

Shades and tints

Shades of #85A76A

#85A76A
(133,167,106)
#799861
(121,152,97)
#6D8958
(109,137,88)
#617A4F
(97,122,79)
#556B46
(85,107,70)
#495C3D
(73,92,61)
#3D4D34
(61,77,52)
#313E2B
(49,62,43)
#252F22
(37,47,34)
#192019
(25,32,25)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #85A76A

#85A76A
(133,167,106)
#90AF77
(144,175,119)
#9BB784
(155,183,132)
#A6BF91
(166,191,145)
#B1C79E
(177,199,158)
#BCCFAB
(188,207,171)
#C7D7B8
(199,215,184)
#D2DFC5
(210,223,197)
#DDE7D2
(221,231,210)
#E8EFDF
(232,239,223)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A76A color. Also use rgb(133,167,106) instead hex code.

Text Font Color

.myTextColor { color: #85A76A; }

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

This text font color is #85A76A.

Background Color

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

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

This div background color is #85A76A.

Border color

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

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

This div border color is #85A76A.

Opacity

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

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

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

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

This text has shadow with #85A76A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A76A.

Preview

Color preview on black background

This text has color #85A76A on black background.


Color preview on white background

This text has color #85A76A on white background.


Black color preview on #85A76A background

This text has black color on #85A76A background.


White color preview on #85A76A background

This text has white color on #85A76A background.


Related colors

Complementary color

Complementary color for #hex is #7A5895.


I love getcolorcode.com

Triadic colors

1 #6A85A7 and #A76A85 with #85A76A are triadic colors.

2 #6AA785 and #A7856A with #85A76A are triadic colors.