#64917C

Color #64917C Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #64917C

Tints of Patina #64917C

Color information

#64917C (or 0x64917C) is unknown color: approx Patina. HEX triplet: 64, 91 and 7C. RGB value is (100,145,124). Sum of RGB (Red+Green+Blue) = 100+145+124=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #64917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64917C is #9B6E83. Grayscale: #818181. Windows color (decimal): -10186372 or 8163684. OLE color: 8163684.

HSL color Cylindrical-coordinate representation of color #64917C: hue angle of 152º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64917C is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB100145124-
CMYK0.3100.140.43
HSL152º18.37%48.04%-
HSV(B)152º31.03%56.86%-
XYZ19.0224.4222.78-
YUV129.15125.09107.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=27.10%
G=39.30%
B=33.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001451240.3100.140.4315218.3748.04
Hex64917C1F0E2B981230
Octal14422117437016532302260
Binary110010010010001111110011111011101010111001100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64917C; }

 p { color: rgb(100,145,124); }

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

<style>
 a { background-color: #64917C; }

 a { background-color: rgb(100,145,124); }

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

<style>
 span { border-color: #64917C; }

 span { border-color: rgb(100,145,124); }

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