#667364

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

Shades of Finlandia #667364

Tints of Finlandia #667364

Color information

#667364 (or 0x667364) is unknown color: approx Finlandia. HEX triplet: 66, 73 and 64. RGB value is (102,115,100). Sum of RGB (Red+Green+Blue) = 102+115+100=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #667364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667364 is #998C9B. Grayscale: #6D6D6D. Windows color (decimal): -10063004 or 6583142. OLE color: 6583142.

HSL color Cylindrical-coordinate representation of color #667364: hue angle of 112º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #667364 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB102115100-
CMYK0.1100.130.55
HSL112º6.98%42.16%-
HSV(B)112º13.04%45.1%-
XYZ13.9116.0114.41-
YUV109.4122.69122.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=32.18%
G=36.28%
B=31.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021151000.1100.130.551126.9842.16
Hex667364B0D377072a
Octal1461631441301567160752
Binary1100110111001111001001011011011101111110000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667364; }

 p { color: rgb(102,115,100); }

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

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

 a { background-color: rgb(102,115,100); }

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

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

 span { border-color: rgb(102,115,100); }

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