Shades of Finlandia #5E7859
Tints of Finlandia #5E7859
RGB
CMYK
RGB Variations
Color information
#5E7859 (or 0x5E7859) is known color: Finlandia. HEX triplet: 5E, 78 and 59. RGB value is (94,120,89). Sum of RGB (Red+Green+Blue) = 94+120+89=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7859 is #A187A6. Grayscale: #6C6C6C. Windows color (decimal): -10586023 or 5863518. OLE color: 5863518.
HSL color Cylindrical-coordinate representation of color #5E7859: hue angle of 110.32º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E7859 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 89 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.53 |
| HSL | 110.32º | 0.15% | 0.41% | - |
| HSV(B) | 110.32º | 0.26% | 0.47% | - |
| XYZ | 13.14 | 16.53 | 11.95 | - |
| YUV | 108.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 89 | 0.22 | 0 | 0.26 | 0.53 | 110.32 | 0.15 | 0.41 |
| Hex | 5E | 78 | 59 | 16 | 0 | 1A | 35 | 6E | F | 29 |
| Octal | 136 | 170 | 131 | 26 | 0 | 32 | 65 | 156 | 17 | 51 |
| Binary | 1011110 | 1111000 | 1011001 | 10110 | 0 | 11010 | 110101 | 1101110 | 1111 | 101001 |
Color Harmonies of #5E7859
Complementary color
Monochromatic Colors of #5E7859
Black with #5E7859
Text Example
Text Example
White with #5E7859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7859; }
p { color: rgb(94,120,89); }
H1.HeaderClassName
{
color: #5E7859;
}
.AnyTagClassName
{
color: #5E7859;
}
</style>
background-color css
<style>
a { background-color: #5E7859; }
a { background-color: rgb(94,120,89); }
div.DivClassName
{
background-color: #5E7859;
}
.BgClassName
{
background-color: #5E7859;
}
</style>
border-color css
<style>
span { border-color: #5E7859; }
span { border-color: rgb(94,120,89); }
td.TdClassName
{
border-color: #5E7859;
}
.TagClassName
{
border-color: #5E7859;
}
</style>