Shades of Finlandia #5F785F
Tints of Finlandia #5F785F
RGB
CMYK
RGB Variations
Color information
#5F785F (or 0x5F785F) is known color: Finlandia. HEX triplet: 5F, 78 and 5F. RGB value is (95,120,95). Sum of RGB (Red+Green+Blue) = 95+120+95=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #5F785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F785F is #A087A0. Grayscale: #6D6D6D. Windows color (decimal): -10520481 or 6256735. OLE color: 6256735.
HSL color Cylindrical-coordinate representation of color #5F785F: hue angle of 120º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F785F is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 120 | 95 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.53 |
| HSL | 120º | 0.12% | 0.42% | - |
| HSV(B) | 120º | 0.21% | 0.47% | - |
| XYZ | 13.5 | 16.69 | 13.34 | - |
| YUV | 109.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 95 | 0.21 | 0 | 0.21 | 0.53 | 120 | 0.12 | 0.42 |
| Hex | 5F | 78 | 5F | 15 | 0 | 15 | 35 | 78 | C | 2A |
| Octal | 137 | 170 | 137 | 25 | 0 | 25 | 65 | 170 | 14 | 52 |
| Binary | 1011111 | 1111000 | 1011111 | 10101 | 0 | 10101 | 110101 | 1111000 | 1100 | 101010 |
Color Harmonies of #5F785F
Complementary color
Monochromatic Colors of #5F785F
Black with #5F785F
Text Example
Text Example
White with #5F785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F785F; }
p { color: rgb(95,120,95); }
H1.HeaderClassName
{
color: #5F785F;
}
.AnyTagClassName
{
color: #5F785F;
}
</style>
background-color css
<style>
a { background-color: #5F785F; }
a { background-color: rgb(95,120,95); }
div.DivClassName
{
background-color: #5F785F;
}
.BgClassName
{
background-color: #5F785F;
}
</style>
border-color css
<style>
span { border-color: #5F785F; }
span { border-color: rgb(95,120,95); }
td.TdClassName
{
border-color: #5F785F;
}
.TagClassName
{
border-color: #5F785F;
}
</style>