COLOR #85B06D

HEX: #85B06D RGB: (133,176,109)

Color info

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

RGB color model

#85B06D color RGB value is (133,176,109).

RGB: (133,176,109) (52%, 69%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 176 of 255 = 69%
B 109 of 255 = 43%

133
176
109

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

Portions of RGB colors in percentages

R + G + B = 133 + 176 + 109 = 418 (100%)
R 133 of 418 ~ 31.82%
G 176 of 418 ~ 42.11%
B 109 of 418 ~ 26.08'%

%31.82
%42.11
%26.08

CMYK color model

#85B06D color CMYK value is (24,0,38,31).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 38.07%
  • key color value is 30.98%

CMYK: (24,0,38,31)
C24M0Y38K31 (24%, 0%, 38%, 31%)
(0.24 / 0.00 / 0.38 / 0.31)

CMYK percentages

%24.43
%0
%38.07
%30.98

Codes

Color #85B06D in popluar color models

85 B0 6D
RGB 133 176 109
HSL 99° 29.78% 55.88%
HSB/HSV 99° 38.07% 69.02%
CMYK 24.43% 0.00% 38.07%
30.98%

Color #85B06D in popluar number systems.

HEX 85 B0 6D
Decimal 133 176 109
Binary 10000101 10110000 1101101
Octal 205 260 155

Shades and tints

Shades of #85B06D

#85B06D
(133,176,109)
#79A064
(121,160,100)
#6D905B
(109,144,91)
#618052
(97,128,82)
#557049
(85,112,73)
#496040
(73,96,64)
#3D5037
(61,80,55)
#31402E
(49,64,46)
#253025
(37,48,37)
#19201C
(25,32,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #85B06D

#85B06D
(133,176,109)
#90B77A
(144,183,122)
#9BBE87
(155,190,135)
#A6C594
(166,197,148)
#B1CCA1
(177,204,161)
#BCD3AE
(188,211,174)
#C7DABB
(199,218,187)
#D2E1C8
(210,225,200)
#DDE8D5
(221,232,213)
#E8EFE2
(232,239,226)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B06D color. Also use rgb(133,176,109) instead hex code.

Text Font Color

.myTextColor { color: #85B06D; }

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

This text font color is #85B06D.

Background Color

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

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

This div background color is #85B06D.

Border color

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

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

This div border color is #85B06D.

Opacity

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

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

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

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

This text has shadow with #85B06D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B06D.

Preview

Color preview on black background

This text has color #85B06D on black background.


Color preview on white background

This text has color #85B06D on white background.


Black color preview on #85B06D background

This text has black color on #85B06D background.


White color preview on #85B06D background

This text has white color on #85B06D background.


Related colors

Complementary color

Complementary color for #hex is #7A4F92.


I love getcolorcode.com

Triadic colors

1 #6D85B0 and #B06D85 with #85B06D are triadic colors.

2 #6DB085 and #B0856D with #85B06D are triadic colors.