Shades of Finlandia #61745F
Tints of Finlandia #61745F
RGB
CMYK
RGB Variations
Color information
#61745F (or 0x61745F) is known color: Finlandia. HEX triplet: 61, 74 and 5F. RGB value is (97,116,95). Sum of RGB (Red+Green+Blue) = 97+116+95=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #61745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61745F is #9E8BA0. Grayscale: #6B6B6B. Windows color (decimal): -10390433 or 6255713. OLE color: 6255713.
HSL color Cylindrical-coordinate representation of color #61745F: hue angle of 114.29º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61745F is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 116 | 95 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.55 |
| HSL | 114.29º | 0.1% | 0.41% | - |
| HSV(B) | 114.29º | 0.18% | 0.45% | - |
| XYZ | 13.24 | 15.86 | 13.19 | - |
| YUV | 107.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 95 | 0.16 | 0 | 0.18 | 0.55 | 114.29 | 0.1 | 0.41 |
| Hex | 61 | 74 | 5F | 10 | 0 | 12 | 37 | 72 | A | 29 |
| Octal | 141 | 164 | 137 | 20 | 0 | 22 | 67 | 162 | 12 | 51 |
| Binary | 1100001 | 1110100 | 1011111 | 10000 | 0 | 10010 | 110111 | 1110010 | 1010 | 101001 |
Color Harmonies of #61745F
Complementary color
Monochromatic Colors of #61745F
Black with #61745F
Text Example
Text Example
White with #61745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61745F; }
p { color: rgb(97,116,95); }
H1.HeaderClassName
{
color: #61745F;
}
.AnyTagClassName
{
color: #61745F;
}
</style>
background-color css
<style>
a { background-color: #61745F; }
a { background-color: rgb(97,116,95); }
div.DivClassName
{
background-color: #61745F;
}
.BgClassName
{
background-color: #61745F;
}
</style>
border-color css
<style>
span { border-color: #61745F; }
span { border-color: rgb(97,116,95); }
td.TdClassName
{
border-color: #61745F;
}
.TagClassName
{
border-color: #61745F;
}
</style>