#60785A

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

Shades of Finlandia #60785A

Tints of Finlandia #60785A

Color information

#60785A (or 0x60785A) is unknown color: approx Finlandia. HEX triplet: 60, 78 and 5A. RGB value is (96,120,90). Sum of RGB (Red+Green+Blue) = 96+120+90=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #60785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60785A is #9F87A5. Grayscale: #6D6D6D. Windows color (decimal): -10454950 or 5929056. OLE color: 5929056.

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

Color convert

RGB9612090-
CMYK0.200.250.53
HSL108º14.29%41.18%-
HSV(B)108º25%47.06%-
XYZ13.3916.6612.18-
YUV109.4117.05118.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=31.37%
G=39.22%
B=29.41%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120900.200.250.5310814.2941.18
Hex60785A14019356ce29
Octal14017013224031651541651
Binary1100000111100010110101010001100111010111011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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