Shades of Finlandia #61795E
Tints of Finlandia #61795E
RGB
CMYK
RGB Variations
Color information
#61795E (or 0x61795E) is known color: Finlandia. HEX triplet: 61, 79 and 5E. RGB value is (97,121,94). Sum of RGB (Red+Green+Blue) = 97+121+94=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #61795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61795E is #9E86A1. Grayscale: #6E6E6E. Windows color (decimal): -10389154 or 6191457. OLE color: 6191457.
HSL color Cylindrical-coordinate representation of color #61795E: hue angle of 113.33º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61795E is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 121 | 94 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.53 |
| HSL | 113.33º | 0.13% | 0.42% | - |
| HSV(B) | 113.33º | 0.22% | 0.47% | - |
| XYZ | 13.79 | 17.02 | 13.15 | - |
| YUV | 110.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 121 | 94 | 0.20 | 0 | 0.22 | 0.53 | 113.33 | 0.13 | 0.42 |
| Hex | 61 | 79 | 5E | 14 | 0 | 16 | 35 | 71 | D | 2A |
| Octal | 141 | 171 | 136 | 24 | 0 | 26 | 65 | 161 | 15 | 52 |
| Binary | 1100001 | 1111001 | 1011110 | 10100 | 0 | 10110 | 110101 | 1110001 | 1101 | 101010 |
Color Harmonies of #61795E
Complementary color
Monochromatic Colors of #61795E
Black with #61795E
Text Example
Text Example
White with #61795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61795E; }
p { color: rgb(97,121,94); }
H1.HeaderClassName
{
color: #61795E;
}
.AnyTagClassName
{
color: #61795E;
}
</style>
background-color css
<style>
a { background-color: #61795E; }
a { background-color: rgb(97,121,94); }
div.DivClassName
{
background-color: #61795E;
}
.BgClassName
{
background-color: #61795E;
}
</style>
border-color css
<style>
span { border-color: #61795E; }
span { border-color: rgb(97,121,94); }
td.TdClassName
{
border-color: #61795E;
}
.TagClassName
{
border-color: #61795E;
}
</style>