#97A59F

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

Shades of Tower Grey #97A59F

Tints of Tower Grey #97A59F

Color information

#97A59F (or 0x97A59F) is unknown color: approx Tower Grey. HEX triplet: 97, A5 and 9F. RGB value is (151,165,159). Sum of RGB (Red+Green+Blue) = 151+165+159=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 165 - color contains mainly: green. Hex color #97A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A59F is #685A60. Grayscale: #A0A0A0. Windows color (decimal): -6838881 or 10462615. OLE color: 10462615.

HSL color Cylindrical-coordinate representation of color #97A59F: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #97A59F is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB151165159-
CMYK0.0800.040.35
HSL154.29º7.22%61.96%-
HSV(B)154.29º8.48%64.71%-
XYZ32.4835.9938.04-
YUV160.13127.36121.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=31.79%
G=34.74%
B=33.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511651590.0800.040.35154.297.2261.96
Hex97A59F804239a73e
Octal227245237100443232776
Binary1001011110100101100111111000010010001110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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