#667465

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

Shades of Finlandia #667465

Tints of Finlandia #667465

Color information

#667465 (or 0x667465) is unknown color: approx Finlandia. HEX triplet: 66, 74 and 65. RGB value is (102,116,101). Sum of RGB (Red+Green+Blue) = 102+116+101=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 116 - color contains mainly: green. Hex color #667465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667465 is #998B9A. Grayscale: #6E6E6E. Windows color (decimal): -10062747 or 6648934. OLE color: 6648934.

HSL color Cylindrical-coordinate representation of color #667465: hue angle of 116º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #667465 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB102116101-
CMYK0.1200.130.55
HSL116º6.91%42.55%-
HSV(B)116º12.93%45.49%-
XYZ14.0716.2614.71-
YUV110.1122.86122.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=31.97%
G=36.36%
B=31.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021161010.1200.130.551166.9142.55
Hex667465C0D377472b
Octal1461641451401567164753
Binary1100110111010011001011100011011101111110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667465; }

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

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

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

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

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

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

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

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