COLOR #85AF65

HEX: #85AF65
RGB: (133,175,101)

Color info

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

RGB color model

#85AF65 color RGB value is (133,175,101).

  • red value is 133;
  • green value is 175;
  • blue value is 101.
RGB:
(133,175,101)
(52%,69%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 101 of 255 = 40%

133
175
101

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

Portions of RGB colors in percentages

R + G + B =
133 + 175 + 101 = 409 (100%)
R 133 of 409 ~ 32.52%
G 175 of 409 ~ 42.79%
B 101 of 409 ~ 24.69%

%32.52
%42.79
%24.69

CMYK color model

#85AF65 color CMYK value is (24,0,42,31).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 42.29%
  • key color value is 31.37%
CMYK:
(24,0,42,31)
C24M0Y42K31 
(24%,0%,42%,31%)
(0.24/0.00/0.42/0.31)	

CMYK percentages

%24
%0
%42.29
%31.37

Codes

Color #85AF65 in popluar color models

85AF65
RGB133175101
HSL94°31.62%54.12%
HSB/HSV94°42.29%68.63%
CMYK24.00%0.00%42.29%
31.37%

Color #85AF65 in popluar number systems.

HEX85AF65
Decimal133175101
Binary10000101101011111100101
Octal205257145

Shades and tints

Shades of #85AF65

#85AF65
(133,175,101)
#79A05C
(121,160,92)
#6D9153
(109,145,83)
#61824A
(97,130,74)
#557341
(85,115,65)
#496438
(73,100,56)
#3D552F
(61,85,47)
#314626
(49,70,38)
#25371D
(37,55,29)
#192814
(25,40,20)
#0D190B
(13,25,11)
#000000
(0,0,0)

Tints of #85AF65

#85AF65
(133,175,101)
#90B673
(144,182,115)
#9BBD81
(155,189,129)
#A6C48F
(166,196,143)
#B1CB9D
(177,203,157)
#BCD2AB
(188,210,171)
#C7D9B9
(199,217,185)
#D2E0C7
(210,224,199)
#DDE7D5
(221,231,213)
#E8EEE3
(232,238,227)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AF65 color. Also use rgb(133,175,101) instead hex code.

Text Font Color

.myTextColor { color: #85AF65; }

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

This text font color is #85AF65.


Background Color

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

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

This div background color is #85AF65.


Border color

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

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

This div border color is #85AF65.


Opacity

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

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

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

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

This text has shadow with #85AF65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AF65 on black background.


Color preview on white background

This text has color #85AF65 on white background.



Black color preview on #85AF65 background

This text has black color on #85AF65 background.


White color preview on #85AF65 background

This text has white color on #85AF65 background.