Shades of Finlandia #617A60
Tints of Finlandia #617A60
RGB
CMYK
RGB Variations
Color information
#617A60 (or 0x617A60) is known color: Finlandia. HEX triplet: 61, 7A and 60. RGB value is (97,122,96). Sum of RGB (Red+Green+Blue) = 97+122+96=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #617A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617A60 is #9E859F. Grayscale: #6F6F6F. Windows color (decimal): -10388896 or 6322785. OLE color: 6322785.
HSL color Cylindrical-coordinate representation of color #617A60: hue angle of 117.69º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #617A60 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 96 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.52 |
| HSL | 117.69º | 0.12% | 0.43% | - |
| HSV(B) | 117.69º | 0.21% | 0.48% | - |
| XYZ | 14 | 17.3 | 13.67 | - |
| YUV | 111.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 96 | 0.20 | 0 | 0.21 | 0.52 | 117.69 | 0.12 | 0.43 |
| Hex | 61 | 7A | 60 | 14 | 0 | 15 | 34 | 76 | C | 2B |
| Octal | 141 | 172 | 140 | 24 | 0 | 25 | 64 | 166 | 14 | 53 |
| Binary | 1100001 | 1111010 | 1100000 | 10100 | 0 | 10101 | 110100 | 1110110 | 1100 | 101011 |
Color Harmonies of #617A60
Complementary color
Monochromatic Colors of #617A60
Black with #617A60
Text Example
Text Example
White with #617A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A60; }
p { color: rgb(97,122,96); }
H1.HeaderClassName
{
color: #617A60;
}
.AnyTagClassName
{
color: #617A60;
}
</style>
background-color css
<style>
a { background-color: #617A60; }
a { background-color: rgb(97,122,96); }
div.DivClassName
{
background-color: #617A60;
}
.BgClassName
{
background-color: #617A60;
}
</style>
border-color css
<style>
span { border-color: #617A60; }
span { border-color: rgb(97,122,96); }
td.TdClassName
{
border-color: #617A60;
}
.TagClassName
{
border-color: #617A60;
}
</style>