#97A798

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

Shades of Pewter #97A798

Tints of Pewter #97A798

Color information

#97A798 (or 0x97A798) is unknown color: approx Pewter. HEX triplet: 97, A7 and 98. RGB value is (151,167,152). Sum of RGB (Red+Green+Blue) = 151+167+152=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 167 - color contains mainly: green. Hex color #97A798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A798 is #685867. Grayscale: #A0A0A0. Windows color (decimal): -6838376 or 10004375. OLE color: 10004375.

HSL color Cylindrical-coordinate representation of color #97A798: hue angle of 123.75º 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 #97A798 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB151167152-
CMYK0.1000.090.35
HSL123.75º8.33%62.35%-
HSV(B)123.75º9.58%65.49%-
XYZ32.2536.4835.05-
YUV160.51123.2121.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 152 (59.77% from 255) = 32.34%
R=32.13%
G=35.53%
B=32.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511671520.1000.090.35123.758.3362.35
Hex97A798A09237c83e
Octal22724723012011431741076
Binary10010111101001111001100010100100110001111111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,167,152); }

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

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

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

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

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

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

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