Shades of Finlandia #5F7458
Tints of Finlandia #5F7458
RGB
CMYK
RGB Variations
Color information
#5F7458 (or 0x5F7458) is known color: Finlandia. HEX triplet: 5F, 74 and 58. RGB value is (95,116,88). Sum of RGB (Red+Green+Blue) = 95+116+88=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7458 is #A08BA7. Grayscale: #6A6A6A. Windows color (decimal): -10521512 or 5796959. OLE color: 5796959.
HSL color Cylindrical-coordinate representation of color #5F7458: hue angle of 105º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F7458 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 116 | 88 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.55 |
| HSL | 105º | 0.14% | 0.4% | - |
| HSV(B) | 105º | 0.24% | 0.45% | - |
| XYZ | 12.73 | 15.63 | 11.58 | - |
| YUV | 106.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 116 | 88 | 0.18 | 0 | 0.24 | 0.55 | 105 | 0.14 | 0.4 |
| Hex | 5F | 74 | 58 | 12 | 0 | 18 | 37 | 69 | E | 28 |
| Octal | 137 | 164 | 130 | 22 | 0 | 30 | 67 | 151 | 16 | 50 |
| Binary | 1011111 | 1110100 | 1011000 | 10010 | 0 | 11000 | 110111 | 1101001 | 1110 | 101000 |
Color Harmonies of #5F7458
Complementary color
Monochromatic Colors of #5F7458
Black with #5F7458
Text Example
Text Example
White with #5F7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7458; }
p { color: rgb(95,116,88); }
H1.HeaderClassName
{
color: #5F7458;
}
.AnyTagClassName
{
color: #5F7458;
}
</style>
background-color css
<style>
a { background-color: #5F7458; }
a { background-color: rgb(95,116,88); }
div.DivClassName
{
background-color: #5F7458;
}
.BgClassName
{
background-color: #5F7458;
}
</style>
border-color css
<style>
span { border-color: #5F7458; }
span { border-color: rgb(95,116,88); }
td.TdClassName
{
border-color: #5F7458;
}
.TagClassName
{
border-color: #5F7458;
}
</style>