Shades of Finlandia #5F7557
Tints of Finlandia #5F7557
RGB
CMYK
RGB Variations
Color information
#5F7557 (or 0x5F7557) is known color: Finlandia. HEX triplet: 5F, 75 and 57. RGB value is (95,117,87). Sum of RGB (Red+Green+Blue) = 95+117+87=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7557 is #A08AA8. Grayscale: #6B6B6B. Windows color (decimal): -10521257 or 5731679. OLE color: 5731679.
HSL color Cylindrical-coordinate representation of color #5F7557: hue angle of 104º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F7557 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 87 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.54 |
| HSL | 104º | 0.15% | 0.4% | - |
| HSV(B) | 104º | 0.26% | 0.46% | - |
| XYZ | 12.8 | 15.84 | 11.4 | - |
| YUV | 107 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 87 | 0.19 | 0 | 0.26 | 0.54 | 104 | 0.15 | 0.4 |
| Hex | 5F | 75 | 57 | 13 | 0 | 1A | 36 | 68 | F | 28 |
| Octal | 137 | 165 | 127 | 23 | 0 | 32 | 66 | 150 | 17 | 50 |
| Binary | 1011111 | 1110101 | 1010111 | 10011 | 0 | 11010 | 110110 | 1101000 | 1111 | 101000 |
Color Harmonies of #5F7557
Complementary color
Monochromatic Colors of #5F7557
Black with #5F7557
Text Example
Text Example
White with #5F7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7557; }
p { color: rgb(95,117,87); }
H1.HeaderClassName
{
color: #5F7557;
}
.AnyTagClassName
{
color: #5F7557;
}
</style>
background-color css
<style>
a { background-color: #5F7557; }
a { background-color: rgb(95,117,87); }
div.DivClassName
{
background-color: #5F7557;
}
.BgClassName
{
background-color: #5F7557;
}
</style>
border-color css
<style>
span { border-color: #5F7557; }
span { border-color: rgb(95,117,87); }
td.TdClassName
{
border-color: #5F7557;
}
.TagClassName
{
border-color: #5F7557;
}
</style>