Shades of Finlandia #626E60
Tints of Finlandia #626E60
RGB
CMYK
RGB Variations
Color information
#626E60 (or 0x626E60) is known color: Finlandia. HEX triplet: 62, 6E and 60. RGB value is (98,110,96). Sum of RGB (Red+Green+Blue) = 98+110+96=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 110 - color contains mainly: green. Hex color #626E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E60 is #9D919F. Grayscale: #686868. Windows color (decimal): -10326432 or 6319714. OLE color: 6319714.
HSL color Cylindrical-coordinate representation of color #626E60: hue angle of 111.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #626E60 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 110 | 96 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.57 |
| HSL | 111.43º | 0.07% | 0.4% | - |
| HSV(B) | 111.43º | 0.13% | 0.43% | - |
| XYZ | 12.72 | 14.59 | 13.21 | - |
| YUV | 104.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 96 | 0.11 | 0 | 0.13 | 0.57 | 111.43 | 0.07 | 0.4 |
| Hex | 62 | 6E | 60 | B | 0 | D | 39 | 6F | 7 | 28 |
| Octal | 142 | 156 | 140 | 13 | 0 | 15 | 71 | 157 | 7 | 50 |
| Binary | 1100010 | 1101110 | 1100000 | 1011 | 0 | 1101 | 111001 | 1101111 | 111 | 101000 |
Color Harmonies of #626E60
Complementary color
Monochromatic Colors of #626E60
Black with #626E60
Text Example
Text Example
White with #626E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E60; }
p { color: rgb(98,110,96); }
H1.HeaderClassName
{
color: #626E60;
}
.AnyTagClassName
{
color: #626E60;
}
</style>
background-color css
<style>
a { background-color: #626E60; }
a { background-color: rgb(98,110,96); }
div.DivClassName
{
background-color: #626E60;
}
.BgClassName
{
background-color: #626E60;
}
</style>
border-color css
<style>
span { border-color: #626E60; }
span { border-color: rgb(98,110,96); }
td.TdClassName
{
border-color: #626E60;
}
.TagClassName
{
border-color: #626E60;
}
</style>