#667865

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

Shades of Finlandia #667865

Tints of Finlandia #667865

Color information

#667865 (or 0x667865) is unknown color: approx Finlandia. HEX triplet: 66, 78 and 65. RGB value is (102,120,101). Sum of RGB (Red+Green+Blue) = 102+120+101=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #667865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667865 is #99879A. Grayscale: #707070. Windows color (decimal): -10061723 or 6649958. OLE color: 6649958.

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

Color convert

RGB102120101-
CMYK0.1500.160.53
HSL116.84º8.6%43.33%-
HSV(B)116.84º15.83%47.06%-
XYZ14.5417.214.86-
YUV112.45121.54120.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 120 (47.27% from 255) = 37.15%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=31.58%
G=37.15%
B=31.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021201010.1500.160.53116.848.643.33
Hex667865F010357592b
Octal14617014517020651651153
Binary110011011110001100101111101000011010111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667865; }

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

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

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

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

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

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

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

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