Shades of Finlandia #5F755F
Tints of Finlandia #5F755F
RGB
CMYK
RGB Variations
Color information
#5F755F (or 0x5F755F) is known color: Finlandia. HEX triplet: 5F, 75 and 5F. RGB value is (95,117,95). Sum of RGB (Red+Green+Blue) = 95+117+95=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #5F755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F755F is #A08AA0. Grayscale: #6B6B6B. Windows color (decimal): -10521249 or 6255967. OLE color: 6255967.
HSL color Cylindrical-coordinate representation of color #5F755F: hue angle of 120º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F755F is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 95 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.54 |
| HSL | 120º | 0.1% | 0.42% | - |
| HSV(B) | 120º | 0.19% | 0.46% | - |
| XYZ | 13.15 | 15.98 | 13.22 | - |
| YUV | 107.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 95 | 0.19 | 0 | 0.19 | 0.54 | 120 | 0.1 | 0.42 |
| Hex | 5F | 75 | 5F | 13 | 0 | 13 | 36 | 78 | A | 2A |
| Octal | 137 | 165 | 137 | 23 | 0 | 23 | 66 | 170 | 12 | 52 |
| Binary | 1011111 | 1110101 | 1011111 | 10011 | 0 | 10011 | 110110 | 1111000 | 1010 | 101010 |
Color Harmonies of #5F755F
Complementary color
Monochromatic Colors of #5F755F
Black with #5F755F
Text Example
Text Example
White with #5F755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F755F; }
p { color: rgb(95,117,95); }
H1.HeaderClassName
{
color: #5F755F;
}
.AnyTagClassName
{
color: #5F755F;
}
</style>
background-color css
<style>
a { background-color: #5F755F; }
a { background-color: rgb(95,117,95); }
div.DivClassName
{
background-color: #5F755F;
}
.BgClassName
{
background-color: #5F755F;
}
</style>
border-color css
<style>
span { border-color: #5F755F; }
span { border-color: rgb(95,117,95); }
td.TdClassName
{
border-color: #5F755F;
}
.TagClassName
{
border-color: #5F755F;
}
</style>