#97A096

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

Shades of Mantle #97A096

Tints of Mantle #97A096

Color information

#97A096 (or 0x97A096) is unknown color: approx Mantle. HEX triplet: 97, A0 and 96. RGB value is (151,160,150). Sum of RGB (Red+Green+Blue) = 151+160+150=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 160 - color contains mainly: green. Hex color #97A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A096 is #685F69. Grayscale: #9C9C9C. Windows color (decimal): -6840170 or 9871511. OLE color: 9871511.

HSL color Cylindrical-coordinate representation of color #97A096: hue angle of 114º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #97A096 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB151160150-
CMYK0.0600.060.37
HSL114º5%60.78%-
HSV(B)114º6.25%62.75%-
XYZ30.8433.9233.78-
YUV156.17124.52124.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=32.75%
G=34.71%
B=32.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1511601500.0600.060.37114560.78
Hex97A096606257253d
Octal22724022660645162575
Binary10010111101000001001011011001101001011110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,160,150); }

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

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

 a { background-color: rgb(151,160,150); }

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

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

 span { border-color: rgb(151,160,150); }

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