Shades of Finlandia #5F795D
Tints of Finlandia #5F795D
RGB
CMYK
RGB Variations
Color information
#5F795D (or 0x5F795D) is known color: Finlandia. HEX triplet: 5F, 79 and 5D. RGB value is (95,121,93). Sum of RGB (Red+Green+Blue) = 95+121+93=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #5F795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F795D is #A086A2. Grayscale: #6E6E6E. Windows color (decimal): -10520227 or 6125919. OLE color: 6125919.
HSL color Cylindrical-coordinate representation of color #5F795D: hue angle of 115.71º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F795D is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 93 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.53 |
| HSL | 115.71º | 0.13% | 0.42% | - |
| HSV(B) | 115.71º | 0.23% | 0.47% | - |
| XYZ | 13.53 | 16.9 | 12.9 | - |
| YUV | 110.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 93 | 0.21 | 0 | 0.23 | 0.53 | 115.71 | 0.13 | 0.42 |
| Hex | 5F | 79 | 5D | 15 | 0 | 17 | 35 | 74 | D | 2A |
| Octal | 137 | 171 | 135 | 25 | 0 | 27 | 65 | 164 | 15 | 52 |
| Binary | 1011111 | 1111001 | 1011101 | 10101 | 0 | 10111 | 110101 | 1110100 | 1101 | 101010 |
Color Harmonies of #5F795D
Complementary color
Monochromatic Colors of #5F795D
Black with #5F795D
Text Example
Text Example
White with #5F795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F795D; }
p { color: rgb(95,121,93); }
H1.HeaderClassName
{
color: #5F795D;
}
.AnyTagClassName
{
color: #5F795D;
}
</style>
background-color css
<style>
a { background-color: #5F795D; }
a { background-color: rgb(95,121,93); }
div.DivClassName
{
background-color: #5F795D;
}
.BgClassName
{
background-color: #5F795D;
}
</style>
border-color css
<style>
span { border-color: #5F795D; }
span { border-color: rgb(95,121,93); }
td.TdClassName
{
border-color: #5F795D;
}
.TagClassName
{
border-color: #5F795D;
}
</style>