COLOR #87AF69

HEX: #87AF69
RGB: (135,175,105)

Color info

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

RGB color model

#87AF69 color RGB value is (135,175,105).

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

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 105 of 255 = 41%

135
175
105

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

Portions of RGB colors in percentages

R + G + B =
135 + 175 + 105 = 415 (100%)
R 135 of 415 ~ 32.53%
G 175 of 415 ~ 42.17%
B 105 of 415 ~ 25.3%

%32.53
%42.17
%25.3

CMYK color model

#87AF69 color CMYK value is (23,0,40,31).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 31.37%
CMYK:
(23,0,40,31)
C23M0Y40K31 
(23%,0%,40%,31%)
(0.23/0.00/0.40/0.31)	

CMYK percentages

%22.86
%0
%40
%31.37

Codes

Color #87AF69 in popluar color models

87AF69
RGB135175105
HSL94°30.43%54.90%
HSB/HSV94°40.00%68.63%
CMYK22.86%0.00%40.00%
31.37%

Color #87AF69 in popluar number systems.

HEX87AF69
Decimal135175105
Binary10000111101011111101001
Octal207257151

Shades and tints

Shades of #87AF69

#87AF69
(135,175,105)
#7BA060
(123,160,96)
#6F9157
(111,145,87)
#63824E
(99,130,78)
#577345
(87,115,69)
#4B643C
(75,100,60)
#3F5533
(63,85,51)
#33462A
(51,70,42)
#273721
(39,55,33)
#1B2818
(27,40,24)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #87AF69

#87AF69
(135,175,105)
#91B676
(145,182,118)
#9BBD83
(155,189,131)
#A5C490
(165,196,144)
#AFCB9D
(175,203,157)
#B9D2AA
(185,210,170)
#C3D9B7
(195,217,183)
#CDE0C4
(205,224,196)
#D7E7D1
(215,231,209)
#E1EEDE
(225,238,222)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AF69; }

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

This text font color is #87AF69.


Background Color

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

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

This div background color is #87AF69.


Border color

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

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

This div border color is #87AF69.


Opacity

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

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

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

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

This text has shadow with #87AF69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AF69 on black background.


Color preview on white background

This text has color #87AF69 on white background.



Black color preview on #87AF69 background

This text has black color on #87AF69 background.


White color preview on #87AF69 background

This text has white color on #87AF69 background.