#607B5A

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

Shades of Finlandia #607B5A

Tints of Finlandia #607B5A

Color information

#607B5A (or 0x607B5A) is unknown color: approx Finlandia. HEX triplet: 60, 7B and 5A. RGB value is (96,123,90). Sum of RGB (Red+Green+Blue) = 96+123+90=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #607B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B5A is #9F84A5. Grayscale: #6F6F6F. Windows color (decimal): -10454182 or 5929824. OLE color: 5929824.

HSL color Cylindrical-coordinate representation of color #607B5A: hue angle of 109.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607B5A is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB9612390-
CMYK0.2200.270.52
HSL109.09º15.49%41.76%-
HSV(B)109.09º26.83%48.24%-
XYZ13.7517.3912.3-
YUV111.16116.05117.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=31.07%
G=39.81%
B=29.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96123900.2200.270.52109.0915.4941.76
Hex607B5A1601B346df2a
Octal14017313226033641551752
Binary1100000111101110110101011001101111010011011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,123,90); }

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

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

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

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

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

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

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