#667666

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

Shades of Finlandia #667666

Tints of Finlandia #667666

Color information

#667666 (or 0x667666) is unknown color: approx Finlandia. HEX triplet: 66, 76 and 66. RGB value is (102,118,102). Sum of RGB (Red+Green+Blue) = 102+118+102=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #667666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667666 is #998999. Grayscale: #6F6F6F. Windows color (decimal): -10062234 or 6714982. OLE color: 6714982.

HSL color Cylindrical-coordinate representation of color #667666: hue angle of 120º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #667666 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB102118102-
CMYK0.1400.140.54
HSL120º7.27%43.14%-
HSV(B)120º13.56%46.27%-
XYZ14.3616.7415.05-
YUV111.39122.7121.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=31.68%
G=36.65%
B=31.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021181020.1400.140.541207.2743.14
Hex667666E0E367872b
Octal1461661461601666170753
Binary1100110111011011001101110011101101101111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667666; }

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

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

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

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

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

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

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

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