Shades of Finlandia #657562
Tints of Finlandia #657562
RGB
CMYK
RGB Variations
Color information
#657562 (or 0x657562) is known color: Finlandia. HEX triplet: 65, 75 and 62. RGB value is (101,117,98). Sum of RGB (Red+Green+Blue) = 101+117+98=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #657562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657562 is #9A8A9D. Grayscale: #6E6E6E. Windows color (decimal): -10128030 or 6452581. OLE color: 6452581.
HSL color Cylindrical-coordinate representation of color #657562: hue angle of 110.53º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #657562 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 98 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.54 |
| HSL | 110.53º | 0.09% | 0.42% | - |
| HSV(B) | 110.53º | 0.16% | 0.46% | - |
| XYZ | 13.93 | 16.37 | 13.98 | - |
| YUV | 110.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 98 | 0.14 | 0 | 0.16 | 0.54 | 110.53 | 0.09 | 0.42 |
| Hex | 65 | 75 | 62 | E | 0 | 10 | 36 | 6F | 9 | 2A |
| Octal | 145 | 165 | 142 | 16 | 0 | 20 | 66 | 157 | 11 | 52 |
| Binary | 1100101 | 1110101 | 1100010 | 1110 | 0 | 10000 | 110110 | 1101111 | 1001 | 101010 |
Color Harmonies of #657562
Complementary color
Monochromatic Colors of #657562
Black with #657562
Text Example
Text Example
White with #657562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657562; }
p { color: rgb(101,117,98); }
H1.HeaderClassName
{
color: #657562;
}
.AnyTagClassName
{
color: #657562;
}
</style>
background-color css
<style>
a { background-color: #657562; }
a { background-color: rgb(101,117,98); }
div.DivClassName
{
background-color: #657562;
}
.BgClassName
{
background-color: #657562;
}
</style>
border-color css
<style>
span { border-color: #657562; }
span { border-color: rgb(101,117,98); }
td.TdClassName
{
border-color: #657562;
}
.TagClassName
{
border-color: #657562;
}
</style>