#60775A

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

Shades of Finlandia #60775A

Tints of Finlandia #60775A

Color information

#60775A (or 0x60775A) is unknown color: approx Finlandia. HEX triplet: 60, 77 and 5A. RGB value is (96,119,90). Sum of RGB (Red+Green+Blue) = 96+119+90=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #60775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60775A is #9F88A5. Grayscale: #6C6C6C. Windows color (decimal): -10455206 or 5928800. OLE color: 5928800.

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

Color convert

RGB9611990-
CMYK0.1900.240.53
HSL107.59º13.88%40.98%-
HSV(B)107.59º24.37%46.67%-
XYZ13.2716.4212.14-
YUV108.82117.38118.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=31.48%
G=39.02%
B=29.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96119900.1900.240.53107.5913.8840.98
Hex60775A13018356ce29
Octal14016713223030651541651
Binary1100000111011110110101001101100011010111011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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