#64978C

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

Shades of Patina #64978C

Tints of Patina #64978C

Color information

#64978C (or 0x64978C) is unknown color: approx Patina. HEX triplet: 64, 97 and 8C. RGB value is (100,151,140). Sum of RGB (Red+Green+Blue) = 100+151+140=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #64978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64978C is #9B6873. Grayscale: #868686. Windows color (decimal): -10184820 or 9213796. OLE color: 9213796.

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

Color convert

RGB100151140-
CMYK0.3400.070.41
HSL167.06º20.32%49.22%-
HSV(B)167.06º33.77%59.22%-
XYZ21.0626.7428.86-
YUV134.5131.1103.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.58%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=25.58%
G=38.62%
B=35.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001511400.3400.070.41167.0620.3249.22
Hex64978C220729a71431
Octal1442272144207512472461
Binary1100100100101111000110010001001111010011010011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,151,140); }

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

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

 a { background-color: rgb(100,151,140); }

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

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

 span { border-color: rgb(100,151,140); }

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