#60775C

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

Shades of Finlandia #60775C

Tints of Finlandia #60775C

Color information

#60775C (or 0x60775C) is unknown color: approx Finlandia. HEX triplet: 60, 77 and 5C. RGB value is (96,119,92). Sum of RGB (Red+Green+Blue) = 96+119+92=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #60775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60775C is #9F88A3. Grayscale: #6D6D6D. Windows color (decimal): -10455204 or 6059872. OLE color: 6059872.

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

Color convert

RGB9611992-
CMYK0.1900.230.53
HSL111.11º12.8%41.37%-
HSV(B)111.11º22.69%46.67%-
XYZ13.3516.4512.6-
YUV109.04118.38118.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=31.27%
G=38.76%
B=29.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96119920.1900.230.53111.1112.841.37
Hex60775C13017356fd29
Octal14016713423027651571551
Binary1100000111011110111001001101011111010111011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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