Shades of Finlandia #60715F
Tints of Finlandia #60715F
RGB
CMYK
RGB Variations
Color information
#60715F (or 0x60715F) is known color: Finlandia. HEX triplet: 60, 71 and 5F. RGB value is (96,113,95). Sum of RGB (Red+Green+Blue) = 96+113+95=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #60715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60715F is #9F8EA0. Grayscale: #696969. Windows color (decimal): -10456737 or 6254944. OLE color: 6254944.
HSL color Cylindrical-coordinate representation of color #60715F: hue angle of 116.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #60715F is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 95 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.56 |
| HSL | 116.67º | 0.09% | 0.41% | - |
| HSV(B) | 116.67º | 0.16% | 0.44% | - |
| XYZ | 12.79 | 15.12 | 13.07 | - |
| YUV | 105.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 95 | 0.15 | 0 | 0.16 | 0.56 | 116.67 | 0.09 | 0.41 |
| Hex | 60 | 71 | 5F | F | 0 | 10 | 38 | 75 | 9 | 29 |
| Octal | 140 | 161 | 137 | 17 | 0 | 20 | 70 | 165 | 11 | 51 |
| Binary | 1100000 | 1110001 | 1011111 | 1111 | 0 | 10000 | 111000 | 1110101 | 1001 | 101001 |
Color Harmonies of #60715F
Complementary color
Monochromatic Colors of #60715F
Black with #60715F
Text Example
Text Example
White with #60715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60715F; }
p { color: rgb(96,113,95); }
H1.HeaderClassName
{
color: #60715F;
}
.AnyTagClassName
{
color: #60715F;
}
</style>
background-color css
<style>
a { background-color: #60715F; }
a { background-color: rgb(96,113,95); }
div.DivClassName
{
background-color: #60715F;
}
.BgClassName
{
background-color: #60715F;
}
</style>
border-color css
<style>
span { border-color: #60715F; }
span { border-color: rgb(96,113,95); }
td.TdClassName
{
border-color: #60715F;
}
.TagClassName
{
border-color: #60715F;
}
</style>