Shades of Finlandia #61785A
Tints of Finlandia #61785A
RGB
CMYK
RGB Variations
Color information
#61785A (or 0x61785A) is known color: Finlandia. HEX triplet: 61, 78 and 5A. RGB value is (97,120,90). Sum of RGB (Red+Green+Blue) = 97+120+90=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #61785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61785A is #9E87A5. Grayscale: #6D6D6D. Windows color (decimal): -10389414 or 5929057. OLE color: 5929057.
HSL color Cylindrical-coordinate representation of color #61785A: hue angle of 106º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61785A is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 120 | 90 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.53 |
| HSL | 106º | 0.14% | 0.41% | - |
| HSV(B) | 106º | 0.25% | 0.47% | - |
| XYZ | 13.49 | 16.71 | 12.19 | - |
| YUV | 109.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 90 | 0.19 | 0 | 0.25 | 0.53 | 106 | 0.14 | 0.41 |
| Hex | 61 | 78 | 5A | 13 | 0 | 19 | 35 | 6A | E | 29 |
| Octal | 141 | 170 | 132 | 23 | 0 | 31 | 65 | 152 | 16 | 51 |
| Binary | 1100001 | 1111000 | 1011010 | 10011 | 0 | 11001 | 110101 | 1101010 | 1110 | 101001 |
Color Harmonies of #61785A
Complementary color
Monochromatic Colors of #61785A
Black with #61785A
Text Example
Text Example
White with #61785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61785A; }
p { color: rgb(97,120,90); }
H1.HeaderClassName
{
color: #61785A;
}
.AnyTagClassName
{
color: #61785A;
}
</style>
background-color css
<style>
a { background-color: #61785A; }
a { background-color: rgb(97,120,90); }
div.DivClassName
{
background-color: #61785A;
}
.BgClassName
{
background-color: #61785A;
}
</style>
border-color css
<style>
span { border-color: #61785A; }
span { border-color: rgb(97,120,90); }
td.TdClassName
{
border-color: #61785A;
}
.TagClassName
{
border-color: #61785A;
}
</style>