Shades of Finlandia #62745E
Tints of Finlandia #62745E
RGB
CMYK
RGB Variations
Color information
#62745E (or 0x62745E) is known color: Finlandia. HEX triplet: 62, 74 and 5E. RGB value is (98,116,94). Sum of RGB (Red+Green+Blue) = 98+116+94=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #62745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62745E is #9D8BA1. Grayscale: #6C6C6C. Windows color (decimal): -10324898 or 6190178. OLE color: 6190178.
HSL color Cylindrical-coordinate representation of color #62745E: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #62745E is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 116 | 94 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.55 |
| HSL | 109.09º | 0.1% | 0.41% | - |
| HSV(B) | 109.09º | 0.19% | 0.45% | - |
| XYZ | 13.3 | 15.9 | 12.96 | - |
| YUV | 108.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 94 | 0.16 | 0 | 0.19 | 0.55 | 109.09 | 0.1 | 0.41 |
| Hex | 62 | 74 | 5E | 10 | 0 | 13 | 37 | 6D | A | 29 |
| Octal | 142 | 164 | 136 | 20 | 0 | 23 | 67 | 155 | 12 | 51 |
| Binary | 1100010 | 1110100 | 1011110 | 10000 | 0 | 10011 | 110111 | 1101101 | 1010 | 101001 |
Color Harmonies of #62745E
Complementary color
Monochromatic Colors of #62745E
Black with #62745E
Text Example
Text Example
White with #62745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62745E; }
p { color: rgb(98,116,94); }
H1.HeaderClassName
{
color: #62745E;
}
.AnyTagClassName
{
color: #62745E;
}
</style>
background-color css
<style>
a { background-color: #62745E; }
a { background-color: rgb(98,116,94); }
div.DivClassName
{
background-color: #62745E;
}
.BgClassName
{
background-color: #62745E;
}
</style>
border-color css
<style>
span { border-color: #62745E; }
span { border-color: rgb(98,116,94); }
td.TdClassName
{
border-color: #62745E;
}
.TagClassName
{
border-color: #62745E;
}
</style>