#64917E

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

Shades of Patina #64917E

Tints of Patina #64917E

Color information

#64917E (or 0x64917E) is unknown color: approx Patina. HEX triplet: 64, 91 and 7E. RGB value is (100,145,126). Sum of RGB (Red+Green+Blue) = 100+145+126=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #64917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64917E is #9B6E81. Grayscale: #818181. Windows color (decimal): -10186370 or 8294756. OLE color: 8294756.

HSL color Cylindrical-coordinate representation of color #64917E: hue angle of 154.67º 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 #64917E is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB100145126-
CMYK0.3100.130.43
HSL154.67º18.37%48.04%-
HSV(B)154.67º31.03%56.86%-
XYZ19.1524.4723.45-
YUV129.38126.09107.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=26.95%
G=39.08%
B=33.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001451260.3100.130.43154.6718.3748.04
Hex64917E1F0D2B9b1230
Octal14422117637015532332260
Binary110010010010001111111011111011011010111001101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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