#60785C

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

Shades of Finlandia #60785C

Tints of Finlandia #60785C

Color information

#60785C (or 0x60785C) is unknown color: approx Finlandia. HEX triplet: 60, 78 and 5C. RGB value is (96,120,92). Sum of RGB (Red+Green+Blue) = 96+120+92=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #60785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60785C is #9F87A3. Grayscale: #6D6D6D. Windows color (decimal): -10454948 or 6060128. OLE color: 6060128.

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

Color convert

RGB9612092-
CMYK0.200.230.53
HSL111.43º13.21%41.57%-
HSV(B)111.43º23.33%47.06%-
XYZ13.4716.6912.64-
YUV109.63118.05118.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=31.17%
G=38.96%
B=29.87%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120920.200.230.53111.4313.2141.57
Hex60785C14017356fd2a
Octal14017013424027651571552
Binary1100000111100010111001010001011111010111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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