#87A39F

Color #87A39F Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #87A39F

Tints of Cascade #87A39F

Color information

#87A39F (or 0x87A39F) is unknown color: approx Cascade. HEX triplet: 87, A3 and 9F. RGB value is (135,163,159). Sum of RGB (Red+Green+Blue) = 135+163+159=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 163 - color contains mainly: green. Hex color #87A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A39F is #785C60. Grayscale: #9A9A9A. Windows color (decimal): -7887969 or 10462087. OLE color: 10462087.

HSL color Cylindrical-coordinate representation of color #87A39F: hue angle of 171.43º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87A39F is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB135163159-
CMYK0.1700.020.36
HSL171.43º13.21%58.43%-
HSV(B)171.43º17.18%63.92%-
XYZ29.3533.8537.79-
YUV154.17130.72114.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.54%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=29.54%
G=35.67%
B=34.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351631590.1700.020.36171.4313.2158.43
Hex87A39F110224abd3a
Octal2072432372102442531572
Binary10000111101000111001111110001010100100101010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A39F; }

 p { color: rgb(135,163,159); }

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

<style>
 a { background-color: #87A39F; }

 a { background-color: rgb(135,163,159); }

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

<style>
 span { border-color: #87A39F; }

 span { border-color: rgb(135,163,159); }

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