Shades of Finlandia #62755D
Tints of Finlandia #62755D
RGB
CMYK
RGB Variations
Color information
#62755D (or 0x62755D) is known color: Finlandia. HEX triplet: 62, 75 and 5D. RGB value is (98,117,93). Sum of RGB (Red+Green+Blue) = 98+117+93=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #62755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62755D is #9D8AA2. Grayscale: #6C6C6C. Windows color (decimal): -10324643 or 6124898. OLE color: 6124898.
HSL color Cylindrical-coordinate representation of color #62755D: hue angle of 107.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62755D is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 117 | 93 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.54 |
| HSL | 107.5º | 0.11% | 0.41% | - |
| HSV(B) | 107.5º | 0.21% | 0.46% | - |
| XYZ | 13.37 | 16.11 | 12.76 | - |
| YUV | 108.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 93 | 0.16 | 0 | 0.21 | 0.54 | 107.5 | 0.11 | 0.41 |
| Hex | 62 | 75 | 5D | 10 | 0 | 15 | 36 | 6C | B | 29 |
| Octal | 142 | 165 | 135 | 20 | 0 | 25 | 66 | 154 | 13 | 51 |
| Binary | 1100010 | 1110101 | 1011101 | 10000 | 0 | 10101 | 110110 | 1101100 | 1011 | 101001 |
Color Harmonies of #62755D
Complementary color
Monochromatic Colors of #62755D
Black with #62755D
Text Example
Text Example
White with #62755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62755D; }
p { color: rgb(98,117,93); }
H1.HeaderClassName
{
color: #62755D;
}
.AnyTagClassName
{
color: #62755D;
}
</style>
background-color css
<style>
a { background-color: #62755D; }
a { background-color: rgb(98,117,93); }
div.DivClassName
{
background-color: #62755D;
}
.BgClassName
{
background-color: #62755D;
}
</style>
border-color css
<style>
span { border-color: #62755D; }
span { border-color: rgb(98,117,93); }
td.TdClassName
{
border-color: #62755D;
}
.TagClassName
{
border-color: #62755D;
}
</style>