Shades of Finlandia #5F735B
Tints of Finlandia #5F735B
RGB
CMYK
RGB Variations
Color information
#5F735B (or 0x5F735B) is known color: Finlandia. HEX triplet: 5F, 73 and 5B. RGB value is (95,115,91). Sum of RGB (Red+Green+Blue) = 95+115+91=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #5F735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F735B is #A08CA4. Grayscale: #6A6A6A. Windows color (decimal): -10521765 or 5993311. OLE color: 5993311.
HSL color Cylindrical-coordinate representation of color #5F735B: hue angle of 110º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F735B is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 115 | 91 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.55 |
| HSL | 110º | 0.12% | 0.4% | - |
| HSV(B) | 110º | 0.21% | 0.45% | - |
| XYZ | 12.74 | 15.45 | 12.21 | - |
| YUV | 106.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 91 | 0.17 | 0 | 0.21 | 0.55 | 110 | 0.12 | 0.4 |
| Hex | 5F | 73 | 5B | 11 | 0 | 15 | 37 | 6E | C | 28 |
| Octal | 137 | 163 | 133 | 21 | 0 | 25 | 67 | 156 | 14 | 50 |
| Binary | 1011111 | 1110011 | 1011011 | 10001 | 0 | 10101 | 110111 | 1101110 | 1100 | 101000 |
Color Harmonies of #5F735B
Complementary color
Monochromatic Colors of #5F735B
Black with #5F735B
Text Example
Text Example
White with #5F735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F735B; }
p { color: rgb(95,115,91); }
H1.HeaderClassName
{
color: #5F735B;
}
.AnyTagClassName
{
color: #5F735B;
}
</style>
background-color css
<style>
a { background-color: #5F735B; }
a { background-color: rgb(95,115,91); }
div.DivClassName
{
background-color: #5F735B;
}
.BgClassName
{
background-color: #5F735B;
}
</style>
border-color css
<style>
span { border-color: #5F735B; }
span { border-color: rgb(95,115,91); }
td.TdClassName
{
border-color: #5F735B;
}
.TagClassName
{
border-color: #5F735B;
}
</style>