#97AF8D

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

Shades of Mantle #97AF8D

Tints of Mantle #97AF8D

Color information

#97AF8D (or 0x97AF8D) is unknown color: approx Mantle. HEX triplet: 97, AF and 8D. RGB value is (151,175,141). Sum of RGB (Red+Green+Blue) = 151+175+141=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AF8D is #685072. Grayscale: #A4A4A4. Windows color (decimal): -6836339 or 9285527. OLE color: 9285527.

HSL color Cylindrical-coordinate representation of color #97AF8D: hue angle of 102.35º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97AF8D is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB151175141-
CMYK0.1400.190.31
HSL102.35º17.53%61.96%-
HSV(B)102.35º19.43%68.63%-
XYZ32.939.1631.02-
YUV163.95115.05118.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=32.33%
G=37.47%
B=30.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751410.1400.190.31102.3517.5361.96
Hex97AF8DE0131F66123e
Octal22725721516023371462276
Binary100101111010111110001101111001001111111110011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,175,141); }

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

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

 a { background-color: rgb(151,175,141); }

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

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

 span { border-color: rgb(151,175,141); }

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