Shades of Finlandia #61755A
Tints of Finlandia #61755A
RGB
CMYK
RGB Variations
Color information
#61755A (or 0x61755A) is known color: Finlandia. HEX triplet: 61, 75 and 5A. RGB value is (97,117,90). Sum of RGB (Red+Green+Blue) = 97+117+90=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #61755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61755A is #9E8AA5. Grayscale: #6C6C6C. Windows color (decimal): -10390182 or 5928289. OLE color: 5928289.
HSL color Cylindrical-coordinate representation of color #61755A: hue angle of 104.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #61755A is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 117 | 90 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.54 |
| HSL | 104.44º | 0.13% | 0.41% | - |
| HSV(B) | 104.44º | 0.23% | 0.46% | - |
| XYZ | 13.14 | 16 | 12.07 | - |
| YUV | 107.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 90 | 0.17 | 0 | 0.23 | 0.54 | 104.44 | 0.13 | 0.41 |
| Hex | 61 | 75 | 5A | 11 | 0 | 17 | 36 | 68 | D | 29 |
| Octal | 141 | 165 | 132 | 21 | 0 | 27 | 66 | 150 | 15 | 51 |
| Binary | 1100001 | 1110101 | 1011010 | 10001 | 0 | 10111 | 110110 | 1101000 | 1101 | 101001 |
Color Harmonies of #61755A
Complementary color
Monochromatic Colors of #61755A
Black with #61755A
Text Example
Text Example
White with #61755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61755A; }
p { color: rgb(97,117,90); }
H1.HeaderClassName
{
color: #61755A;
}
.AnyTagClassName
{
color: #61755A;
}
</style>
background-color css
<style>
a { background-color: #61755A; }
a { background-color: rgb(97,117,90); }
div.DivClassName
{
background-color: #61755A;
}
.BgClassName
{
background-color: #61755A;
}
</style>
border-color css
<style>
span { border-color: #61755A; }
span { border-color: rgb(97,117,90); }
td.TdClassName
{
border-color: #61755A;
}
.TagClassName
{
border-color: #61755A;
}
</style>