#60705F

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

Shades of Finlandia #60705F

Tints of Finlandia #60705F

Color information

#60705F (or 0x60705F) is unknown color: approx Finlandia. HEX triplet: 60, 70 and 5F. RGB value is (96,112,95). Sum of RGB (Red+Green+Blue) = 96+112+95=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #60705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60705F is #9F8FA0. Grayscale: #696969. Windows color (decimal): -10456993 or 6254688. OLE color: 6254688.

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

Color convert

RGB9611295-
CMYK0.1400.150.56
HSL116.47º8.21%40.59%-
HSV(B)116.47º15.18%43.92%-
XYZ12.6814.913.03-
YUV105.28122.2121.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=31.68%
G=36.96%
B=31.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112950.1400.150.56116.478.2140.59
Hex60705FE0F3874829
Octal14016013716017701641051
Binary11000001110000101111111100111111100011101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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