#8FA59D

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

Shades of Cascade #8FA59D

Tints of Cascade #8FA59D

Color information

#8FA59D (or 0x8FA59D) is unknown color: approx Cascade. HEX triplet: 8F, A5 and 9D. RGB value is (143,165,157). Sum of RGB (Red+Green+Blue) = 143+165+157=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA59D is #705A62. Grayscale: #9D9D9D. Windows color (decimal): -7363171 or 10331535. OLE color: 10331535.

HSL color Cylindrical-coordinate representation of color #8FA59D: hue angle of 158.18º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA59D is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB143165157-
CMYK0.1300.050.35
HSL158.18º10.89%60.39%-
HSV(B)158.18º13.33%64.71%-
XYZ30.8735.1837.06-
YUV157.51127.71117.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.75%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=30.75%
G=35.48%
B=33.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431651570.1300.050.35158.1810.8960.39
Hex8FA59DD05239eb3c
Octal2172452351505432361374
Binary10001111101001011001110111010101100011100111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,165,157); }

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

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

 a { background-color: rgb(143,165,157); }

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

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

 span { border-color: rgb(143,165,157); }

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