#657260

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

Shades of Finlandia #657260

Tints of Finlandia #657260

Color information

#657260 (or 0x657260) is unknown color: approx Finlandia. HEX triplet: 65, 72 and 60. RGB value is (101,114,96). Sum of RGB (Red+Green+Blue) = 101+114+96=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #657260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657260 is #9A8D9F. Grayscale: #6C6C6C. Windows color (decimal): -10128800 or 6320741. OLE color: 6320741.

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

Color convert

RGB10111496-
CMYK0.1100.160.55
HSL103.33º8.57%41.18%-
HSV(B)103.33º15.79%44.71%-
XYZ13.515.6513.37-
YUV108.06121.19122.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=32.48%
G=36.66%
B=30.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101114960.1100.160.55103.338.5741.18
Hex657260B0103767929
Octal14516214013020671471151
Binary110010111100101100000101101000011011111001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657260; }

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

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

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

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

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

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

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

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