#87A095

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

Shades of Cascade #87A095

Tints of Cascade #87A095

Color information

#87A095 (or 0x87A095) is unknown color: approx Cascade. HEX triplet: 87, A0 and 95. RGB value is (135,160,149). Sum of RGB (Red+Green+Blue) = 135+160+149=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 160 - color contains mainly: green. Hex color #87A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A095 is #785F6A. Grayscale: #979797. Windows color (decimal): -7888747 or 9805959. OLE color: 9805959.

HSL color Cylindrical-coordinate representation of color #87A095: hue angle of 153.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87A095 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB135160149-
CMYK0.1600.070.37
HSL153.6º11.63%57.84%-
HSV(B)153.6º15.62%62.75%-
XYZ27.9932.4633.22-
YUV151.27126.72116.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=30.41%
G=36.04%
B=33.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1351601490.1600.070.37153.611.6357.84
Hex87A0951007259ac3a
Octal2072402252007452321472
Binary100001111010000010010101100000111100101100110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,160,149); }

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

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

 a { background-color: rgb(135,160,149); }

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

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

 span { border-color: rgb(135,160,149); }

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