#86AF8C

Color #86AF8C Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #86AF8C

Tints of Envy #86AF8C

Color information

#86AF8C (or 0x86AF8C) is unknown color: approx Envy. HEX triplet: 86, AF and 8C. RGB value is (134,175,140). Sum of RGB (Red+Green+Blue) = 134+175+140=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF8C is #795073. Grayscale: #9E9E9E. Windows color (decimal): -7950452 or 9219974. OLE color: 9219974.

HSL color Cylindrical-coordinate representation of color #86AF8C: hue angle of 128.78º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AF8C is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB134175140-
CMYK0.2300.20.31
HSL128.78º20.4%60.59%-
HSV(B)128.78º23.43%68.63%-
XYZ29.937.6230.5-
YUV158.75117.42110.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=29.84%
G=38.98%
B=31.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341751400.2300.20.31128.7820.460.59
Hex86AF8C170141F81143d
Octal20625721427024372012475
Binary10000110101011111000110010111010100111111000000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AF8C; }

 p { color: rgb(134,175,140); }

 H1.HeaderClassName
 {
   color: #86AF8C;
 }
 .AnyTagClassName
 {
   color: #86AF8C;
 }
</style>
background-color css

<style>
 a { background-color: #86AF8C; }

 a { background-color: rgb(134,175,140); }

 div.DivClassName
 {
   background-color: #86AF8C;
 }
 .BgClassName
 {
   background-color: #86AF8C;
 }
</style>
border-color css

<style>
 span { border-color: #86AF8C; }

 span { border-color: rgb(134,175,140); }

 td.TdClassName
 {
   border-color: #86AF8C;
 }
 .TagClassName
 {
   border-color: #86AF8C;
 }
</style>