Shades of Finlandia #60785C
Tints of Finlandia #60785C
RGB
CMYK
RGB Variations
Color information
#60785C (or 0x60785C) is known color: Finlandia. HEX triplet: 60, 78 and 5C. RGB value is (96,120,92). Sum of RGB (Red+Green+Blue) = 96+120+92=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #60785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60785C is #9F87A3. Grayscale: #6D6D6D. Windows color (decimal): -10454948 or 6060128. OLE color: 6060128.
HSL color Cylindrical-coordinate representation of color #60785C: hue angle of 111.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60785C is Cyan = 0.2, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 92 | - |
| CMYK | 0.2 | 0 | 0.23 | 0.53 |
| HSL | 111.43º | 0.13% | 0.42% | - |
| HSV(B) | 111.43º | 0.23% | 0.47% | - |
| XYZ | 13.47 | 16.69 | 12.64 | - |
| YUV | 109.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 92 | 0.2 | 0 | 0.23 | 0.53 | 111.43 | 0.13 | 0.42 |
| Hex | 60 | 78 | 5C | 14 | 0 | 17 | 35 | 6F | D | 2A |
| Octal | 140 | 170 | 134 | 24 | 0 | 27 | 65 | 157 | 15 | 52 |
| Binary | 1100000 | 1111000 | 1011100 | 10100 | 0 | 10111 | 110101 | 1101111 | 1101 | 101010 |
Color Harmonies of #60785C
Complementary color
Monochromatic Colors of #60785C
Black with #60785C
Text Example
Text Example
White with #60785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60785C; }
p { color: rgb(96,120,92); }
H1.HeaderClassName
{
color: #60785C;
}
.AnyTagClassName
{
color: #60785C;
}
</style>
background-color css
<style>
a { background-color: #60785C; }
a { background-color: rgb(96,120,92); }
div.DivClassName
{
background-color: #60785C;
}
.BgClassName
{
background-color: #60785C;
}
</style>
border-color css
<style>
span { border-color: #60785C; }
span { border-color: rgb(96,120,92); }
td.TdClassName
{
border-color: #60785C;
}
.TagClassName
{
border-color: #60785C;
}
</style>