#879E96

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

Shades of Cascade #879E96

Tints of Cascade #879E96

Color information

#879E96 (or 0x879E96) is unknown color: approx Cascade. HEX triplet: 87, 9E and 96. RGB value is (135,158,150). Sum of RGB (Red+Green+Blue) = 135+158+150=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 158 - color contains mainly: green. Hex color #879E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E96 is #786169. Grayscale: #969696. Windows color (decimal): -7889258 or 9870983. OLE color: 9870983.

HSL color Cylindrical-coordinate representation of color #879E96: hue angle of 159.13º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879E96 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB135158150-
CMYK0.1500.050.38
HSL159.13º10.6%57.45%-
HSV(B)159.13º14.56%61.96%-
XYZ27.7231.8133.53-
YUV150.21127.88117.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.47%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=30.47%
G=35.67%
B=33.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351581500.1500.050.38159.1310.657.45
Hex879E96F05269fb39
Octal2072362261705462371371
Binary10000111100111101001011011110101100110100111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879E96; }

 p { color: rgb(135,158,150); }

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

<style>
 a { background-color: #879E96; }

 a { background-color: rgb(135,158,150); }

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

<style>
 span { border-color: #879E96; }

 span { border-color: rgb(135,158,150); }

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