#676F66

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

Shades of Finlandia #676F66

Tints of Finlandia #676F66

Color information

#676F66 (or 0x676F66) is unknown color: approx Finlandia. HEX triplet: 67, 6F and 66. RGB value is (103,111,102). Sum of RGB (Red+Green+Blue) = 103+111+102=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 111 - color contains mainly: green. Hex color #676F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F66 is #989099. Grayscale: #6B6B6B. Windows color (decimal): -9998490 or 6713191. OLE color: 6713191.

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

Color convert

RGB103111102-
CMYK0.0700.080.56
HSL113.33º4.23%41.76%-
HSV(B)113.33º8.11%43.53%-
XYZ13.6815.2114.79-
YUV107.58124.85124.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=32.59%
G=35.13%
B=32.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031111020.0700.080.56113.334.2341.76
Hex676F66708387142a
Octal147157146701070161452
Binary110011111011111100110111010001110001110001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676F66; }

 p { color: rgb(103,111,102); }

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

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

 a { background-color: rgb(103,111,102); }

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

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

 span { border-color: rgb(103,111,102); }

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