Shades of Finlandia #60705F
Tints of Finlandia #60705F
RGB
CMYK
RGB Variations
Color information
#60705F (or 0x60705F) is known color: Finlandia. HEX triplet: 60, 70 and 5F. RGB value is (96,112,95). Sum of RGB (Red+Green+Blue) = 96+112+95=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #60705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60705F is #9F8FA0. Grayscale: #696969. Windows color (decimal): -10456993 or 6254688. OLE color: 6254688.
HSL color Cylindrical-coordinate representation of color #60705F: hue angle of 116.47º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #60705F is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 112 | 95 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.56 |
| HSL | 116.47º | 0.08% | 0.41% | - |
| HSV(B) | 116.47º | 0.15% | 0.44% | - |
| XYZ | 12.68 | 14.9 | 13.03 | - |
| YUV | 105.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 95 | 0.14 | 0 | 0.15 | 0.56 | 116.47 | 0.08 | 0.41 |
| Hex | 60 | 70 | 5F | E | 0 | F | 38 | 74 | 8 | 29 |
| Octal | 140 | 160 | 137 | 16 | 0 | 17 | 70 | 164 | 10 | 51 |
| Binary | 1100000 | 1110000 | 1011111 | 1110 | 0 | 1111 | 111000 | 1110100 | 1000 | 101001 |
Color Harmonies of #60705F
Complementary color
Monochromatic Colors of #60705F
Black with #60705F
Text Example
Text Example
White with #60705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60705F; }
p { color: rgb(96,112,95); }
H1.HeaderClassName
{
color: #60705F;
}
.AnyTagClassName
{
color: #60705F;
}
</style>
background-color css
<style>
a { background-color: #60705F; }
a { background-color: rgb(96,112,95); }
div.DivClassName
{
background-color: #60705F;
}
.BgClassName
{
background-color: #60705F;
}
</style>
border-color css
<style>
span { border-color: #60705F; }
span { border-color: rgb(96,112,95); }
td.TdClassName
{
border-color: #60705F;
}
.TagClassName
{
border-color: #60705F;
}
</style>