COLOR #86AF63

HEX: #86AF63 RGB: (134,175,99)

Color info

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

RGB color model

#86AF63 color RGB value is (134,175,99).

RGB: (134,175,99) (53%, 69%, 39%)

RGB channels and saturation

R 134 of 255 = 53%
G 175 of 255 = 69%
B 99 of 255 = 39%

134
175
99

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

Portions of RGB colors in percentages

R + G + B = 134 + 175 + 99 = 408 (100%)
R 134 of 408 ~ 32.84%
G 175 of 408 ~ 42.89%
B 99 of 408 ~ 24.26'%

%32.84
%42.89
%24.26

CMYK color model

#86AF63 color CMYK value is (23,0,43,31).

  • cyan value is 23.43%
  • magenta value is 0.00%
  • yellow value is 43.43%
  • key color value is 31.37%

CMYK: (23,0,43,31)
C23M0Y43K31 (23%, 0%, 43%, 31%)
(0.23 / 0.00 / 0.43 / 0.31)

CMYK percentages

%23.43
%0
%43.43
%31.37

Codes

Color #86AF63 in popluar color models

86 AF 63
RGB 134 175 99
HSL 92° 32.20% 53.73%
HSB/HSV 92° 43.43% 68.63%
CMYK 23.43% 0.00% 43.43%
31.37%

Color #86AF63 in popluar number systems.

HEX 86 AF 63
Decimal 134 175 99
Binary 10000110 10101111 1100011
Octal 206 257 143

Shades and tints

Shades of #86AF63

#86AF63
(134,175,99)
#7AA05A
(122,160,90)
#6E9151
(110,145,81)
#628248
(98,130,72)
#56733F
(86,115,63)
#4A6436
(74,100,54)
#3E552D
(62,85,45)
#324624
(50,70,36)
#26371B
(38,55,27)
#1A2812
(26,40,18)
#0E1909
(14,25,9)
#000000
(0,0,0)

Tints of #86AF63

#86AF63
(134,175,99)
#91B671
(145,182,113)
#9CBD7F
(156,189,127)
#A7C48D
(167,196,141)
#B2CB9B
(178,203,155)
#BDD2A9
(189,210,169)
#C8D9B7
(200,217,183)
#D3E0C5
(211,224,197)
#DEE7D3
(222,231,211)
#E9EEE1
(233,238,225)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86AF63 color. Also use rgb(134,175,99) instead hex code.

Text Font Color

.myTextColor { color: #86AF63; }

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

This text font color is #86AF63.

Background Color

.myBgColor { background-color: #86AF63; }

<div style="background-color:#86AF63">Inner text</div>

This div background color is #86AF63.

Border color

.myBorderColor { border: 1px solid #86AF63; }

<div style="border:3px solid #86AF63">Div</div>

This div border color is #86AF63.

Opacity

.myOpacity80 { color: #86AF63; opacity: 0.8; }

<p style="color:#86AF63;opacity:0.8;">80%</p>

Text with #86AF63 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 #86AF63;}

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

This text has shadow with #86AF63 color.


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

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

This text has shadow with #86AF63 primary color and red secondary color.


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

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

This text has shadow with #86AF63 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #86AF63.

Preview

Color preview on black background

This text has color #86AF63 on black background.


Color preview on white background

This text has color #86AF63 on white background.


Black color preview on #86AF63 background

This text has black color on #86AF63 background.


White color preview on #86AF63 background

This text has white color on #86AF63 background.


Related colors

Complementary color

Complementary color for #hex is #79509C.


I love getcolorcode.com

Triadic colors

1 #6386AF and #AF6386 with #86AF63 are triadic colors.

2 #63AF86 and #AF8663 with #86AF63 are triadic colors.