#667166

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

Shades of Finlandia #667166

Tints of Finlandia #667166

Color information

#667166 (or 0x667166) is unknown color: approx Finlandia. HEX triplet: 66, 71 and 66. RGB value is (102,113,102). Sum of RGB (Red+Green+Blue) = 102+113+102=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 113 - color contains mainly: green. Hex color #667166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667166 is #998E99. Grayscale: #6C6C6C. Windows color (decimal): -10063514 or 6713702. OLE color: 6713702.

HSL color Cylindrical-coordinate representation of color #667166: hue angle of 120º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #667166 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB102113102-
CMYK0.1000.100.56
HSL120º5.12%42.16%-
HSV(B)120º9.73%44.31%-
XYZ13.7815.5914.85-
YUV108.46124.36123.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=32.18%
G=35.65%
B=32.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021131020.1000.100.561205.1242.16
Hex667166A0A387852a
Octal1461611461201270170552
Binary1100110111000111001101010010101110001111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667166; }

 p { color: rgb(102,113,102); }

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

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

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

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

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

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

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