#97A495

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

Shades of Mantle #97A495

Tints of Mantle #97A495

Color information

#97A495 (or 0x97A495) is unknown color: approx Mantle. HEX triplet: 97, A4 and 95. RGB value is (151,164,149). Sum of RGB (Red+Green+Blue) = 151+164+149=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #97A495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A495 is #685B6A. Grayscale: #9E9E9E. Windows color (decimal): -6839147 or 9806999. OLE color: 9806999.

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

Color convert

RGB151164149-
CMYK0.0800.090.36
HSL112º7.61%61.37%-
HSV(B)112º9.15%64.31%-
XYZ31.4635.333.59-
YUV158.4122.69122.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=32.54%
G=35.34%
B=32.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511641490.0800.090.361127.6161.37
Hex97A495809247083d
Octal22724422510011441601075
Binary10010111101001001001010110000100110010011100001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,164,149); }

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

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

 a { background-color: rgb(151,164,149); }

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

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

 span { border-color: rgb(151,164,149); }

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