#667361

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

Shades of Finlandia #667361

Tints of Finlandia #667361

Color information

#667361 (or 0x667361) is unknown color: approx Finlandia. HEX triplet: 66, 73 and 61. RGB value is (102,115,97). Sum of RGB (Red+Green+Blue) = 102+115+97=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #667361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667361 is #998C9E. Grayscale: #6D6D6D. Windows color (decimal): -10063007 or 6386534. OLE color: 6386534.

HSL color Cylindrical-coordinate representation of color #667361: hue angle of 103.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667361 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB10211597-
CMYK0.1100.160.55
HSL103.33º8.49%41.57%-
HSV(B)103.33º15.65%45.1%-
XYZ13.7715.9513.66-
YUV109.06121.19122.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=32.48%
G=36.62%
B=30.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102115970.1100.160.55103.338.4941.57
Hex667361B010376782a
Octal14616314113020671471052
Binary110011011100111100001101101000011011111001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667361; }

 p { color: rgb(102,115,97); }

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

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

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

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

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

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

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