Shades of Finlandia #657D5F
Tints of Finlandia #657D5F
RGB
CMYK
RGB Variations
Color information
#657D5F (or 0x657D5F) is known color: Finlandia. HEX triplet: 65, 7D and 5F. RGB value is (101,125,95). Sum of RGB (Red+Green+Blue) = 101+125+95=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 125 - color contains mainly: green. Hex color #657D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657D5F is #9A82A0. Grayscale: #727272. Windows color (decimal): -10125985 or 6258021. OLE color: 6258021.
HSL color Cylindrical-coordinate representation of color #657D5F: hue angle of 108º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #657D5F is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 95 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.51 |
| HSL | 108º | 0.14% | 0.43% | - |
| HSV(B) | 108º | 0.24% | 0.49% | - |
| XYZ | 14.77 | 18.26 | 13.57 | - |
| YUV | 114.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 95 | 0.19 | 0 | 0.24 | 0.51 | 108 | 0.14 | 0.43 |
| Hex | 65 | 7D | 5F | 13 | 0 | 18 | 33 | 6C | E | 2B |
| Octal | 145 | 175 | 137 | 23 | 0 | 30 | 63 | 154 | 16 | 53 |
| Binary | 1100101 | 1111101 | 1011111 | 10011 | 0 | 11000 | 110011 | 1101100 | 1110 | 101011 |
Color Harmonies of #657D5F
Complementary color
Monochromatic Colors of #657D5F
Black with #657D5F
Text Example
Text Example
White with #657D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D5F; }
p { color: rgb(101,125,95); }
H1.HeaderClassName
{
color: #657D5F;
}
.AnyTagClassName
{
color: #657D5F;
}
</style>
background-color css
<style>
a { background-color: #657D5F; }
a { background-color: rgb(101,125,95); }
div.DivClassName
{
background-color: #657D5F;
}
.BgClassName
{
background-color: #657D5F;
}
</style>
border-color css
<style>
span { border-color: #657D5F; }
span { border-color: rgb(101,125,95); }
td.TdClassName
{
border-color: #657D5F;
}
.TagClassName
{
border-color: #657D5F;
}
</style>