Shades of Finlandia #62785E
Tints of Finlandia #62785E
RGB
CMYK
RGB Variations
Color information
#62785E (or 0x62785E) is known color: Finlandia. HEX triplet: 62, 78 and 5E. RGB value is (98,120,94). Sum of RGB (Red+Green+Blue) = 98+120+94=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #62785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62785E is #9D87A1. Grayscale: #6E6E6E. Windows color (decimal): -10323874 or 6191202. OLE color: 6191202.
HSL color Cylindrical-coordinate representation of color #62785E: hue angle of 110.77º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62785E is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 120 | 94 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.53 |
| HSL | 110.77º | 0.12% | 0.42% | - |
| HSV(B) | 110.77º | 0.22% | 0.47% | - |
| XYZ | 13.77 | 16.84 | 13.11 | - |
| YUV | 110.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 94 | 0.18 | 0 | 0.22 | 0.53 | 110.77 | 0.12 | 0.42 |
| Hex | 62 | 78 | 5E | 12 | 0 | 16 | 35 | 6F | C | 2A |
| Octal | 142 | 170 | 136 | 22 | 0 | 26 | 65 | 157 | 14 | 52 |
| Binary | 1100010 | 1111000 | 1011110 | 10010 | 0 | 10110 | 110101 | 1101111 | 1100 | 101010 |
Color Harmonies of #62785E
Complementary color
Monochromatic Colors of #62785E
Black with #62785E
Text Example
Text Example
White with #62785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62785E; }
p { color: rgb(98,120,94); }
H1.HeaderClassName
{
color: #62785E;
}
.AnyTagClassName
{
color: #62785E;
}
</style>
background-color css
<style>
a { background-color: #62785E; }
a { background-color: rgb(98,120,94); }
div.DivClassName
{
background-color: #62785E;
}
.BgClassName
{
background-color: #62785E;
}
</style>
border-color css
<style>
span { border-color: #62785E; }
span { border-color: rgb(98,120,94); }
td.TdClassName
{
border-color: #62785E;
}
.TagClassName
{
border-color: #62785E;
}
</style>