Shades of Finlandia #607B5D
Tints of Finlandia #607B5D
RGB
CMYK
RGB Variations
Color information
#607B5D (or 0x607B5D) is known color: Finlandia. HEX triplet: 60, 7B and 5D. RGB value is (96,123,93). Sum of RGB (Red+Green+Blue) = 96+123+93=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 123 - color contains mainly: green. Hex color #607B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B5D is #9F84A2. Grayscale: #6F6F6F. Windows color (decimal): -10454179 or 6126432. OLE color: 6126432.
HSL color Cylindrical-coordinate representation of color #607B5D: hue angle of 114º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607B5D is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 93 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.52 |
| HSL | 114º | 0.14% | 0.42% | - |
| HSV(B) | 114º | 0.24% | 0.48% | - |
| XYZ | 13.88 | 17.44 | 12.99 | - |
| YUV | 111.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 93 | 0.22 | 0 | 0.24 | 0.52 | 114 | 0.14 | 0.42 |
| Hex | 60 | 7B | 5D | 16 | 0 | 18 | 34 | 72 | E | 2A |
| Octal | 140 | 173 | 135 | 26 | 0 | 30 | 64 | 162 | 16 | 52 |
| Binary | 1100000 | 1111011 | 1011101 | 10110 | 0 | 11000 | 110100 | 1110010 | 1110 | 101010 |
Color Harmonies of #607B5D
Complementary color
Monochromatic Colors of #607B5D
Black with #607B5D
Text Example
Text Example
White with #607B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B5D; }
p { color: rgb(96,123,93); }
H1.HeaderClassName
{
color: #607B5D;
}
.AnyTagClassName
{
color: #607B5D;
}
</style>
background-color css
<style>
a { background-color: #607B5D; }
a { background-color: rgb(96,123,93); }
div.DivClassName
{
background-color: #607B5D;
}
.BgClassName
{
background-color: #607B5D;
}
</style>
border-color css
<style>
span { border-color: #607B5D; }
span { border-color: rgb(96,123,93); }
td.TdClassName
{
border-color: #607B5D;
}
.TagClassName
{
border-color: #607B5D;
}
</style>