Shades of Finlandia #60705C
Tints of Finlandia #60705C
RGB
CMYK
RGB Variations
Color information
#60705C (or 0x60705C) is known color: Finlandia. HEX triplet: 60, 70 and 5C. RGB value is (96,112,92). Sum of RGB (Red+Green+Blue) = 96+112+92=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #60705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60705C is #9F8FA3. Grayscale: #696969. Windows color (decimal): -10456996 or 6058080. OLE color: 6058080.
HSL color Cylindrical-coordinate representation of color #60705C: hue angle of 108º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60705C is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 112 | 92 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.56 |
| HSL | 108º | 0.1% | 0.4% | - |
| HSV(B) | 108º | 0.18% | 0.44% | - |
| XYZ | 12.55 | 14.85 | 12.33 | - |
| YUV | 104.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 92 | 0.14 | 0 | 0.18 | 0.56 | 108 | 0.1 | 0.4 |
| Hex | 60 | 70 | 5C | E | 0 | 12 | 38 | 6C | A | 28 |
| Octal | 140 | 160 | 134 | 16 | 0 | 22 | 70 | 154 | 12 | 50 |
| Binary | 1100000 | 1110000 | 1011100 | 1110 | 0 | 10010 | 111000 | 1101100 | 1010 | 101000 |
Color Harmonies of #60705C
Complementary color
Monochromatic Colors of #60705C
Black with #60705C
Text Example
Text Example
White with #60705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60705C; }
p { color: rgb(96,112,92); }
H1.HeaderClassName
{
color: #60705C;
}
.AnyTagClassName
{
color: #60705C;
}
</style>
background-color css
<style>
a { background-color: #60705C; }
a { background-color: rgb(96,112,92); }
div.DivClassName
{
background-color: #60705C;
}
.BgClassName
{
background-color: #60705C;
}
</style>
border-color css
<style>
span { border-color: #60705C; }
span { border-color: rgb(96,112,92); }
td.TdClassName
{
border-color: #60705C;
}
.TagClassName
{
border-color: #60705C;
}
</style>