Shades of Finlandia #627B60
Tints of Finlandia #627B60
RGB
CMYK
RGB Variations
Color information
#627B60 (or 0x627B60) is known color: Finlandia. HEX triplet: 62, 7B and 60. RGB value is (98,123,96). Sum of RGB (Red+Green+Blue) = 98+123+96=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #627B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B60 is #9D849F. Grayscale: #707070. Windows color (decimal): -10323104 or 6323042. OLE color: 6323042.
HSL color Cylindrical-coordinate representation of color #627B60: hue angle of 115.56º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #627B60 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 123 | 96 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.52 |
| HSL | 115.56º | 0.12% | 0.43% | - |
| HSV(B) | 115.56º | 0.22% | 0.48% | - |
| XYZ | 14.23 | 17.61 | 13.71 | - |
| YUV | 112.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 96 | 0.20 | 0 | 0.22 | 0.52 | 115.56 | 0.12 | 0.43 |
| Hex | 62 | 7B | 60 | 14 | 0 | 16 | 34 | 74 | C | 2B |
| Octal | 142 | 173 | 140 | 24 | 0 | 26 | 64 | 164 | 14 | 53 |
| Binary | 1100010 | 1111011 | 1100000 | 10100 | 0 | 10110 | 110100 | 1110100 | 1100 | 101011 |
Color Harmonies of #627B60
Complementary color
Monochromatic Colors of #627B60
Black with #627B60
Text Example
Text Example
White with #627B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B60; }
p { color: rgb(98,123,96); }
H1.HeaderClassName
{
color: #627B60;
}
.AnyTagClassName
{
color: #627B60;
}
</style>
background-color css
<style>
a { background-color: #627B60; }
a { background-color: rgb(98,123,96); }
div.DivClassName
{
background-color: #627B60;
}
.BgClassName
{
background-color: #627B60;
}
</style>
border-color css
<style>
span { border-color: #627B60; }
span { border-color: rgb(98,123,96); }
td.TdClassName
{
border-color: #627B60;
}
.TagClassName
{
border-color: #627B60;
}
</style>