Shades of Finlandia #60755F
Tints of Finlandia #60755F
RGB
CMYK
RGB Variations
Color information
#60755F (or 0x60755F) is known color: Finlandia. HEX triplet: 60, 75 and 5F. RGB value is (96,117,95). Sum of RGB (Red+Green+Blue) = 96+117+95=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #60755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60755F is #9F8AA0. Grayscale: #6C6C6C. Windows color (decimal): -10455713 or 6255968. OLE color: 6255968.
HSL color Cylindrical-coordinate representation of color #60755F: hue angle of 117.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60755F is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 95 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.54 |
| HSL | 117.27º | 0.1% | 0.42% | - |
| HSV(B) | 117.27º | 0.19% | 0.46% | - |
| XYZ | 13.25 | 16.04 | 13.22 | - |
| YUV | 108.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 95 | 0.18 | 0 | 0.19 | 0.54 | 117.27 | 0.1 | 0.42 |
| Hex | 60 | 75 | 5F | 12 | 0 | 13 | 36 | 75 | A | 2A |
| Octal | 140 | 165 | 137 | 22 | 0 | 23 | 66 | 165 | 12 | 52 |
| Binary | 1100000 | 1110101 | 1011111 | 10010 | 0 | 10011 | 110110 | 1110101 | 1010 | 101010 |
Color Harmonies of #60755F
Complementary color
Monochromatic Colors of #60755F
Black with #60755F
Text Example
Text Example
White with #60755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60755F; }
p { color: rgb(96,117,95); }
H1.HeaderClassName
{
color: #60755F;
}
.AnyTagClassName
{
color: #60755F;
}
</style>
background-color css
<style>
a { background-color: #60755F; }
a { background-color: rgb(96,117,95); }
div.DivClassName
{
background-color: #60755F;
}
.BgClassName
{
background-color: #60755F;
}
</style>
border-color css
<style>
span { border-color: #60755F; }
span { border-color: rgb(96,117,95); }
td.TdClassName
{
border-color: #60755F;
}
.TagClassName
{
border-color: #60755F;
}
</style>