#60795C

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

Shades of Finlandia #60795C

Tints of Finlandia #60795C

Color information

#60795C (or 0x60795C) is unknown color: approx Finlandia. HEX triplet: 60, 79 and 5C. RGB value is (96,121,92). Sum of RGB (Red+Green+Blue) = 96+121+92=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #60795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60795C is #9F86A3. Grayscale: #6E6E6E. Windows color (decimal): -10454692 or 6060384. OLE color: 6060384.

HSL color Cylindrical-coordinate representation of color #60795C: hue angle of 111.72º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60795C is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB9612192-
CMYK0.2100.240.53
HSL111.72º13.62%41.76%-
HSV(B)111.72º23.97%47.45%-
XYZ13.5916.9312.68-
YUV110.22117.72117.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=31.07%
G=39.16%
B=29.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96121920.2100.240.53111.7213.6241.76
Hex60795C150183570e2a
Octal14017113425030651601652
Binary1100000111100110111001010101100011010111100001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60795C; }

 p { color: rgb(96,121,92); }

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

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

 a { background-color: rgb(96,121,92); }

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

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

 span { border-color: rgb(96,121,92); }

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