Shades of Finlandia #5F7956
Tints of Finlandia #5F7956
RGB
CMYK
RGB Variations
Color information
#5F7956 (or 0x5F7956) is known color: Finlandia. HEX triplet: 5F, 79 and 56. RGB value is (95,121,86). Sum of RGB (Red+Green+Blue) = 95+121+86=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #5F7956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7956 is #A086A9. Grayscale: #6D6D6D. Windows color (decimal): -10520234 or 5667167. OLE color: 5667167.
HSL color Cylindrical-coordinate representation of color #5F7956: hue angle of 104.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F7956 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 86 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.53 |
| HSL | 104.57º | 0.17% | 0.41% | - |
| HSV(B) | 104.57º | 0.29% | 0.47% | - |
| XYZ | 13.24 | 16.78 | 11.35 | - |
| YUV | 109.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 86 | 0.21 | 0 | 0.29 | 0.53 | 104.57 | 0.17 | 0.41 |
| Hex | 5F | 79 | 56 | 15 | 0 | 1D | 35 | 69 | 11 | 29 |
| Octal | 137 | 171 | 126 | 25 | 0 | 35 | 65 | 151 | 21 | 51 |
| Binary | 1011111 | 1111001 | 1010110 | 10101 | 0 | 11101 | 110101 | 1101001 | 10001 | 101001 |
Color Harmonies of #5F7956
Complementary color
Monochromatic Colors of #5F7956
Black with #5F7956
Text Example
Text Example
White with #5F7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7956; }
p { color: rgb(95,121,86); }
H1.HeaderClassName
{
color: #5F7956;
}
.AnyTagClassName
{
color: #5F7956;
}
</style>
background-color css
<style>
a { background-color: #5F7956; }
a { background-color: rgb(95,121,86); }
div.DivClassName
{
background-color: #5F7956;
}
.BgClassName
{
background-color: #5F7956;
}
</style>
border-color css
<style>
span { border-color: #5F7956; }
span { border-color: rgb(95,121,86); }
td.TdClassName
{
border-color: #5F7956;
}
.TagClassName
{
border-color: #5F7956;
}
</style>