#60705D

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

Shades of Finlandia #60705D

Tints of Finlandia #60705D

Color information

#60705D (or 0x60705D) is unknown color: approx Finlandia. HEX triplet: 60, 70 and 5D. RGB value is (96,112,93). Sum of RGB (Red+Green+Blue) = 96+112+93=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #60705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60705D is #9F8FA2. Grayscale: #696969. Windows color (decimal): -10456995 or 6123616. OLE color: 6123616.

HSL color Cylindrical-coordinate representation of color #60705D: hue angle of 110.53º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #60705D is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB9611293-
CMYK0.1400.170.56
HSL110.53º9.27%40.2%-
HSV(B)110.53º16.96%43.92%-
XYZ12.5914.8712.56-
YUV105.05121.2121.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=31.89%
G=37.21%
B=30.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112930.1400.170.56110.539.2740.2
Hex60705DE011386f928
Octal14016013516021701571150
Binary110000011100001011101111001000111100011011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60705D; }

 p { color: rgb(96,112,93); }

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

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

 a { background-color: rgb(96,112,93); }

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

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

 span { border-color: rgb(96,112,93); }

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