#97A697

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

Shades of Pewter #97A697

Tints of Pewter #97A697

Color information

#97A697 (or 0x97A697) is unknown color: approx Pewter. HEX triplet: 97, A6 and 97. RGB value is (151,166,151). Sum of RGB (Red+Green+Blue) = 151+166+151=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 166 - color contains mainly: green. Hex color #97A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A697 is #685968. Grayscale: #9F9F9F. Windows color (decimal): -6838633 or 9938583. OLE color: 9938583.

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

Color convert

RGB151166151-
CMYK0.0900.090.35
HSL120º7.77%62.16%-
HSV(B)120º9.04%65.1%-
XYZ31.9836.0934.56-
YUV159.8123.03121.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=32.26%
G=35.47%
B=32.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511661510.0900.090.351207.7762.16
Hex97A697909237883e
Octal22724622711011431701076
Binary10010111101001101001011110010100110001111110001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,166,151); }

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

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

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

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

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

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

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