#677265

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

Shades of Finlandia #677265

Tints of Finlandia #677265

Color information

#677265 (or 0x677265) is unknown color: approx Finlandia. HEX triplet: 67, 72 and 65. RGB value is (103,114,101). Sum of RGB (Red+Green+Blue) = 103+114+101=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #677265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677265 is #988D9A. Grayscale: #6D6D6D. Windows color (decimal): -9997723 or 6648423. OLE color: 6648423.

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

Color convert

RGB103114101-
CMYK0.1000.110.55
HSL110.77º6.05%42.16%-
HSV(B)110.77º11.4%44.71%-
XYZ13.9615.8614.64-
YUV109.23123.36123.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=32.39%
G=35.85%
B=31.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031141010.1000.110.55110.776.0542.16
Hex677265A0B376f62a
Octal1471621451201367157652
Binary1100111111001011001011010010111101111101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677265; }

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

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

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

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

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

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

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

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