#607261

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

Shades of Finlandia #607261

Tints of Finlandia #607261

Color information

#607261 (or 0x607261) is unknown color: approx Finlandia. HEX triplet: 60, 72 and 61. RGB value is (96,114,97). Sum of RGB (Red+Green+Blue) = 96+114+97=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #607261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607261 is #9F8D9E. Grayscale: #6A6A6A. Windows color (decimal): -10456479 or 6386272. OLE color: 6386272.

HSL color Cylindrical-coordinate representation of color #607261: hue angle of 123.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #607261 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB9611497-
CMYK0.1600.150.55
HSL123.33º8.57%41.18%-
HSV(B)123.33º15.79%44.71%-
XYZ1315.3813.59-
YUV106.68122.54120.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=31.27%
G=37.13%
B=31.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96114970.1600.150.55123.338.5741.18
Hex607261100F377b929
Octal14016214120017671731151
Binary110000011100101100001100000111111011111110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607261; }

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

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

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

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

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

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

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

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