Shades of Finlandia #61705C
Tints of Finlandia #61705C
RGB
CMYK
RGB Variations
Color information
#61705C (or 0x61705C) is known color: Finlandia. HEX triplet: 61, 70 and 5C. RGB value is (97,112,92). Sum of RGB (Red+Green+Blue) = 97+112+92=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #61705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61705C is #9E8FA3. Grayscale: #696969. Windows color (decimal): -10391460 or 6058081. OLE color: 6058081.
HSL color Cylindrical-coordinate representation of color #61705C: hue angle of 105º 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 #61705C is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 112 | 92 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.56 |
| HSL | 105º | 0.1% | 0.4% | - |
| HSV(B) | 105º | 0.18% | 0.44% | - |
| XYZ | 12.66 | 14.9 | 12.33 | - |
| YUV | 105.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 92 | 0.13 | 0 | 0.18 | 0.56 | 105 | 0.1 | 0.4 |
| Hex | 61 | 70 | 5C | D | 0 | 12 | 38 | 69 | A | 28 |
| Octal | 141 | 160 | 134 | 15 | 0 | 22 | 70 | 151 | 12 | 50 |
| Binary | 1100001 | 1110000 | 1011100 | 1101 | 0 | 10010 | 111000 | 1101001 | 1010 | 101000 |
Color Harmonies of #61705C
Complementary color
Monochromatic Colors of #61705C
Black with #61705C
Text Example
Text Example
White with #61705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61705C; }
p { color: rgb(97,112,92); }
H1.HeaderClassName
{
color: #61705C;
}
.AnyTagClassName
{
color: #61705C;
}
</style>
background-color css
<style>
a { background-color: #61705C; }
a { background-color: rgb(97,112,92); }
div.DivClassName
{
background-color: #61705C;
}
.BgClassName
{
background-color: #61705C;
}
</style>
border-color css
<style>
span { border-color: #61705C; }
span { border-color: rgb(97,112,92); }
td.TdClassName
{
border-color: #61705C;
}
.TagClassName
{
border-color: #61705C;
}
</style>