Shades of Finlandia #62745C
Tints of Finlandia #62745C
RGB
CMYK
RGB Variations
Color information
#62745C (or 0x62745C) is known color: Finlandia. HEX triplet: 62, 74 and 5C. RGB value is (98,116,92). Sum of RGB (Red+Green+Blue) = 98+116+92=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #62745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62745C is #9D8BA3. Grayscale: #6B6B6B. Windows color (decimal): -10324900 or 6059106. OLE color: 6059106.
HSL color Cylindrical-coordinate representation of color #62745C: hue angle of 105º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62745C is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 116 | 92 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.55 |
| HSL | 105º | 0.12% | 0.41% | - |
| HSV(B) | 105º | 0.21% | 0.45% | - |
| XYZ | 13.21 | 15.86 | 12.49 | - |
| YUV | 107.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 92 | 0.16 | 0 | 0.21 | 0.55 | 105 | 0.12 | 0.41 |
| Hex | 62 | 74 | 5C | 10 | 0 | 15 | 37 | 69 | C | 29 |
| Octal | 142 | 164 | 134 | 20 | 0 | 25 | 67 | 151 | 14 | 51 |
| Binary | 1100010 | 1110100 | 1011100 | 10000 | 0 | 10101 | 110111 | 1101001 | 1100 | 101001 |
Color Harmonies of #62745C
Complementary color
Monochromatic Colors of #62745C
Black with #62745C
Text Example
Text Example
White with #62745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62745C; }
p { color: rgb(98,116,92); }
H1.HeaderClassName
{
color: #62745C;
}
.AnyTagClassName
{
color: #62745C;
}
</style>
background-color css
<style>
a { background-color: #62745C; }
a { background-color: rgb(98,116,92); }
div.DivClassName
{
background-color: #62745C;
}
.BgClassName
{
background-color: #62745C;
}
</style>
border-color css
<style>
span { border-color: #62745C; }
span { border-color: rgb(98,116,92); }
td.TdClassName
{
border-color: #62745C;
}
.TagClassName
{
border-color: #62745C;
}
</style>