COLOR #85B569

HEX: #85B569
RGB: (133,181,105)

Color info

#85B569 contains mainly red and green colors. Web safe color of #85B569 is #99CC66 (or #9C6).

RGB color model

#85B569 color RGB value is (133,181,105).

  • red value is 133;
  • green value is 181;
  • blue value is 105.
RGB:
(133,181,105)
(52%,71%,41%)

RGB channels and saturation

R 133 of 255 = 52%
G 181 of 255 = 71%
B 105 of 255 = 41%

133
181
105

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

Portions of RGB colors in percentages

R + G + B =
133 + 181 + 105 = 419 (100%)
R 133 of 419 ~ 31.74%
G 181 of 419 ~ 43.2%
B 105 of 419 ~ 25.06%

%31.74
%43.2
%25.06

CMYK color model

#85B569 color CMYK value is (27,0,42,29).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 41.99%
  • key color value is 29.02%
CMYK:
(27,0,42,29)
C27M0Y42K29 
(27%,0%,42%,29%)
(0.27/0.00/0.42/0.29)	

CMYK percentages

%26.52
%0
%41.99
%29.02

Codes

Color #85B569 in popluar color models

85B569
RGB133181105
HSL98°33.93%56.08%
HSB/HSV98°41.99%70.98%
CMYK26.52%0.00%41.99%
29.02%

Color #85B569 in popluar number systems.

HEX85B569
Decimal133181105
Binary10000101101101011101001
Octal205265151

Shades and tints

Shades of #85B569

#85B569
(133,181,105)
#79A560
(121,165,96)
#6D9557
(109,149,87)
#61854E
(97,133,78)
#557545
(85,117,69)
#49653C
(73,101,60)
#3D5533
(61,85,51)
#31452A
(49,69,42)
#253521
(37,53,33)
#192518
(25,37,24)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #85B569

#85B569
(133,181,105)
#90BB76
(144,187,118)
#9BC183
(155,193,131)
#A6C790
(166,199,144)
#B1CD9D
(177,205,157)
#BCD3AA
(188,211,170)
#C7D9B7
(199,217,183)
#D2DFC4
(210,223,196)
#DDE5D1
(221,229,209)
#E8EBDE
(232,235,222)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B569 color. Also use rgb(133,181,105) instead hex code.

Text Font Color

.myTextColor { color: #85B569; }

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

This text font color is #85B569.


Background Color

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

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

This div background color is #85B569.


Border color

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

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

This div border color is #85B569.


Opacity

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

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

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

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

This text has shadow with #85B569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B569 on black background.


Color preview on white background

This text has color #85B569 on white background.



Black color preview on #85B569 background

This text has black color on #85B569 background.


White color preview on #85B569 background

This text has white color on #85B569 background.