Shades of Finlandia #60745C
Tints of Finlandia #60745C
RGB
CMYK
RGB Variations
Color information
#60745C (or 0x60745C) is known color: Finlandia. HEX triplet: 60, 74 and 5C. RGB value is (96,116,92). Sum of RGB (Red+Green+Blue) = 96+116+92=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #60745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60745C is #9F8BA3. Grayscale: #6B6B6B. Windows color (decimal): -10455972 or 6059104. OLE color: 6059104.
HSL color Cylindrical-coordinate representation of color #60745C: hue angle of 110º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60745C is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 92 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.55 |
| HSL | 110º | 0.12% | 0.41% | - |
| HSV(B) | 110º | 0.21% | 0.45% | - |
| XYZ | 13 | 15.75 | 12.48 | - |
| YUV | 107.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 92 | 0.17 | 0 | 0.21 | 0.55 | 110 | 0.12 | 0.41 |
| Hex | 60 | 74 | 5C | 11 | 0 | 15 | 37 | 6E | C | 29 |
| Octal | 140 | 164 | 134 | 21 | 0 | 25 | 67 | 156 | 14 | 51 |
| Binary | 1100000 | 1110100 | 1011100 | 10001 | 0 | 10101 | 110111 | 1101110 | 1100 | 101001 |
Color Harmonies of #60745C
Complementary color
Monochromatic Colors of #60745C
Black with #60745C
Text Example
Text Example
White with #60745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60745C; }
p { color: rgb(96,116,92); }
H1.HeaderClassName
{
color: #60745C;
}
.AnyTagClassName
{
color: #60745C;
}
</style>
background-color css
<style>
a { background-color: #60745C; }
a { background-color: rgb(96,116,92); }
div.DivClassName
{
background-color: #60745C;
}
.BgClassName
{
background-color: #60745C;
}
</style>
border-color css
<style>
span { border-color: #60745C; }
span { border-color: rgb(96,116,92); }
td.TdClassName
{
border-color: #60745C;
}
.TagClassName
{
border-color: #60745C;
}
</style>