Shades of Finlandia #657764
Tints of Finlandia #657764
RGB
CMYK
RGB Variations
Color information
#657764 (or 0x657764) is known color: Finlandia. HEX triplet: 65, 77 and 64. RGB value is (101,119,100). Sum of RGB (Red+Green+Blue) = 101+119+100=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #657764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657764 is #9A889B. Grayscale: #6F6F6F. Windows color (decimal): -10127516 or 6584165. OLE color: 6584165.
HSL color Cylindrical-coordinate representation of color #657764: hue angle of 116.84º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #657764 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 100 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.53 |
| HSL | 116.84º | 0.09% | 0.43% | - |
| HSV(B) | 116.84º | 0.16% | 0.47% | - |
| XYZ | 14.26 | 16.88 | 14.56 | - |
| YUV | 111.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 100 | 0.15 | 0 | 0.16 | 0.53 | 116.84 | 0.09 | 0.43 |
| Hex | 65 | 77 | 64 | F | 0 | 10 | 35 | 75 | 9 | 2B |
| Octal | 145 | 167 | 144 | 17 | 0 | 20 | 65 | 165 | 11 | 53 |
| Binary | 1100101 | 1110111 | 1100100 | 1111 | 0 | 10000 | 110101 | 1110101 | 1001 | 101011 |
Color Harmonies of #657764
Complementary color
Monochromatic Colors of #657764
Black with #657764
Text Example
Text Example
White with #657764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657764; }
p { color: rgb(101,119,100); }
H1.HeaderClassName
{
color: #657764;
}
.AnyTagClassName
{
color: #657764;
}
</style>
background-color css
<style>
a { background-color: #657764; }
a { background-color: rgb(101,119,100); }
div.DivClassName
{
background-color: #657764;
}
.BgClassName
{
background-color: #657764;
}
</style>
border-color css
<style>
span { border-color: #657764; }
span { border-color: rgb(101,119,100); }
td.TdClassName
{
border-color: #657764;
}
.TagClassName
{
border-color: #657764;
}
</style>