#97A29F

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

Shades of Cascade #97A29F

Tints of Cascade #97A29F

Color information

#97A29F (or 0x97A29F) is unknown color: approx Cascade. HEX triplet: 97, A2 and 9F. RGB value is (151,162,159). Sum of RGB (Red+Green+Blue) = 151+162+159=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 162 - color contains mainly: green. Hex color #97A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A29F is #685D60. Grayscale: #9E9E9E. Windows color (decimal): -6839649 or 10461847. OLE color: 10461847.

HSL color Cylindrical-coordinate representation of color #97A29F: hue angle of 163.64º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97A29F is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB151162159-
CMYK0.0700.020.36
HSL163.64º5.58%61.37%-
HSV(B)163.64º6.79%63.53%-
XYZ31.9434.9237.86-
YUV158.37128.36122.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.99%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=31.99%
G=34.32%
B=33.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511621590.0700.020.36163.645.5861.37
Hex97A29F70224a463d
Octal22724223770244244675
Binary10010111101000101001111111101010010010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A29F; }

 p { color: rgb(151,162,159); }

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

<style>
 a { background-color: #97A29F; }

 a { background-color: rgb(151,162,159); }

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

<style>
 span { border-color: #97A29F; }

 span { border-color: rgb(151,162,159); }

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