#64967F

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

Shades of Patina #64967F

Tints of Patina #64967F

Color information

#64967F (or 0x64967F) is unknown color: approx Patina. HEX triplet: 64, 96 and 7F. RGB value is (100,150,127). Sum of RGB (Red+Green+Blue) = 100+150+127=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #64967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64967F is #9B6980. Grayscale: #848484. Windows color (decimal): -10185089 or 8361572. OLE color: 8361572.

HSL color Cylindrical-coordinate representation of color #64967F: hue angle of 152.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64967F is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB100150127-
CMYK0.3300.150.41
HSL152.4º20%49.02%-
HSV(B)152.4º33.33%58.82%-
XYZ19.9926.0524.05-
YUV132.43124.94104.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 127 (50% from 255) = 33.69%
R=26.53%
G=39.79%
B=33.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001501270.3300.150.41152.42049.02
Hex64967F210F29981431
Octal14422617741017512302461
Binary1100100100101101111111100001011111010011001100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64967F; }

 p { color: rgb(100,150,127); }

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

<style>
 a { background-color: #64967F; }

 a { background-color: rgb(100,150,127); }

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

<style>
 span { border-color: #64967F; }

 span { border-color: rgb(100,150,127); }

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