Shades of Finlandia #607659
Tints of Finlandia #607659
RGB
CMYK
RGB Variations
Color information
#607659 (or 0x607659) is known color: Finlandia. HEX triplet: 60, 76 and 59. RGB value is (96,118,89). Sum of RGB (Red+Green+Blue) = 96+118+89=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #607659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607659 is #9F89A6. Grayscale: #6C6C6C. Windows color (decimal): -10455463 or 5863008. OLE color: 5863008.
HSL color Cylindrical-coordinate representation of color #607659: hue angle of 105.52º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #607659 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 89 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.54 |
| HSL | 105.52º | 0.14% | 0.41% | - |
| HSV(B) | 105.52º | 0.25% | 0.46% | - |
| XYZ | 13.11 | 16.16 | 11.88 | - |
| YUV | 108.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 89 | 0.19 | 0 | 0.25 | 0.54 | 105.52 | 0.14 | 0.41 |
| Hex | 60 | 76 | 59 | 13 | 0 | 19 | 36 | 6A | E | 29 |
| Octal | 140 | 166 | 131 | 23 | 0 | 31 | 66 | 152 | 16 | 51 |
| Binary | 1100000 | 1110110 | 1011001 | 10011 | 0 | 11001 | 110110 | 1101010 | 1110 | 101001 |
Color Harmonies of #607659
Complementary color
Monochromatic Colors of #607659
Black with #607659
Text Example
Text Example
White with #607659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607659; }
p { color: rgb(96,118,89); }
H1.HeaderClassName
{
color: #607659;
}
.AnyTagClassName
{
color: #607659;
}
</style>
background-color css
<style>
a { background-color: #607659; }
a { background-color: rgb(96,118,89); }
div.DivClassName
{
background-color: #607659;
}
.BgClassName
{
background-color: #607659;
}
</style>
border-color css
<style>
span { border-color: #607659; }
span { border-color: rgb(96,118,89); }
td.TdClassName
{
border-color: #607659;
}
.TagClassName
{
border-color: #607659;
}
</style>