Shades of Finlandia #60755E
Tints of Finlandia #60755E
RGB
CMYK
RGB Variations
Color information
#60755E (or 0x60755E) is known color: Finlandia. HEX triplet: 60, 75 and 5E. RGB value is (96,117,94). Sum of RGB (Red+Green+Blue) = 96+117+94=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #60755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60755E is #9F8AA1. Grayscale: #6C6C6C. Windows color (decimal): -10455714 or 6190432. OLE color: 6190432.
HSL color Cylindrical-coordinate representation of color #60755E: hue angle of 114.78º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60755E is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 94 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.54 |
| HSL | 114.78º | 0.11% | 0.41% | - |
| HSV(B) | 114.78º | 0.2% | 0.46% | - |
| XYZ | 13.21 | 16.02 | 12.99 | - |
| YUV | 108.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 94 | 0.18 | 0 | 0.20 | 0.54 | 114.78 | 0.11 | 0.41 |
| Hex | 60 | 75 | 5E | 12 | 0 | 14 | 36 | 73 | B | 29 |
| Octal | 140 | 165 | 136 | 22 | 0 | 24 | 66 | 163 | 13 | 51 |
| Binary | 1100000 | 1110101 | 1011110 | 10010 | 0 | 10100 | 110110 | 1110011 | 1011 | 101001 |
Color Harmonies of #60755E
Complementary color
Monochromatic Colors of #60755E
Black with #60755E
Text Example
Text Example
White with #60755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60755E; }
p { color: rgb(96,117,94); }
H1.HeaderClassName
{
color: #60755E;
}
.AnyTagClassName
{
color: #60755E;
}
</style>
background-color css
<style>
a { background-color: #60755E; }
a { background-color: rgb(96,117,94); }
div.DivClassName
{
background-color: #60755E;
}
.BgClassName
{
background-color: #60755E;
}
</style>
border-color css
<style>
span { border-color: #60755E; }
span { border-color: rgb(96,117,94); }
td.TdClassName
{
border-color: #60755E;
}
.TagClassName
{
border-color: #60755E;
}
</style>