Shades of Finlandia #607A5F
Tints of Finlandia #607A5F
RGB
CMYK
RGB Variations
Color information
#607A5F (or 0x607A5F) is known color: Finlandia. HEX triplet: 60, 7A and 5F. RGB value is (96,122,95). Sum of RGB (Red+Green+Blue) = 96+122+95=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #607A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A5F is #9F85A0. Grayscale: #6F6F6F. Windows color (decimal): -10454433 or 6257248. OLE color: 6257248.
HSL color Cylindrical-coordinate representation of color #607A5F: hue angle of 117.78º 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 #607A5F is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 95 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.52 |
| HSL | 117.78º | 0.12% | 0.43% | - |
| HSV(B) | 117.78º | 0.22% | 0.48% | - |
| XYZ | 13.85 | 17.23 | 13.42 | - |
| YUV | 111.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 95 | 0.21 | 0 | 0.22 | 0.52 | 117.78 | 0.12 | 0.43 |
| Hex | 60 | 7A | 5F | 15 | 0 | 16 | 34 | 76 | C | 2B |
| Octal | 140 | 172 | 137 | 25 | 0 | 26 | 64 | 166 | 14 | 53 |
| Binary | 1100000 | 1111010 | 1011111 | 10101 | 0 | 10110 | 110100 | 1110110 | 1100 | 101011 |
Color Harmonies of #607A5F
Complementary color
Monochromatic Colors of #607A5F
Black with #607A5F
Text Example
Text Example
White with #607A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A5F; }
p { color: rgb(96,122,95); }
H1.HeaderClassName
{
color: #607A5F;
}
.AnyTagClassName
{
color: #607A5F;
}
</style>
background-color css
<style>
a { background-color: #607A5F; }
a { background-color: rgb(96,122,95); }
div.DivClassName
{
background-color: #607A5F;
}
.BgClassName
{
background-color: #607A5F;
}
</style>
border-color css
<style>
span { border-color: #607A5F; }
span { border-color: rgb(96,122,95); }
td.TdClassName
{
border-color: #607A5F;
}
.TagClassName
{
border-color: #607A5F;
}
</style>