#97A595

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

Shades of Mantle #97A595

Tints of Mantle #97A595

Color information

#97A595 (or 0x97A595) is unknown color: approx Mantle. HEX triplet: 97, A5 and 95. RGB value is (151,165,149). Sum of RGB (Red+Green+Blue) = 151+165+149=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #97A595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A595 is #685A6A. Grayscale: #9F9F9F. Windows color (decimal): -6838891 or 9807255. OLE color: 9807255.

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

Color convert

RGB151165149-
CMYK0.0800.100.35
HSL112.5º8.16%61.57%-
HSV(B)112.5º9.7%64.71%-
XYZ31.6435.6633.65-
YUV158.99122.36122.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=32.47%
G=35.48%
B=32.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511651490.0800.100.35112.58.1661.57
Hex97A59580A237083e
Octal22724522510012431601076
Binary10010111101001011001010110000101010001111100001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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