#97A48E

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

Shades of Mantle #97A48E

Tints of Mantle #97A48E

Color information

#97A48E (or 0x97A48E) is unknown color: approx Mantle. HEX triplet: 97, A4 and 8E. RGB value is (151,164,142). Sum of RGB (Red+Green+Blue) = 151+164+142=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 164 - color contains mainly: green. Hex color #97A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A48E is #685B71. Grayscale: #9D9D9D. Windows color (decimal): -6839154 or 9348247. OLE color: 9348247.

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

Color convert

RGB151164142-
CMYK0.0800.130.36
HSL95.45º10.78%60%-
HSV(B)95.45º13.41%64.31%-
XYZ30.9235.0830.73-
YUV157.6119.19123.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=33.04%
G=35.89%
B=31.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511641420.0800.130.3695.4510.7860
Hex97A48E80D245fb3c
Octal22724421610015441371374
Binary10010111101001001000111010000110110010010111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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