Shades of Finlandia #60785A
Tints of Finlandia #60785A
RGB
CMYK
RGB Variations
Color information
#60785A (or 0x60785A) is known color: Finlandia. HEX triplet: 60, 78 and 5A. RGB value is (96,120,90). Sum of RGB (Red+Green+Blue) = 96+120+90=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #60785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60785A is #9F87A5. Grayscale: #6D6D6D. Windows color (decimal): -10454950 or 5929056. OLE color: 5929056.
HSL color Cylindrical-coordinate representation of color #60785A: hue angle of 108º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #60785A is Cyan = 0.2, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 90 | - |
| CMYK | 0.2 | 0 | 0.25 | 0.53 |
| HSL | 108º | 0.14% | 0.41% | - |
| HSV(B) | 108º | 0.25% | 0.47% | - |
| XYZ | 13.39 | 16.66 | 12.18 | - |
| YUV | 109.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 90 | 0.2 | 0 | 0.25 | 0.53 | 108 | 0.14 | 0.41 |
| Hex | 60 | 78 | 5A | 14 | 0 | 19 | 35 | 6C | E | 29 |
| Octal | 140 | 170 | 132 | 24 | 0 | 31 | 65 | 154 | 16 | 51 |
| Binary | 1100000 | 1111000 | 1011010 | 10100 | 0 | 11001 | 110101 | 1101100 | 1110 | 101001 |
Color Harmonies of #60785A
Complementary color
Monochromatic Colors of #60785A
Black with #60785A
Text Example
Text Example
White with #60785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60785A; }
p { color: rgb(96,120,90); }
H1.HeaderClassName
{
color: #60785A;
}
.AnyTagClassName
{
color: #60785A;
}
</style>
background-color css
<style>
a { background-color: #60785A; }
a { background-color: rgb(96,120,90); }
div.DivClassName
{
background-color: #60785A;
}
.BgClassName
{
background-color: #60785A;
}
</style>
border-color css
<style>
span { border-color: #60785A; }
span { border-color: rgb(96,120,90); }
td.TdClassName
{
border-color: #60785A;
}
.TagClassName
{
border-color: #60785A;
}
</style>