Shades of Finlandia #5F745D
Tints of Finlandia #5F745D
RGB
CMYK
RGB Variations
Color information
#5F745D (or 0x5F745D) is known color: Finlandia. HEX triplet: 5F, 74 and 5D. RGB value is (95,116,93). Sum of RGB (Red+Green+Blue) = 95+116+93=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #5F745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F745D is #A08BA2. Grayscale: #6B6B6B. Windows color (decimal): -10521507 or 6124639. OLE color: 6124639.
HSL color Cylindrical-coordinate representation of color #5F745D: hue angle of 114.78º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F745D is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 116 | 93 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.55 |
| HSL | 114.78º | 0.11% | 0.41% | - |
| HSV(B) | 114.78º | 0.2% | 0.45% | - |
| XYZ | 12.94 | 15.71 | 12.71 | - |
| YUV | 107.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 116 | 93 | 0.18 | 0 | 0.20 | 0.55 | 114.78 | 0.11 | 0.41 |
| Hex | 5F | 74 | 5D | 12 | 0 | 14 | 37 | 73 | B | 29 |
| Octal | 137 | 164 | 135 | 22 | 0 | 24 | 67 | 163 | 13 | 51 |
| Binary | 1011111 | 1110100 | 1011101 | 10010 | 0 | 10100 | 110111 | 1110011 | 1011 | 101001 |
Color Harmonies of #5F745D
Complementary color
Monochromatic Colors of #5F745D
Black with #5F745D
Text Example
Text Example
White with #5F745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F745D; }
p { color: rgb(95,116,93); }
H1.HeaderClassName
{
color: #5F745D;
}
.AnyTagClassName
{
color: #5F745D;
}
</style>
background-color css
<style>
a { background-color: #5F745D; }
a { background-color: rgb(95,116,93); }
div.DivClassName
{
background-color: #5F745D;
}
.BgClassName
{
background-color: #5F745D;
}
</style>
border-color css
<style>
span { border-color: #5F745D; }
span { border-color: rgb(95,116,93); }
td.TdClassName
{
border-color: #5F745D;
}
.TagClassName
{
border-color: #5F745D;
}
</style>