#607B5D

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

Shades of Finlandia #607B5D

Tints of Finlandia #607B5D

Color information

#607B5D (or 0x607B5D) is unknown color: approx Finlandia. HEX triplet: 60, 7B and 5D. RGB value is (96,123,93). Sum of RGB (Red+Green+Blue) = 96+123+93=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 123 - color contains mainly: green. Hex color #607B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B5D is #9F84A2. Grayscale: #6F6F6F. Windows color (decimal): -10454179 or 6126432. OLE color: 6126432.

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

Color convert

RGB9612393-
CMYK0.2200.240.52
HSL114º13.89%42.35%-
HSV(B)114º24.39%48.24%-
XYZ13.8817.4412.99-
YUV111.51117.55116.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=30.77%
G=39.42%
B=29.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96123930.2200.240.5211413.8942.35
Hex607B5D160183472e2a
Octal14017313526030641621652
Binary1100000111101110111011011001100011010011100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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