#64947F

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

Shades of Patina #64947F

Tints of Patina #64947F

Color information

#64947F (or 0x64947F) is unknown color: approx Patina. HEX triplet: 64, 94 and 7F. RGB value is (100,148,127). Sum of RGB (Red+Green+Blue) = 100+148+127=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #64947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64947F is #9B6B80. Grayscale: #838383. Windows color (decimal): -10185601 or 8361060. OLE color: 8361060.

HSL color Cylindrical-coordinate representation of color #64947F: hue angle of 153.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64947F is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB100148127-
CMYK0.3200.140.42
HSL153.75º19.35%48.63%-
HSV(B)153.75º32.43%58.04%-
XYZ19.6825.4223.95-
YUV131.25125.6105.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 127 (50% from 255) = 33.87%
R=26.67%
G=39.47%
B=33.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001481270.3200.140.42153.7519.3548.63
Hex64947F200E2A9a1331
Octal14422417740016522322361
Binary1100100100101001111111100000011101010101001101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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