Shades of Finlandia #607261
Tints of Finlandia #607261
RGB
CMYK
RGB Variations
Color information
#607261 (or 0x607261) is known color: Finlandia. HEX triplet: 60, 72 and 61. RGB value is (96,114,97). Sum of RGB (Red+Green+Blue) = 96+114+97=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #607261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607261 is #9F8D9E. Grayscale: #6A6A6A. Windows color (decimal): -10456479 or 6386272. OLE color: 6386272.
HSL color Cylindrical-coordinate representation of color #607261: hue angle of 123.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #607261 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 97 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.55 |
| HSL | 123.33º | 0.09% | 0.41% | - |
| HSV(B) | 123.33º | 0.16% | 0.45% | - |
| XYZ | 13 | 15.38 | 13.59 | - |
| YUV | 106.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 97 | 0.16 | 0 | 0.15 | 0.55 | 123.33 | 0.09 | 0.41 |
| Hex | 60 | 72 | 61 | 10 | 0 | F | 37 | 7B | 9 | 29 |
| Octal | 140 | 162 | 141 | 20 | 0 | 17 | 67 | 173 | 11 | 51 |
| Binary | 1100000 | 1110010 | 1100001 | 10000 | 0 | 1111 | 110111 | 1111011 | 1001 | 101001 |
Color Harmonies of #607261
Complementary color
Monochromatic Colors of #607261
Black with #607261
Text Example
Text Example
White with #607261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607261; }
p { color: rgb(96,114,97); }
H1.HeaderClassName
{
color: #607261;
}
.AnyTagClassName
{
color: #607261;
}
</style>
background-color css
<style>
a { background-color: #607261; }
a { background-color: rgb(96,114,97); }
div.DivClassName
{
background-color: #607261;
}
.BgClassName
{
background-color: #607261;
}
</style>
border-color css
<style>
span { border-color: #607261; }
span { border-color: rgb(96,114,97); }
td.TdClassName
{
border-color: #607261;
}
.TagClassName
{
border-color: #607261;
}
</style>