#87A399

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

Shades of Cascade #87A399

Tints of Cascade #87A399

Color information

#87A399 (or 0x87A399) is unknown color: approx Cascade. HEX triplet: 87, A3 and 99. RGB value is (135,163,153). Sum of RGB (Red+Green+Blue) = 135+163+153=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 163 - color contains mainly: green. Hex color #87A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A399 is #785C66. Grayscale: #999999. Windows color (decimal): -7887975 or 10068871. OLE color: 10068871.

HSL color Cylindrical-coordinate representation of color #87A399: hue angle of 158.57º 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 #87A399 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB135163153-
CMYK0.1700.060.36
HSL158.57º13.21%58.43%-
HSV(B)158.57º17.18%63.92%-
XYZ28.8433.6535.11-
YUV153.49127.72114.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.93%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=29.93%
G=36.14%
B=33.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351631530.1700.060.36158.5713.2158.43
Hex87A3991106249fd3a
Octal2072432312106442371572
Binary100001111010001110011001100010110100100100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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