Shades of Finlandia #5F775D
Tints of Finlandia #5F775D
RGB
CMYK
RGB Variations
Color information
#5F775D (or 0x5F775D) is known color: Finlandia. HEX triplet: 5F, 77 and 5D. RGB value is (95,119,93). Sum of RGB (Red+Green+Blue) = 95+119+93=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #5F775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F775D is #A088A2. Grayscale: #6C6C6C. Windows color (decimal): -10520739 or 6125407. OLE color: 6125407.
HSL color Cylindrical-coordinate representation of color #5F775D: hue angle of 115.38º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F775D is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 93 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.53 |
| HSL | 115.38º | 0.12% | 0.42% | - |
| HSV(B) | 115.38º | 0.22% | 0.47% | - |
| XYZ | 13.29 | 16.42 | 12.82 | - |
| YUV | 108.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 93 | 0.20 | 0 | 0.22 | 0.53 | 115.38 | 0.12 | 0.42 |
| Hex | 5F | 77 | 5D | 14 | 0 | 16 | 35 | 73 | C | 2A |
| Octal | 137 | 167 | 135 | 24 | 0 | 26 | 65 | 163 | 14 | 52 |
| Binary | 1011111 | 1110111 | 1011101 | 10100 | 0 | 10110 | 110101 | 1110011 | 1100 | 101010 |
Color Harmonies of #5F775D
Complementary color
Monochromatic Colors of #5F775D
Black with #5F775D
Text Example
Text Example
White with #5F775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F775D; }
p { color: rgb(95,119,93); }
H1.HeaderClassName
{
color: #5F775D;
}
.AnyTagClassName
{
color: #5F775D;
}
</style>
background-color css
<style>
a { background-color: #5F775D; }
a { background-color: rgb(95,119,93); }
div.DivClassName
{
background-color: #5F775D;
}
.BgClassName
{
background-color: #5F775D;
}
</style>
border-color css
<style>
span { border-color: #5F775D; }
span { border-color: rgb(95,119,93); }
td.TdClassName
{
border-color: #5F775D;
}
.TagClassName
{
border-color: #5F775D;
}
</style>