#667966

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

Shades of Finlandia #667966

Tints of Finlandia #667966

Color information

#667966 (or 0x667966) is unknown color: approx Finlandia. HEX triplet: 66, 79 and 66. RGB value is (102,121,102). Sum of RGB (Red+Green+Blue) = 102+121+102=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #667966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667966 is #998699. Grayscale: #717171. Windows color (decimal): -10061466 or 6715750. OLE color: 6715750.

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

Color convert

RGB102121102-
CMYK0.1600.160.53
HSL120º8.52%43.73%-
HSV(B)120º15.7%47.45%-
XYZ14.7217.4615.16-
YUV113.15121.71120.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=31.38%
G=37.23%
B=31.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021211020.1600.160.531208.5243.73
Hex66796610010357892c
Octal14617114620020651701154
Binary1100110111100111001101000001000011010111110001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667966; }

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

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

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

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

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

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

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

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