#677965

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

Shades of Finlandia #677965

Tints of Finlandia #677965

Color information

#677965 (or 0x677965) is unknown color: approx Finlandia. HEX triplet: 67, 79 and 65. RGB value is (103,121,101). Sum of RGB (Red+Green+Blue) = 103+121+101=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #677965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677965 is #98869A. Grayscale: #717171. Windows color (decimal): -9995931 or 6650215. OLE color: 6650215.

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

Color convert

RGB103121101-
CMYK0.1500.170.53
HSL114º9.01%43.53%-
HSV(B)114º16.53%47.45%-
XYZ14.7817.514.91-
YUV113.34121.04120.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=31.69%
G=37.23%
B=31.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031211010.1500.170.531149.0143.53
Hex677965F011357292c
Octal14717114517021651621154
Binary110011111110011100101111101000111010111100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677965; }

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

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

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

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

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

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

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

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