Shades of Finlandia #627D5B
Tints of Finlandia #627D5B
RGB
CMYK
RGB Variations
Color information
#627D5B (or 0x627D5B) is known color: Finlandia. HEX triplet: 62, 7D and 5B. RGB value is (98,125,91). Sum of RGB (Red+Green+Blue) = 98+125+91=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #627D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627D5B is #9D82A4. Grayscale: #717171. Windows color (decimal): -10322597 or 5995874. OLE color: 5995874.
HSL color Cylindrical-coordinate representation of color #627D5B: hue angle of 107.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627D5B is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 125 | 91 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.51 |
| HSL | 107.65º | 0.16% | 0.42% | - |
| HSV(B) | 107.65º | 0.27% | 0.49% | - |
| XYZ | 14.26 | 18.02 | 12.62 | - |
| YUV | 113.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 91 | 0.22 | 0 | 0.27 | 0.51 | 107.65 | 0.16 | 0.42 |
| Hex | 62 | 7D | 5B | 16 | 0 | 1B | 33 | 6C | 10 | 2A |
| Octal | 142 | 175 | 133 | 26 | 0 | 33 | 63 | 154 | 20 | 52 |
| Binary | 1100010 | 1111101 | 1011011 | 10110 | 0 | 11011 | 110011 | 1101100 | 10000 | 101010 |
Color Harmonies of #627D5B
Complementary color
Monochromatic Colors of #627D5B
Black with #627D5B
Text Example
Text Example
White with #627D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D5B; }
p { color: rgb(98,125,91); }
H1.HeaderClassName
{
color: #627D5B;
}
.AnyTagClassName
{
color: #627D5B;
}
</style>
background-color css
<style>
a { background-color: #627D5B; }
a { background-color: rgb(98,125,91); }
div.DivClassName
{
background-color: #627D5B;
}
.BgClassName
{
background-color: #627D5B;
}
</style>
border-color css
<style>
span { border-color: #627D5B; }
span { border-color: rgb(98,125,91); }
td.TdClassName
{
border-color: #627D5B;
}
.TagClassName
{
border-color: #627D5B;
}
</style>