COLOR #85B669

HEX: #85B669
RGB: (133,182,105)

Color info

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

RGB color model

#85B669 color RGB value is (133,182,105).

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

RGB channels and saturation

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

133
182
105

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

Portions of RGB colors in percentages

R + G + B =
133 + 182 + 105 = 420 (100%)
R 133 of 420 ~ 31.67%
G 182 of 420 ~ 43.33%
B 105 of 420 ~ 25%

%31.67
%43.33
%25

CMYK color model

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

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

CMYK percentages

%26.92
%0
%42.31
%28.63

Codes

Color #85B669 in popluar color models

85B669
RGB133182105
HSL98°34.53%56.27%
HSB/HSV98°42.31%71.37%
CMYK26.92%0.00%42.31%
28.63%

Color #85B669 in popluar number systems.

HEX85B669
Decimal133182105
Binary10000101101101101101001
Octal205266151

Shades and tints

Shades of #85B669

#85B669
(133,182,105)
#79A660
(121,166,96)
#6D9657
(109,150,87)
#61864E
(97,134,78)
#557645
(85,118,69)
#49663C
(73,102,60)
#3D5633
(61,86,51)
#31462A
(49,70,42)
#253621
(37,54,33)
#192618
(25,38,24)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #85B669

#85B669
(133,182,105)
#90BC76
(144,188,118)
#9BC283
(155,194,131)
#A6C890
(166,200,144)
#B1CE9D
(177,206,157)
#BCD4AA
(188,212,170)
#C7DAB7
(199,218,183)
#D2E0C4
(210,224,196)
#DDE6D1
(221,230,209)
#E8ECDE
(232,236,222)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B669; }

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

This text font color is #85B669.


Background Color

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

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

This div background color is #85B669.


Border color

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

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

This div border color is #85B669.


Opacity

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

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

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

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

This text has shadow with #85B669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B669 on black background.


Color preview on white background

This text has color #85B669 on white background.



Black color preview on #85B669 background

This text has black color on #85B669 background.


White color preview on #85B669 background

This text has white color on #85B669 background.