#667A65

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

Shades of Finlandia #667A65

Tints of Finlandia #667A65

Color information

#667A65 (or 0x667A65) is unknown color: approx Finlandia. HEX triplet: 66, 7A and 65. RGB value is (102,122,101). Sum of RGB (Red+Green+Blue) = 102+122+101=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #667A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A65 is #99859A. Grayscale: #717171. Windows color (decimal): -10061211 or 6650470. OLE color: 6650470.

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

Color convert

RGB102122101-
CMYK0.1600.170.52
HSL117.14º9.42%43.73%-
HSV(B)117.14º17.21%47.84%-
XYZ14.7917.6814.95-
YUV113.63120.87119.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=31.38%
G=37.54%
B=31.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021221010.1600.170.52117.149.4243.73
Hex667A6510011347592c
Octal14617214520021641651154
Binary1100110111101011001011000001000111010011101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667A65; }

 p { color: rgb(102,122,101); }

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

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

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

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

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

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

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