Shades of Finlandia #657962
Tints of Finlandia #657962
RGB
CMYK
RGB Variations
Color information
#657962 (or 0x657962) is known color: Finlandia. HEX triplet: 65, 79 and 62. RGB value is (101,121,98). Sum of RGB (Red+Green+Blue) = 101+121+98=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #657962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657962 is #9A869D. Grayscale: #707070. Windows color (decimal): -10127006 or 6453605. OLE color: 6453605.
HSL color Cylindrical-coordinate representation of color #657962: hue angle of 112.17º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #657962 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 98 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.53 |
| HSL | 112.17º | 0.11% | 0.43% | - |
| HSV(B) | 112.17º | 0.19% | 0.47% | - |
| XYZ | 14.41 | 17.32 | 14.14 | - |
| YUV | 112.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 98 | 0.17 | 0 | 0.19 | 0.53 | 112.17 | 0.11 | 0.43 |
| Hex | 65 | 79 | 62 | 11 | 0 | 13 | 35 | 70 | B | 2B |
| Octal | 145 | 171 | 142 | 21 | 0 | 23 | 65 | 160 | 13 | 53 |
| Binary | 1100101 | 1111001 | 1100010 | 10001 | 0 | 10011 | 110101 | 1110000 | 1011 | 101011 |
Color Harmonies of #657962
Complementary color
Monochromatic Colors of #657962
Black with #657962
Text Example
Text Example
White with #657962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657962; }
p { color: rgb(101,121,98); }
H1.HeaderClassName
{
color: #657962;
}
.AnyTagClassName
{
color: #657962;
}
</style>
background-color css
<style>
a { background-color: #657962; }
a { background-color: rgb(101,121,98); }
div.DivClassName
{
background-color: #657962;
}
.BgClassName
{
background-color: #657962;
}
</style>
border-color css
<style>
span { border-color: #657962; }
span { border-color: rgb(101,121,98); }
td.TdClassName
{
border-color: #657962;
}
.TagClassName
{
border-color: #657962;
}
</style>