#657266

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

Shades of Finlandia #657266

Tints of Finlandia #657266

Color information

#657266 (or 0x657266) is unknown color: approx Finlandia. HEX triplet: 65, 72 and 66. RGB value is (101,114,102). Sum of RGB (Red+Green+Blue) = 101+114+102=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #657266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657266 is #9A8D99. Grayscale: #6C6C6C. Windows color (decimal): -10128794 or 6713957. OLE color: 6713957.

HSL color Cylindrical-coordinate representation of color #657266: hue angle of 124.62º 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 #657266 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB101114102-
CMYK0.1100.110.55
HSL124.62º6.05%42.16%-
HSV(B)124.62º11.4%44.71%-
XYZ13.7815.7614.89-
YUV108.74124.19122.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.86%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=31.86%
G=35.96%
B=32.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011141020.1100.110.55124.626.0542.16
Hex657266B0B377d62a
Octal1451621461301367175652
Binary1100101111001011001101011010111101111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657266; }

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

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

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

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

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

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

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

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