#607661

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

Shades of Finlandia #607661

Tints of Finlandia #607661

Color information

#607661 (or 0x607661) is unknown color: approx Finlandia. HEX triplet: 60, 76 and 61. RGB value is (96,118,97). Sum of RGB (Red+Green+Blue) = 96+118+97=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #607661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607661 is #9F899E. Grayscale: #6D6D6D. Windows color (decimal): -10455455 or 6387296. OLE color: 6387296.

HSL color Cylindrical-coordinate representation of color #607661: hue angle of 122.73º 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 #607661 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB9611897-
CMYK0.1900.180.54
HSL122.73º10.28%41.96%-
HSV(B)122.73º18.64%46.27%-
XYZ13.4616.3113.75-
YUV109.03121.21118.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=30.87%
G=37.94%
B=31.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96118970.1900.180.54122.7310.2841.96
Hex60766113012367ba2a
Octal14016614123022661731252
Binary1100000111011011000011001101001011011011110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607661; }

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

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

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

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

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

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

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

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