#60755D

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

Shades of Finlandia #60755D

Tints of Finlandia #60755D

Color information

#60755D (or 0x60755D) is unknown color: approx Finlandia. HEX triplet: 60, 75 and 5D. RGB value is (96,117,93). Sum of RGB (Red+Green+Blue) = 96+117+93=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #60755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60755D is #9F8AA2. Grayscale: #6C6C6C. Windows color (decimal): -10455715 or 6124896. OLE color: 6124896.

HSL color Cylindrical-coordinate representation of color #60755D: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60755D is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB9611793-
CMYK0.1800.210.54
HSL112.5º11.43%41.18%-
HSV(B)112.5º20.51%45.88%-
XYZ13.161612.75-
YUV107.99119.54119.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=31.37%
G=38.24%
B=30.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117930.1800.210.54112.511.4341.18
Hex60755D120153670b29
Octal14016513522025661601351
Binary1100000111010110111011001001010111011011100001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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