#607660

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

Shades of Finlandia #607660

Tints of Finlandia #607660

Color information

#607660 (or 0x607660) is unknown color: approx Finlandia. HEX triplet: 60, 76 and 60. RGB value is (96,118,96). Sum of RGB (Red+Green+Blue) = 96+118+96=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #607660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607660 is #9F899F. Grayscale: #6C6C6C. Windows color (decimal): -10455456 or 6321760. OLE color: 6321760.

HSL color Cylindrical-coordinate representation of color #607660: hue angle of 120º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #607660 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB9611896-
CMYK0.1900.190.54
HSL120º10.28%41.96%-
HSV(B)120º18.64%46.27%-
XYZ13.4116.2913.5-
YUV108.91120.71118.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=30.97%
G=38.06%
B=30.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96118960.1900.190.5412010.2841.96
Hex607660130133678a2a
Octal14016614023023661701252
Binary1100000111011011000001001101001111011011110001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607660; }

 p { color: rgb(96,118,96); }

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

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

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

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

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

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

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