Shades of Finlandia #607562
Tints of Finlandia #607562
RGB
CMYK
RGB Variations
Color information
#607562 (or 0x607562) is known color: Finlandia. HEX triplet: 60, 75 and 62. RGB value is (96,117,98). Sum of RGB (Red+Green+Blue) = 96+117+98=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #607562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607562 is #9F8A9D. Grayscale: #6C6C6C. Windows color (decimal): -10455710 or 6452576. OLE color: 6452576.
HSL color Cylindrical-coordinate representation of color #607562: hue angle of 125.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #607562 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 98 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.54 |
| HSL | 125.71º | 0.1% | 0.42% | - |
| HSV(B) | 125.71º | 0.18% | 0.46% | - |
| XYZ | 13.39 | 16.09 | 13.96 | - |
| YUV | 108.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 98 | 0.18 | 0 | 0.16 | 0.54 | 125.71 | 0.1 | 0.42 |
| Hex | 60 | 75 | 62 | 12 | 0 | 10 | 36 | 7E | A | 2A |
| Octal | 140 | 165 | 142 | 22 | 0 | 20 | 66 | 176 | 12 | 52 |
| Binary | 1100000 | 1110101 | 1100010 | 10010 | 0 | 10000 | 110110 | 1111110 | 1010 | 101010 |
Color Harmonies of #607562
Complementary color
Monochromatic Colors of #607562
Black with #607562
Text Example
Text Example
White with #607562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607562; }
p { color: rgb(96,117,98); }
H1.HeaderClassName
{
color: #607562;
}
.AnyTagClassName
{
color: #607562;
}
</style>
background-color css
<style>
a { background-color: #607562; }
a { background-color: rgb(96,117,98); }
div.DivClassName
{
background-color: #607562;
}
.BgClassName
{
background-color: #607562;
}
</style>
border-color css
<style>
span { border-color: #607562; }
span { border-color: rgb(96,117,98); }
td.TdClassName
{
border-color: #607562;
}
.TagClassName
{
border-color: #607562;
}
</style>