COLOR #87AF61

HEX: #87AF61 RGB: (135,175,97)

Color info

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

RGB color model

#87AF61 color RGB value is (135,175,97).

RGB: (135,175,97) (53%, 69%, 38%)

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 97 of 255 = 38%

135
175
97

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

Portions of RGB colors in percentages

R + G + B = 135 + 175 + 97 = 407 (100%)
R 135 of 407 ~ 33.17%
G 175 of 407 ~ 43%
B 97 of 407 ~ 23.83'%

%33.17
%43
%23.83

CMYK color model

#87AF61 color CMYK value is (23,0,45,31).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 44.57%
  • key color value is 31.37%
CMYK: (23,0,45,31) C23M0Y45K31 (23%,0%,45%,31%) (0.23/0.00/0.45/0.31) 

CMYK percentages

%22.86
%0
%44.57
%31.37

Codes

Color #87AF61 in popluar color models

87 AF 61
RGB 135 175 97
HSL 91° 32.77% 53.33%
HSB/HSV 91° 44.57% 68.63%
CMYK 22.86% 0.00% 44.57%
31.37%

Color #87AF61 in popluar number systems.

HEX 87 AF 61
Decimal 135 175 97
Binary 10000111 10101111 1100001
Octal 207 257 141

Shades and tints

Shades of #87AF61

#87AF61
(135,175,97)
#7BA059
(123,160,89)
#6F9151
(111,145,81)
#638249
(99,130,73)
#577341
(87,115,65)
#4B6439
(75,100,57)
#3F5531
(63,85,49)
#334629
(51,70,41)
#273721
(39,55,33)
#1B2819
(27,40,25)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #87AF61

#87AF61
(135,175,97)
#91B66F
(145,182,111)
#9BBD7D
(155,189,125)
#A5C48B
(165,196,139)
#AFCB99
(175,203,153)
#B9D2A7
(185,210,167)
#C3D9B5
(195,217,181)
#CDE0C3
(205,224,195)
#D7E7D1
(215,231,209)
#E1EEDF
(225,238,223)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AF61; }

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

This text font color is #87AF61.

Background Color

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

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

This div background color is #87AF61.

Border color

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

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

This div border color is #87AF61.

Opacity

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

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

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

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

This text has shadow with #87AF61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AF61.

Preview

Color preview on black background

This text has color #87AF61 on black background.


Color preview on white background

This text has color #87AF61 on white background.


Black color preview on #87AF61 background

This text has black color on #87AF61 background.


White color preview on #87AF61 background

This text has white color on #87AF61 background.


Related colors

Complementary color

Complementary color for #hex is #78509E.


I love getcolorcode.com

Triadic colors

1 #6187AF and #AF6187 with #87AF61 are triadic colors.

2 #61AF87 and #AF8761 with #87AF61 are triadic colors.