#8F9C97

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

Shades of Cascade #8F9C97

Tints of Cascade #8F9C97

Color information

#8F9C97 (or 0x8F9C97) is unknown color: approx Cascade. HEX triplet: 8F, 9C and 97. RGB value is (143,156,151). Sum of RGB (Red+Green+Blue) = 143+156+151=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9C97 is #706368. Grayscale: #979797. Windows color (decimal): -7365481 or 9936015. OLE color: 9936015.

HSL color Cylindrical-coordinate representation of color #8F9C97: hue angle of 156.92º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F9C97 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB143156151-
CMYK0.0800.030.39
HSL156.92º6.16%58.63%-
HSV(B)156.92º8.33%61.18%-
XYZ28.831.8533.91-
YUV151.54127.69121.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=31.78%
G=34.67%
B=33.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431561510.0800.030.39156.926.1658.63
Hex8F9C97803279d63b
Octal217234227100347235673
Binary100011111001110010010111100001110011110011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F9C97; }

 p { color: rgb(143,156,151); }

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

<style>
 a { background-color: #8F9C97; }

 a { background-color: rgb(143,156,151); }

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

<style>
 span { border-color: #8F9C97; }

 span { border-color: rgb(143,156,151); }

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