#64947A

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

Shades of Patina #64947A

Tints of Patina #64947A

Color information

#64947A (or 0x64947A) is unknown color: approx Patina. HEX triplet: 64, 94 and 7A. RGB value is (100,148,122). Sum of RGB (Red+Green+Blue) = 100+148+122=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #64947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64947A is #9B6B85. Grayscale: #828282. Windows color (decimal): -10185606 or 8033380. OLE color: 8033380.

HSL color Cylindrical-coordinate representation of color #64947A: hue angle of 147.5º 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 #64947A is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB100148122-
CMYK0.3200.180.42
HSL147.5º19.35%48.63%-
HSV(B)147.5º32.43%58.04%-
XYZ19.3625.2922.27-
YUV130.68123.1106.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.03%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=27.03%
G=40%
B=32.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001481220.3200.180.42147.519.3548.63
Hex64947A200122A941331
Octal14422417240022522242361
Binary11001001001010011110101000000100101010101001010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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