#607C5C

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

Shades of Finlandia #607C5C

Tints of Finlandia #607C5C

Color information

#607C5C (or 0x607C5C) is unknown color: approx Finlandia. HEX triplet: 60, 7C and 5C. RGB value is (96,124,92). Sum of RGB (Red+Green+Blue) = 96+124+92=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #607C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C5C is #9F83A3. Grayscale: #707070. Windows color (decimal): -10453924 or 6061152. OLE color: 6061152.

HSL color Cylindrical-coordinate representation of color #607C5C: hue angle of 112.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607C5C is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB9612492-
CMYK0.2300.260.51
HSL112.5º14.81%42.35%-
HSV(B)112.5º25.81%48.63%-
XYZ13.9617.6712.8-
YUV111.98116.72116.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=30.77%
G=39.74%
B=29.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96124920.2300.260.51112.514.8142.35
Hex607C5C1701A3370f2a
Octal14017413427032631601752
Binary1100000111110010111001011101101011001111100001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607C5C; }

 p { color: rgb(96,124,92); }

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

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

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

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

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

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

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