Shades of Finlandia #5F705C
Tints of Finlandia #5F705C
RGB
CMYK
RGB Variations
Color information
#5F705C (or 0x5F705C) is known color: Finlandia. HEX triplet: 5F, 70 and 5C. RGB value is (95,112,92). Sum of RGB (Red+Green+Blue) = 95+112+92=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #5F705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F705C is #A08FA3. Grayscale: #686868. Windows color (decimal): -10522532 or 6058079. OLE color: 6058079.
HSL color Cylindrical-coordinate representation of color #5F705C: hue angle of 111º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F705C is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 92 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.56 |
| HSL | 111º | 0.1% | 0.4% | - |
| HSV(B) | 111º | 0.18% | 0.44% | - |
| XYZ | 12.45 | 14.79 | 12.32 | - |
| YUV | 104.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 92 | 0.15 | 0 | 0.18 | 0.56 | 111 | 0.1 | 0.4 |
| Hex | 5F | 70 | 5C | F | 0 | 12 | 38 | 6F | A | 28 |
| Octal | 137 | 160 | 134 | 17 | 0 | 22 | 70 | 157 | 12 | 50 |
| Binary | 1011111 | 1110000 | 1011100 | 1111 | 0 | 10010 | 111000 | 1101111 | 1010 | 101000 |
Color Harmonies of #5F705C
Complementary color
Monochromatic Colors of #5F705C
Black with #5F705C
Text Example
Text Example
White with #5F705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F705C; }
p { color: rgb(95,112,92); }
H1.HeaderClassName
{
color: #5F705C;
}
.AnyTagClassName
{
color: #5F705C;
}
</style>
background-color css
<style>
a { background-color: #5F705C; }
a { background-color: rgb(95,112,92); }
div.DivClassName
{
background-color: #5F705C;
}
.BgClassName
{
background-color: #5F705C;
}
</style>
border-color css
<style>
span { border-color: #5F705C; }
span { border-color: rgb(95,112,92); }
td.TdClassName
{
border-color: #5F705C;
}
.TagClassName
{
border-color: #5F705C;
}
</style>