#607960

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

Shades of Finlandia #607960

Tints of Finlandia #607960

Color information

#607960 (or 0x607960) is unknown color: approx Finlandia. HEX triplet: 60, 79 and 60. RGB value is (96,121,96). Sum of RGB (Red+Green+Blue) = 96+121+96=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #607960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607960 is #9F869F. Grayscale: #6E6E6E. Windows color (decimal): -10454688 or 6322528. OLE color: 6322528.

HSL color Cylindrical-coordinate representation of color #607960: hue angle of 120º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607960 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB9612196-
CMYK0.2100.210.53
HSL120º11.52%42.55%-
HSV(B)120º20.66%47.45%-
XYZ13.7717.0113.62-
YUV110.68119.72117.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=30.67%
G=38.66%
B=30.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96121960.2100.210.5312011.5242.55
Hex607960150153578c2b
Octal14017114025025651701453
Binary1100000111100111000001010101010111010111110001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607960; }

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

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

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

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

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

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

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

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