Shades of Finlandia #607C5D
Tints of Finlandia #607C5D
RGB
CMYK
RGB Variations
Color information
#607C5D (or 0x607C5D) is known color: Finlandia. HEX triplet: 60, 7C and 5D. RGB value is (96,124,93). Sum of RGB (Red+Green+Blue) = 96+124+93=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #607C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C5D is #9F83A2. Grayscale: #707070. Windows color (decimal): -10453923 or 6126688. OLE color: 6126688.
HSL color Cylindrical-coordinate representation of color #607C5D: hue angle of 114.19º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #607C5D is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 93 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.51 |
| HSL | 114.19º | 0.14% | 0.43% | - |
| HSV(B) | 114.19º | 0.25% | 0.49% | - |
| XYZ | 14.01 | 17.69 | 13.03 | - |
| YUV | 112.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 93 | 0.23 | 0 | 0.25 | 0.51 | 114.19 | 0.14 | 0.43 |
| Hex | 60 | 7C | 5D | 17 | 0 | 19 | 33 | 72 | E | 2B |
| Octal | 140 | 174 | 135 | 27 | 0 | 31 | 63 | 162 | 16 | 53 |
| Binary | 1100000 | 1111100 | 1011101 | 10111 | 0 | 11001 | 110011 | 1110010 | 1110 | 101011 |
Color Harmonies of #607C5D
Complementary color
Monochromatic Colors of #607C5D
Black with #607C5D
Text Example
Text Example
White with #607C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C5D; }
p { color: rgb(96,124,93); }
H1.HeaderClassName
{
color: #607C5D;
}
.AnyTagClassName
{
color: #607C5D;
}
</style>
background-color css
<style>
a { background-color: #607C5D; }
a { background-color: rgb(96,124,93); }
div.DivClassName
{
background-color: #607C5D;
}
.BgClassName
{
background-color: #607C5D;
}
</style>
border-color css
<style>
span { border-color: #607C5D; }
span { border-color: rgb(96,124,93); }
td.TdClassName
{
border-color: #607C5D;
}
.TagClassName
{
border-color: #607C5D;
}
</style>