Shades of Finlandia #5E7656
Tints of Finlandia #5E7656
RGB
CMYK
RGB Variations
Color information
#5E7656 (or 0x5E7656) is known color: Finlandia. HEX triplet: 5E, 76 and 56. RGB value is (94,118,86). Sum of RGB (Red+Green+Blue) = 94+118+86=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7656 is #A189A9. Grayscale: #6B6B6B. Windows color (decimal): -10586538 or 5666398. OLE color: 5666398.
HSL color Cylindrical-coordinate representation of color #5E7656: hue angle of 105º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E7656 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 86 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.54 |
| HSL | 105º | 0.16% | 0.4% | - |
| HSV(B) | 105º | 0.27% | 0.46% | - |
| XYZ | 12.77 | 16.01 | 11.22 | - |
| YUV | 107.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 86 | 0.20 | 0 | 0.27 | 0.54 | 105 | 0.16 | 0.4 |
| Hex | 5E | 76 | 56 | 14 | 0 | 1B | 36 | 69 | 10 | 28 |
| Octal | 136 | 166 | 126 | 24 | 0 | 33 | 66 | 151 | 20 | 50 |
| Binary | 1011110 | 1110110 | 1010110 | 10100 | 0 | 11011 | 110110 | 1101001 | 10000 | 101000 |
Color Harmonies of #5E7656
Complementary color
Monochromatic Colors of #5E7656
Black with #5E7656
Text Example
Text Example
White with #5E7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7656; }
p { color: rgb(94,118,86); }
H1.HeaderClassName
{
color: #5E7656;
}
.AnyTagClassName
{
color: #5E7656;
}
</style>
background-color css
<style>
a { background-color: #5E7656; }
a { background-color: rgb(94,118,86); }
div.DivClassName
{
background-color: #5E7656;
}
.BgClassName
{
background-color: #5E7656;
}
</style>
border-color css
<style>
span { border-color: #5E7656; }
span { border-color: rgb(94,118,86); }
td.TdClassName
{
border-color: #5E7656;
}
.TagClassName
{
border-color: #5E7656;
}
</style>