Shades of Finlandia #5F785B
Tints of Finlandia #5F785B
RGB
CMYK
RGB Variations
Color information
#5F785B (or 0x5F785B) is known color: Finlandia. HEX triplet: 5F, 78 and 5B. RGB value is (95,120,91). Sum of RGB (Red+Green+Blue) = 95+120+91=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #5F785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F785B is #A087A4. Grayscale: #6D6D6D. Windows color (decimal): -10520485 or 5994591. OLE color: 5994591.
HSL color Cylindrical-coordinate representation of color #5F785B: hue angle of 111.72º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F785B is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 120 | 91 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.53 |
| HSL | 111.72º | 0.14% | 0.41% | - |
| HSV(B) | 111.72º | 0.24% | 0.47% | - |
| XYZ | 13.32 | 16.62 | 12.4 | - |
| YUV | 109.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 91 | 0.21 | 0 | 0.24 | 0.53 | 111.72 | 0.14 | 0.41 |
| Hex | 5F | 78 | 5B | 15 | 0 | 18 | 35 | 70 | E | 29 |
| Octal | 137 | 170 | 133 | 25 | 0 | 30 | 65 | 160 | 16 | 51 |
| Binary | 1011111 | 1111000 | 1011011 | 10101 | 0 | 11000 | 110101 | 1110000 | 1110 | 101001 |
Color Harmonies of #5F785B
Complementary color
Monochromatic Colors of #5F785B
Black with #5F785B
Text Example
Text Example
White with #5F785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F785B; }
p { color: rgb(95,120,91); }
H1.HeaderClassName
{
color: #5F785B;
}
.AnyTagClassName
{
color: #5F785B;
}
</style>
background-color css
<style>
a { background-color: #5F785B; }
a { background-color: rgb(95,120,91); }
div.DivClassName
{
background-color: #5F785B;
}
.BgClassName
{
background-color: #5F785B;
}
</style>
border-color css
<style>
span { border-color: #5F785B; }
span { border-color: rgb(95,120,91); }
td.TdClassName
{
border-color: #5F785B;
}
.TagClassName
{
border-color: #5F785B;
}
</style>