Shades of Finlandia #647A5F
Tints of Finlandia #647A5F
RGB
CMYK
RGB Variations
Color information
#647A5F (or 0x647A5F) is known color: Finlandia. HEX triplet: 64, 7A and 5F. RGB value is (100,122,95). Sum of RGB (Red+Green+Blue) = 100+122+95=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 122 - color contains mainly: green. Hex color #647A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A5F is #9B85A0. Grayscale: #707070. Windows color (decimal): -10192289 or 6257252. OLE color: 6257252.
HSL color Cylindrical-coordinate representation of color #647A5F: hue angle of 108.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #647A5F is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 95 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.52 |
| HSL | 108.89º | 0.12% | 0.43% | - |
| HSV(B) | 108.89º | 0.22% | 0.48% | - |
| XYZ | 14.28 | 17.45 | 13.44 | - |
| YUV | 112.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 95 | 0.18 | 0 | 0.22 | 0.52 | 108.89 | 0.12 | 0.43 |
| Hex | 64 | 7A | 5F | 12 | 0 | 16 | 34 | 6D | C | 2B |
| Octal | 144 | 172 | 137 | 22 | 0 | 26 | 64 | 155 | 14 | 53 |
| Binary | 1100100 | 1111010 | 1011111 | 10010 | 0 | 10110 | 110100 | 1101101 | 1100 | 101011 |
Color Harmonies of #647A5F
Complementary color
Monochromatic Colors of #647A5F
Black with #647A5F
Text Example
Text Example
White with #647A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A5F; }
p { color: rgb(100,122,95); }
H1.HeaderClassName
{
color: #647A5F;
}
.AnyTagClassName
{
color: #647A5F;
}
</style>
background-color css
<style>
a { background-color: #647A5F; }
a { background-color: rgb(100,122,95); }
div.DivClassName
{
background-color: #647A5F;
}
.BgClassName
{
background-color: #647A5F;
}
</style>
border-color css
<style>
span { border-color: #647A5F; }
span { border-color: rgb(100,122,95); }
td.TdClassName
{
border-color: #647A5F;
}
.TagClassName
{
border-color: #647A5F;
}
</style>