Shades of Finlandia #60775E
Tints of Finlandia #60775E
RGB
CMYK
RGB Variations
Color information
#60775E (or 0x60775E) is known color: Finlandia. HEX triplet: 60, 77 and 5E. RGB value is (96,119,94). Sum of RGB (Red+Green+Blue) = 96+119+94=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #60775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60775E is #9F88A1. Grayscale: #6D6D6D. Windows color (decimal): -10455202 or 6190944. OLE color: 6190944.
HSL color Cylindrical-coordinate representation of color #60775E: hue angle of 115.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60775E is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 94 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.53 |
| HSL | 115.2º | 0.12% | 0.42% | - |
| HSV(B) | 115.2º | 0.21% | 0.47% | - |
| XYZ | 13.44 | 16.49 | 13.06 | - |
| YUV | 109.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 94 | 0.19 | 0 | 0.21 | 0.53 | 115.2 | 0.12 | 0.42 |
| Hex | 60 | 77 | 5E | 13 | 0 | 15 | 35 | 73 | C | 2A |
| Octal | 140 | 167 | 136 | 23 | 0 | 25 | 65 | 163 | 14 | 52 |
| Binary | 1100000 | 1110111 | 1011110 | 10011 | 0 | 10101 | 110101 | 1110011 | 1100 | 101010 |
Color Harmonies of #60775E
Complementary color
Monochromatic Colors of #60775E
Black with #60775E
Text Example
Text Example
White with #60775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60775E; }
p { color: rgb(96,119,94); }
H1.HeaderClassName
{
color: #60775E;
}
.AnyTagClassName
{
color: #60775E;
}
</style>
background-color css
<style>
a { background-color: #60775E; }
a { background-color: rgb(96,119,94); }
div.DivClassName
{
background-color: #60775E;
}
.BgClassName
{
background-color: #60775E;
}
</style>
border-color css
<style>
span { border-color: #60775E; }
span { border-color: rgb(96,119,94); }
td.TdClassName
{
border-color: #60775E;
}
.TagClassName
{
border-color: #60775E;
}
</style>