#97A496

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

Shades of Mantle #97A496

Tints of Mantle #97A496

Color information

#97A496 (or 0x97A496) is unknown color: approx Mantle. HEX triplet: 97, A4 and 96. RGB value is (151,164,150). Sum of RGB (Red+Green+Blue) = 151+164+150=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 164 - color contains mainly: green. Hex color #97A496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A496 is #685B69. Grayscale: #9E9E9E. Windows color (decimal): -6839146 or 9872535. OLE color: 9872535.

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

Color convert

RGB151164150-
CMYK0.0800.090.36
HSL115.71º7.14%61.57%-
HSV(B)115.71º8.54%64.31%-
XYZ31.5435.3334.01-
YUV158.52123.19122.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=32.47%
G=35.27%
B=32.26%

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
Decimal1511641500.0800.090.36115.717.1461.57
Hex97A496809247473e
Octal2272442261001144164776
Binary1001011110100100100101101000010011001001110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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