Shades of Finlandia #626F61
Tints of Finlandia #626F61
RGB
CMYK
RGB Variations
Color information
#626F61 (or 0x626F61) is known color: Finlandia. HEX triplet: 62, 6F and 61. RGB value is (98,111,97). Sum of RGB (Red+Green+Blue) = 98+111+97=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 111 - color contains mainly: green. Hex color #626F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F61 is #9D909E. Grayscale: #696969. Windows color (decimal): -10326175 or 6385506. OLE color: 6385506.
HSL color Cylindrical-coordinate representation of color #626F61: hue angle of 115.71º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #626F61 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 111 | 97 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.56 |
| HSL | 115.71º | 0.07% | 0.41% | - |
| HSV(B) | 115.71º | 0.13% | 0.44% | - |
| XYZ | 12.88 | 14.83 | 13.49 | - |
| YUV | 105.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 97 | 0.12 | 0 | 0.13 | 0.56 | 115.71 | 0.07 | 0.41 |
| Hex | 62 | 6F | 61 | C | 0 | D | 38 | 74 | 7 | 29 |
| Octal | 142 | 157 | 141 | 14 | 0 | 15 | 70 | 164 | 7 | 51 |
| Binary | 1100010 | 1101111 | 1100001 | 1100 | 0 | 1101 | 111000 | 1110100 | 111 | 101001 |
Color Harmonies of #626F61
Complementary color
Monochromatic Colors of #626F61
Black with #626F61
Text Example
Text Example
White with #626F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F61; }
p { color: rgb(98,111,97); }
H1.HeaderClassName
{
color: #626F61;
}
.AnyTagClassName
{
color: #626F61;
}
</style>
background-color css
<style>
a { background-color: #626F61; }
a { background-color: rgb(98,111,97); }
div.DivClassName
{
background-color: #626F61;
}
.BgClassName
{
background-color: #626F61;
}
</style>
border-color css
<style>
span { border-color: #626F61; }
span { border-color: rgb(98,111,97); }
td.TdClassName
{
border-color: #626F61;
}
.TagClassName
{
border-color: #626F61;
}
</style>