#667866

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

Shades of Finlandia #667866

Tints of Finlandia #667866

Color information

#667866 (or 0x667866) is unknown color: approx Finlandia. HEX triplet: 66, 78 and 66. RGB value is (102,120,102). Sum of RGB (Red+Green+Blue) = 102+120+102=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #667866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667866 is #998799. Grayscale: #707070. Windows color (decimal): -10061722 or 6715494. OLE color: 6715494.

HSL color Cylindrical-coordinate representation of color #667866: hue angle of 120º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #667866 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB102120102-
CMYK0.1500.150.53
HSL120º8.11%43.53%-
HSV(B)120º15%47.06%-
XYZ14.5917.2215.12-
YUV112.57122.04120.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=31.48%
G=37.04%
B=31.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021201020.1500.150.531208.1143.53
Hex667866F0F357882c
Octal14617014617017651701054
Binary11001101111000110011011110111111010111110001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667866; }

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

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

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

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

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

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

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

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