Shades of Finlandia #60795C
Tints of Finlandia #60795C
RGB
CMYK
RGB Variations
Color information
#60795C (or 0x60795C) is known color: Finlandia. HEX triplet: 60, 79 and 5C. RGB value is (96,121,92). Sum of RGB (Red+Green+Blue) = 96+121+92=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #60795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60795C is #9F86A3. Grayscale: #6E6E6E. Windows color (decimal): -10454692 or 6060384. OLE color: 6060384.
HSL color Cylindrical-coordinate representation of color #60795C: hue angle of 111.72º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60795C is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 121 | 92 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.53 |
| HSL | 111.72º | 0.14% | 0.42% | - |
| HSV(B) | 111.72º | 0.24% | 0.47% | - |
| XYZ | 13.59 | 16.93 | 12.68 | - |
| YUV | 110.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 92 | 0.21 | 0 | 0.24 | 0.53 | 111.72 | 0.14 | 0.42 |
| Hex | 60 | 79 | 5C | 15 | 0 | 18 | 35 | 70 | E | 2A |
| Octal | 140 | 171 | 134 | 25 | 0 | 30 | 65 | 160 | 16 | 52 |
| Binary | 1100000 | 1111001 | 1011100 | 10101 | 0 | 11000 | 110101 | 1110000 | 1110 | 101010 |
Color Harmonies of #60795C
Complementary color
Monochromatic Colors of #60795C
Black with #60795C
Text Example
Text Example
White with #60795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60795C; }
p { color: rgb(96,121,92); }
H1.HeaderClassName
{
color: #60795C;
}
.AnyTagClassName
{
color: #60795C;
}
</style>
background-color css
<style>
a { background-color: #60795C; }
a { background-color: rgb(96,121,92); }
div.DivClassName
{
background-color: #60795C;
}
.BgClassName
{
background-color: #60795C;
}
</style>
border-color css
<style>
span { border-color: #60795C; }
span { border-color: rgb(96,121,92); }
td.TdClassName
{
border-color: #60795C;
}
.TagClassName
{
border-color: #60795C;
}
</style>