Shades of Finlandia #607A59
Tints of Finlandia #607A59
RGB
CMYK
RGB Variations
Color information
#607A59 (or 0x607A59) is known color: Finlandia. HEX triplet: 60, 7A and 59. RGB value is (96,122,89). Sum of RGB (Red+Green+Blue) = 96+122+89=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #607A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A59 is #9F85A6. Grayscale: #6E6E6E. Windows color (decimal): -10454439 or 5864032. OLE color: 5864032.
HSL color Cylindrical-coordinate representation of color #607A59: hue angle of 107.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607A59 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 89 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.52 |
| HSL | 107.27º | 0.16% | 0.41% | - |
| HSV(B) | 107.27º | 0.27% | 0.48% | - |
| XYZ | 13.59 | 17.13 | 12.04 | - |
| YUV | 110.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 89 | 0.21 | 0 | 0.27 | 0.52 | 107.27 | 0.16 | 0.41 |
| Hex | 60 | 7A | 59 | 15 | 0 | 1B | 34 | 6B | 10 | 29 |
| Octal | 140 | 172 | 131 | 25 | 0 | 33 | 64 | 153 | 20 | 51 |
| Binary | 1100000 | 1111010 | 1011001 | 10101 | 0 | 11011 | 110100 | 1101011 | 10000 | 101001 |
Color Harmonies of #607A59
Complementary color
Monochromatic Colors of #607A59
Black with #607A59
Text Example
Text Example
White with #607A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A59; }
p { color: rgb(96,122,89); }
H1.HeaderClassName
{
color: #607A59;
}
.AnyTagClassName
{
color: #607A59;
}
</style>
background-color css
<style>
a { background-color: #607A59; }
a { background-color: rgb(96,122,89); }
div.DivClassName
{
background-color: #607A59;
}
.BgClassName
{
background-color: #607A59;
}
</style>
border-color css
<style>
span { border-color: #607A59; }
span { border-color: rgb(96,122,89); }
td.TdClassName
{
border-color: #607A59;
}
.TagClassName
{
border-color: #607A59;
}
</style>