Shades of Finlandia #657965
Tints of Finlandia #657965
RGB
CMYK
RGB Variations
Color information
#657965 (or 0x657965) is known color: Finlandia. HEX triplet: 65, 79 and 65. RGB value is (101,121,101). Sum of RGB (Red+Green+Blue) = 101+121+101=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #657965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657965 is #9A869A. Grayscale: #707070. Windows color (decimal): -10127003 or 6650213. OLE color: 6650213.
HSL color Cylindrical-coordinate representation of color #657965: hue angle of 120º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #657965 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 101 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.53 |
| HSL | 120º | 0.09% | 0.44% | - |
| HSV(B) | 120º | 0.17% | 0.47% | - |
| XYZ | 14.55 | 17.38 | 14.9 | - |
| YUV | 112.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 101 | 0.17 | 0 | 0.17 | 0.53 | 120 | 0.09 | 0.44 |
| Hex | 65 | 79 | 65 | 11 | 0 | 11 | 35 | 78 | 9 | 2C |
| Octal | 145 | 171 | 145 | 21 | 0 | 21 | 65 | 170 | 11 | 54 |
| Binary | 1100101 | 1111001 | 1100101 | 10001 | 0 | 10001 | 110101 | 1111000 | 1001 | 101100 |
Color Harmonies of #657965
Complementary color
Monochromatic Colors of #657965
Black with #657965
Text Example
Text Example
White with #657965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657965; }
p { color: rgb(101,121,101); }
H1.HeaderClassName
{
color: #657965;
}
.AnyTagClassName
{
color: #657965;
}
</style>
background-color css
<style>
a { background-color: #657965; }
a { background-color: rgb(101,121,101); }
div.DivClassName
{
background-color: #657965;
}
.BgClassName
{
background-color: #657965;
}
</style>
border-color css
<style>
span { border-color: #657965; }
span { border-color: rgb(101,121,101); }
td.TdClassName
{
border-color: #657965;
}
.TagClassName
{
border-color: #657965;
}
</style>