Shades of Finlandia #62795E
Tints of Finlandia #62795E
RGB
CMYK
RGB Variations
Color information
#62795E (or 0x62795E) is known color: Finlandia. HEX triplet: 62, 79 and 5E. RGB value is (98,121,94). Sum of RGB (Red+Green+Blue) = 98+121+94=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #62795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62795E is #9D86A1. Grayscale: #6F6F6F. Windows color (decimal): -10323618 or 6191458. OLE color: 6191458.
HSL color Cylindrical-coordinate representation of color #62795E: hue angle of 111.11º degrees, saturation: 0.13, 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 #62795E is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 121 | 94 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.53 |
| HSL | 111.11º | 0.13% | 0.42% | - |
| HSV(B) | 111.11º | 0.22% | 0.47% | - |
| XYZ | 13.89 | 17.08 | 13.15 | - |
| YUV | 111.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 94 | 0.19 | 0 | 0.22 | 0.53 | 111.11 | 0.13 | 0.42 |
| Hex | 62 | 79 | 5E | 13 | 0 | 16 | 35 | 6F | D | 2A |
| Octal | 142 | 171 | 136 | 23 | 0 | 26 | 65 | 157 | 15 | 52 |
| Binary | 1100010 | 1111001 | 1011110 | 10011 | 0 | 10110 | 110101 | 1101111 | 1101 | 101010 |
Color Harmonies of #62795E
Complementary color
Monochromatic Colors of #62795E
Black with #62795E
Text Example
Text Example
White with #62795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62795E; }
p { color: rgb(98,121,94); }
H1.HeaderClassName
{
color: #62795E;
}
.AnyTagClassName
{
color: #62795E;
}
</style>
background-color css
<style>
a { background-color: #62795E; }
a { background-color: rgb(98,121,94); }
div.DivClassName
{
background-color: #62795E;
}
.BgClassName
{
background-color: #62795E;
}
</style>
border-color css
<style>
span { border-color: #62795E; }
span { border-color: rgb(98,121,94); }
td.TdClassName
{
border-color: #62795E;
}
.TagClassName
{
border-color: #62795E;
}
</style>