COLOR #87AF65

HEX: #87AF65
RGB: (135,175,101)

Color info

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

RGB color model

#87AF65 color RGB value is (135,175,101).

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

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 101 of 255 = 40%

135
175
101

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

Portions of RGB colors in percentages

R + G + B =
135 + 175 + 101 = 411 (100%)
R 135 of 411 ~ 32.85%
G 175 of 411 ~ 42.58%
B 101 of 411 ~ 24.57%

%32.85
%42.58
%24.57

CMYK color model

#87AF65 color CMYK value is (23,0,42,31).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 42.29%
  • key color value is 31.37%
CMYK:
(23,0,42,31)
C23M0Y42K31 
(23%,0%,42%,31%)
(0.23/0.00/0.42/0.31)	

CMYK percentages

%22.86
%0
%42.29
%31.37

Codes

Color #87AF65 in popluar color models

87AF65
RGB135175101
HSL92°31.62%54.12%
HSB/HSV92°42.29%68.63%
CMYK22.86%0.00%42.29%
31.37%

Color #87AF65 in popluar number systems.

HEX87AF65
Decimal135175101
Binary10000111101011111100101
Octal207257145

Shades and tints

Shades of #87AF65

#87AF65
(135,175,101)
#7BA05C
(123,160,92)
#6F9153
(111,145,83)
#63824A
(99,130,74)
#577341
(87,115,65)
#4B6438
(75,100,56)
#3F552F
(63,85,47)
#334626
(51,70,38)
#27371D
(39,55,29)
#1B2814
(27,40,20)
#0F190B
(15,25,11)
#000000
(0,0,0)

Tints of #87AF65

#87AF65
(135,175,101)
#91B673
(145,182,115)
#9BBD81
(155,189,129)
#A5C48F
(165,196,143)
#AFCB9D
(175,203,157)
#B9D2AB
(185,210,171)
#C3D9B9
(195,217,185)
#CDE0C7
(205,224,199)
#D7E7D5
(215,231,213)
#E1EEE3
(225,238,227)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AF65; }

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

This text font color is #87AF65.


Background Color

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

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

This div background color is #87AF65.


Border color

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

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

This div border color is #87AF65.


Opacity

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

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

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

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

This text has shadow with #87AF65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AF65 on black background.


Color preview on white background

This text has color #87AF65 on white background.



Black color preview on #87AF65 background

This text has black color on #87AF65 background.


White color preview on #87AF65 background

This text has white color on #87AF65 background.