Shades of Finlandia #61785E
Tints of Finlandia #61785E
RGB
CMYK
RGB Variations
Color information
#61785E (or 0x61785E) is known color: Finlandia. HEX triplet: 61, 78 and 5E. RGB value is (97,120,94). Sum of RGB (Red+Green+Blue) = 97+120+94=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #61785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61785E is #9E87A1. Grayscale: #6E6E6E. Windows color (decimal): -10389410 or 6191201. OLE color: 6191201.
HSL color Cylindrical-coordinate representation of color #61785E: hue angle of 113.08º degrees, saturation: 0.12, 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 #61785E is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 120 | 94 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.53 |
| HSL | 113.08º | 0.12% | 0.42% | - |
| HSV(B) | 113.08º | 0.22% | 0.47% | - |
| XYZ | 13.67 | 16.78 | 13.11 | - |
| YUV | 110.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 94 | 0.19 | 0 | 0.22 | 0.53 | 113.08 | 0.12 | 0.42 |
| Hex | 61 | 78 | 5E | 13 | 0 | 16 | 35 | 71 | C | 2A |
| Octal | 141 | 170 | 136 | 23 | 0 | 26 | 65 | 161 | 14 | 52 |
| Binary | 1100001 | 1111000 | 1011110 | 10011 | 0 | 10110 | 110101 | 1110001 | 1100 | 101010 |
Color Harmonies of #61785E
Complementary color
Monochromatic Colors of #61785E
Black with #61785E
Text Example
Text Example
White with #61785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61785E; }
p { color: rgb(97,120,94); }
H1.HeaderClassName
{
color: #61785E;
}
.AnyTagClassName
{
color: #61785E;
}
</style>
background-color css
<style>
a { background-color: #61785E; }
a { background-color: rgb(97,120,94); }
div.DivClassName
{
background-color: #61785E;
}
.BgClassName
{
background-color: #61785E;
}
</style>
border-color css
<style>
span { border-color: #61785E; }
span { border-color: rgb(97,120,94); }
td.TdClassName
{
border-color: #61785E;
}
.TagClassName
{
border-color: #61785E;
}
</style>