#607A5F

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

Shades of Finlandia #607A5F

Tints of Finlandia #607A5F

Color information

#607A5F (or 0x607A5F) is unknown color: approx Finlandia. HEX triplet: 60, 7A and 5F. RGB value is (96,122,95). Sum of RGB (Red+Green+Blue) = 96+122+95=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #607A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A5F is #9F85A0. Grayscale: #6F6F6F. Windows color (decimal): -10454433 or 6257248. OLE color: 6257248.

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

Color convert

RGB9612295-
CMYK0.2100.220.52
HSL117.78º12.44%42.55%-
HSV(B)117.78º22.13%47.84%-
XYZ13.8517.2313.42-
YUV111.15118.89117.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=30.67%
G=38.98%
B=30.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96122950.2100.220.52117.7812.4442.55
Hex607A5F150163476c2b
Octal14017213725026641661453
Binary1100000111101010111111010101011011010011101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,122,95); }

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

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

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

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

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

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

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