Shades of Finlandia #657265
Tints of Finlandia #657265
RGB
CMYK
RGB Variations
Color information
#657265 (or 0x657265) is known color: Finlandia. HEX triplet: 65, 72 and 65. RGB value is (101,114,101). Sum of RGB (Red+Green+Blue) = 101+114+101=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #657265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657265 is #9A8D9A. Grayscale: #6C6C6C. Windows color (decimal): -10128795 or 6648421. OLE color: 6648421.
HSL color Cylindrical-coordinate representation of color #657265: hue angle of 120º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #657265 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
RGB | 101 | 114 | 101 | - |
CMYK | 0.11 | 0 | 0.11 | 0.55 |
HSL | 120º | 0.06% | 0.42% | - |
HSV(B) | 120º | 0.11% | 0.45% | - |
XYZ | 13.73 | 15.74 | 14.63 | - |
YUV | 108.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 101 | 114 | 101 | 0.11 | 0 | 0.11 | 0.55 | 120 | 0.06 | 0.42 |
Hex | 65 | 72 | 65 | B | 0 | B | 37 | 78 | 6 | 2A |
Octal | 145 | 162 | 145 | 13 | 0 | 13 | 67 | 170 | 6 | 52 |
Binary | 1100101 | 1110010 | 1100101 | 1011 | 0 | 1011 | 110111 | 1111000 | 110 | 101010 |
Color Harmonies of #657265
Complementary color
Monochromatic Colors of #657265
Black with #657265
Text Example
Text Example
White with #657265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657265; }
p { color: rgb(101,114,101); }
H1.HeaderClassName
{
color: #657265;
}
.AnyTagClassName
{
color: #657265;
}
</style>
background-color css
<style>
a { background-color: #657265; }
a { background-color: rgb(101,114,101); }
div.DivClassName
{
background-color: #657265;
}
.BgClassName
{
background-color: #657265;
}
</style>
border-color css
<style>
span { border-color: #657265; }
span { border-color: rgb(101,114,101); }
td.TdClassName
{
border-color: #657265;
}
.TagClassName
{
border-color: #657265;
}
</style>