Shades of Finlandia #61715C
Tints of Finlandia #61715C
RGB
CMYK
RGB Variations
Color information
#61715C (or 0x61715C) is known color: Finlandia. HEX triplet: 61, 71 and 5C. RGB value is (97,113,92). Sum of RGB (Red+Green+Blue) = 97+113+92=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #61715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61715C is #9E8EA3. Grayscale: #696969. Windows color (decimal): -10391204 or 6058337. OLE color: 6058337.
HSL color Cylindrical-coordinate representation of color #61715C: hue angle of 105.71º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61715C is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 113 | 92 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.56 |
| HSL | 105.71º | 0.1% | 0.4% | - |
| HSV(B) | 105.71º | 0.19% | 0.44% | - |
| XYZ | 12.77 | 15.12 | 12.37 | - |
| YUV | 105.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 92 | 0.14 | 0 | 0.19 | 0.56 | 105.71 | 0.1 | 0.4 |
| Hex | 61 | 71 | 5C | E | 0 | 13 | 38 | 6A | A | 28 |
| Octal | 141 | 161 | 134 | 16 | 0 | 23 | 70 | 152 | 12 | 50 |
| Binary | 1100001 | 1110001 | 1011100 | 1110 | 0 | 10011 | 111000 | 1101010 | 1010 | 101000 |
Color Harmonies of #61715C
Complementary color
Monochromatic Colors of #61715C
Black with #61715C
Text Example
Text Example
White with #61715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61715C; }
p { color: rgb(97,113,92); }
H1.HeaderClassName
{
color: #61715C;
}
.AnyTagClassName
{
color: #61715C;
}
</style>
background-color css
<style>
a { background-color: #61715C; }
a { background-color: rgb(97,113,92); }
div.DivClassName
{
background-color: #61715C;
}
.BgClassName
{
background-color: #61715C;
}
</style>
border-color css
<style>
span { border-color: #61715C; }
span { border-color: rgb(97,113,92); }
td.TdClassName
{
border-color: #61715C;
}
.TagClassName
{
border-color: #61715C;
}
</style>