#60775E

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

Shades of Finlandia #60775E

Tints of Finlandia #60775E

Color information

#60775E (or 0x60775E) is unknown color: approx Finlandia. HEX triplet: 60, 77 and 5E. RGB value is (96,119,94). Sum of RGB (Red+Green+Blue) = 96+119+94=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #60775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60775E is #9F88A1. Grayscale: #6D6D6D. Windows color (decimal): -10455202 or 6190944. OLE color: 6190944.

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

Color convert

RGB9611994-
CMYK0.1900.210.53
HSL115.2º11.74%41.76%-
HSV(B)115.2º21.01%46.67%-
XYZ13.4416.4913.06-
YUV109.27119.38118.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=31.07%
G=38.51%
B=30.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96119940.1900.210.53115.211.7441.76
Hex60775E130153573c2a
Octal14016713623025651631452
Binary1100000111011110111101001101010111010111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60775E; }

 p { color: rgb(96,119,94); }

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

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

 a { background-color: rgb(96,119,94); }

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

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

 span { border-color: rgb(96,119,94); }

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