Shades of Finlandia #64785E
Tints of Finlandia #64785E
RGB
CMYK
RGB Variations
Color information
#64785E (or 0x64785E) is known color: Finlandia. HEX triplet: 64, 78 and 5E. RGB value is (100,120,94). Sum of RGB (Red+Green+Blue) = 100+120+94=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #64785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64785E is #9B87A1. Grayscale: #6F6F6F. Windows color (decimal): -10192802 or 6191204. OLE color: 6191204.
HSL color Cylindrical-coordinate representation of color #64785E: hue angle of 106.15º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64785E is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 120 | 94 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.53 |
| HSL | 106.15º | 0.12% | 0.42% | - |
| HSV(B) | 106.15º | 0.22% | 0.47% | - |
| XYZ | 13.99 | 16.95 | 13.12 | - |
| YUV | 111.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 94 | 0.17 | 0 | 0.22 | 0.53 | 106.15 | 0.12 | 0.42 |
| Hex | 64 | 78 | 5E | 11 | 0 | 16 | 35 | 6A | C | 2A |
| Octal | 144 | 170 | 136 | 21 | 0 | 26 | 65 | 152 | 14 | 52 |
| Binary | 1100100 | 1111000 | 1011110 | 10001 | 0 | 10110 | 110101 | 1101010 | 1100 | 101010 |
Color Harmonies of #64785E
Complementary color
Monochromatic Colors of #64785E
Black with #64785E
Text Example
Text Example
White with #64785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64785E; }
p { color: rgb(100,120,94); }
H1.HeaderClassName
{
color: #64785E;
}
.AnyTagClassName
{
color: #64785E;
}
</style>
background-color css
<style>
a { background-color: #64785E; }
a { background-color: rgb(100,120,94); }
div.DivClassName
{
background-color: #64785E;
}
.BgClassName
{
background-color: #64785E;
}
</style>
border-color css
<style>
span { border-color: #64785E; }
span { border-color: rgb(100,120,94); }
td.TdClassName
{
border-color: #64785E;
}
.TagClassName
{
border-color: #64785E;
}
</style>