Shades of Finlandia #61755E
Tints of Finlandia #61755E
RGB
CMYK
RGB Variations
Color information
#61755E (or 0x61755E) is known color: Finlandia. HEX triplet: 61, 75 and 5E. RGB value is (97,117,94). Sum of RGB (Red+Green+Blue) = 97+117+94=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #61755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61755E is #9E8AA1. Grayscale: #6C6C6C. Windows color (decimal): -10390178 or 6190433. OLE color: 6190433.
HSL color Cylindrical-coordinate representation of color #61755E: hue angle of 112.17º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61755E is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 117 | 94 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.54 |
| HSL | 112.17º | 0.11% | 0.41% | - |
| HSV(B) | 112.17º | 0.2% | 0.46% | - |
| XYZ | 13.31 | 16.07 | 12.99 | - |
| YUV | 108.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 94 | 0.17 | 0 | 0.20 | 0.54 | 112.17 | 0.11 | 0.41 |
| Hex | 61 | 75 | 5E | 11 | 0 | 14 | 36 | 70 | B | 29 |
| Octal | 141 | 165 | 136 | 21 | 0 | 24 | 66 | 160 | 13 | 51 |
| Binary | 1100001 | 1110101 | 1011110 | 10001 | 0 | 10100 | 110110 | 1110000 | 1011 | 101001 |
Color Harmonies of #61755E
Complementary color
Monochromatic Colors of #61755E
Black with #61755E
Text Example
Text Example
White with #61755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61755E; }
p { color: rgb(97,117,94); }
H1.HeaderClassName
{
color: #61755E;
}
.AnyTagClassName
{
color: #61755E;
}
</style>
background-color css
<style>
a { background-color: #61755E; }
a { background-color: rgb(97,117,94); }
div.DivClassName
{
background-color: #61755E;
}
.BgClassName
{
background-color: #61755E;
}
</style>
border-color css
<style>
span { border-color: #61755E; }
span { border-color: rgb(97,117,94); }
td.TdClassName
{
border-color: #61755E;
}
.TagClassName
{
border-color: #61755E;
}
</style>