#64785D

Color #64785D Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #64785D

Tints of Finlandia #64785D

Color information

#64785D (or 0x64785D) is unknown color: approx Finlandia. HEX triplet: 64, 78 and 5D. RGB value is (100,120,93). Sum of RGB (Red+Green+Blue) = 100+120+93=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #64785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64785D is #9B87A2. Grayscale: #6F6F6F. Windows color (decimal): -10192803 or 6125668. OLE color: 6125668.

HSL color Cylindrical-coordinate representation of color #64785D: hue angle of 104.44º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64785D is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB10012093-
CMYK0.1700.220.53
HSL104.44º12.68%41.76%-
HSV(B)104.44º22.5%47.06%-
XYZ13.9516.9312.89-
YUV110.94117.87120.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=31.95%
G=38.34%
B=29.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100120930.1700.220.53104.4412.6841.76
Hex64785D110163568d2a
Octal14417013521026651501552
Binary1100100111100010111011000101011011010111010001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64785D; }

 p { color: rgb(100,120,93); }

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

<style>
 a { background-color: #64785D; }

 a { background-color: rgb(100,120,93); }

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

<style>
 span { border-color: #64785D; }

 span { border-color: rgb(100,120,93); }

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