#8FA69D

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

Shades of Cascade #8FA69D

Tints of Cascade #8FA69D

Color information

#8FA69D (or 0x8FA69D) is unknown color: approx Cascade. HEX triplet: 8F, A6 and 9D. RGB value is (143,166,157). Sum of RGB (Red+Green+Blue) = 143+166+157=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA69D is #705962. Grayscale: #9E9E9E. Windows color (decimal): -7362915 or 10331791. OLE color: 10331791.

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

Color convert

RGB143166157-
CMYK0.1400.050.35
HSL156.52º11.44%60.59%-
HSV(B)156.52º13.86%65.1%-
XYZ31.0535.5537.12-
YUV158.1127.38117.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.69%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=30.69%
G=35.62%
B=33.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431661570.1400.050.35156.5211.4460.59
Hex8FA69DE05239db3d
Octal2172462351605432351375
Binary10001111101001101001110111100101100011100111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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