Shades of Finlandia #5F775F
Tints of Finlandia #5F775F
RGB
CMYK
RGB Variations
Color information
#5F775F (or 0x5F775F) is known color: Finlandia. HEX triplet: 5F, 77 and 5F. RGB value is (95,119,95). Sum of RGB (Red+Green+Blue) = 95+119+95=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #5F775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F775F is #A088A0. Grayscale: #6D6D6D. Windows color (decimal): -10520737 or 6256479. OLE color: 6256479.
HSL color Cylindrical-coordinate representation of color #5F775F: hue angle of 120º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F775F is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 95 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.53 |
| HSL | 120º | 0.11% | 0.42% | - |
| HSV(B) | 120º | 0.2% | 0.47% | - |
| XYZ | 13.38 | 16.45 | 13.3 | - |
| YUV | 109.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 95 | 0.20 | 0 | 0.20 | 0.53 | 120 | 0.11 | 0.42 |
| Hex | 5F | 77 | 5F | 14 | 0 | 14 | 35 | 78 | B | 2A |
| Octal | 137 | 167 | 137 | 24 | 0 | 24 | 65 | 170 | 13 | 52 |
| Binary | 1011111 | 1110111 | 1011111 | 10100 | 0 | 10100 | 110101 | 1111000 | 1011 | 101010 |
Color Harmonies of #5F775F
Complementary color
Monochromatic Colors of #5F775F
Black with #5F775F
Text Example
Text Example
White with #5F775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F775F; }
p { color: rgb(95,119,95); }
H1.HeaderClassName
{
color: #5F775F;
}
.AnyTagClassName
{
color: #5F775F;
}
</style>
background-color css
<style>
a { background-color: #5F775F; }
a { background-color: rgb(95,119,95); }
div.DivClassName
{
background-color: #5F775F;
}
.BgClassName
{
background-color: #5F775F;
}
</style>
border-color css
<style>
span { border-color: #5F775F; }
span { border-color: rgb(95,119,95); }
td.TdClassName
{
border-color: #5F775F;
}
.TagClassName
{
border-color: #5F775F;
}
</style>