Shades of Finlandia #656F65
Tints of Finlandia #656F65
RGB
CMYK
RGB Variations
Color information
#656F65 (or 0x656F65) is known color: Finlandia. HEX triplet: 65, 6F and 65. RGB value is (101,111,101). Sum of RGB (Red+Green+Blue) = 101+111+101=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 111 - color contains mainly: green. Hex color #656F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F65 is #9A909A. Grayscale: #6A6A6A. Windows color (decimal): -10129563 or 6647653. OLE color: 6647653.
HSL color Cylindrical-coordinate representation of color #656F65: hue angle of 120º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #656F65 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 111 | 101 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.56 |
| HSL | 120º | 0.05% | 0.42% | - |
| HSV(B) | 120º | 0.09% | 0.44% | - |
| XYZ | 13.4 | 15.08 | 14.52 | - |
| YUV | 106.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 101 | 0.09 | 0 | 0.09 | 0.56 | 120 | 0.05 | 0.42 |
| Hex | 65 | 6F | 65 | 9 | 0 | 9 | 38 | 78 | 5 | 2A |
| Octal | 145 | 157 | 145 | 11 | 0 | 11 | 70 | 170 | 5 | 52 |
| Binary | 1100101 | 1101111 | 1100101 | 1001 | 0 | 1001 | 111000 | 1111000 | 101 | 101010 |
Color Harmonies of #656F65
Complementary color
Monochromatic Colors of #656F65
Black with #656F65
Text Example
Text Example
White with #656F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F65; }
p { color: rgb(101,111,101); }
H1.HeaderClassName
{
color: #656F65;
}
.AnyTagClassName
{
color: #656F65;
}
</style>
background-color css
<style>
a { background-color: #656F65; }
a { background-color: rgb(101,111,101); }
div.DivClassName
{
background-color: #656F65;
}
.BgClassName
{
background-color: #656F65;
}
</style>
border-color css
<style>
span { border-color: #656F65; }
span { border-color: rgb(101,111,101); }
td.TdClassName
{
border-color: #656F65;
}
.TagClassName
{
border-color: #656F65;
}
</style>