#677065

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

Shades of Finlandia #677065

Tints of Finlandia #677065

Color information

#677065 (or 0x677065) is unknown color: approx Finlandia. HEX triplet: 67, 70 and 65. RGB value is (103,112,101). Sum of RGB (Red+Green+Blue) = 103+112+101=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #677065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677065 is #988F9A. Grayscale: #6C6C6C. Windows color (decimal): -9998235 or 6647911. OLE color: 6647911.

HSL color Cylindrical-coordinate representation of color #677065: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677065 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB103112101-
CMYK0.0800.100.56
HSL109.09º5.16%41.76%-
HSV(B)109.09º9.82%43.92%-
XYZ13.7415.4114.56-
YUV108.06124.02124.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=32.59%
G=35.44%
B=31.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031121010.0800.100.56109.095.1641.76
Hex67706580A386d52a
Octal1471601451001270155552
Binary1100111111000011001011000010101110001101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677065; }

 p { color: rgb(103,112,101); }

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

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

 a { background-color: rgb(103,112,101); }

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

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

 span { border-color: rgb(103,112,101); }

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