Shades of Finlandia #60765F
Tints of Finlandia #60765F
RGB
CMYK
RGB Variations
Color information
#60765F (or 0x60765F) is known color: Finlandia. HEX triplet: 60, 76 and 5F. RGB value is (96,118,95). Sum of RGB (Red+Green+Blue) = 96+118+95=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #60765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60765F is #9F89A0. Grayscale: #6C6C6C. Windows color (decimal): -10455457 or 6256224. OLE color: 6256224.
HSL color Cylindrical-coordinate representation of color #60765F: hue angle of 117.39º degrees, saturation: 0.11, 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 #60765F is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 95 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.54 |
| HSL | 117.39º | 0.11% | 0.42% | - |
| HSV(B) | 117.39º | 0.19% | 0.46% | - |
| XYZ | 13.37 | 16.27 | 13.26 | - |
| YUV | 108.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 95 | 0.19 | 0 | 0.19 | 0.54 | 117.39 | 0.11 | 0.42 |
| Hex | 60 | 76 | 5F | 13 | 0 | 13 | 36 | 75 | B | 2A |
| Octal | 140 | 166 | 137 | 23 | 0 | 23 | 66 | 165 | 13 | 52 |
| Binary | 1100000 | 1110110 | 1011111 | 10011 | 0 | 10011 | 110110 | 1110101 | 1011 | 101010 |
Color Harmonies of #60765F
Complementary color
Monochromatic Colors of #60765F
Black with #60765F
Text Example
Text Example
White with #60765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60765F; }
p { color: rgb(96,118,95); }
H1.HeaderClassName
{
color: #60765F;
}
.AnyTagClassName
{
color: #60765F;
}
</style>
background-color css
<style>
a { background-color: #60765F; }
a { background-color: rgb(96,118,95); }
div.DivClassName
{
background-color: #60765F;
}
.BgClassName
{
background-color: #60765F;
}
</style>
border-color css
<style>
span { border-color: #60765F; }
span { border-color: rgb(96,118,95); }
td.TdClassName
{
border-color: #60765F;
}
.TagClassName
{
border-color: #60765F;
}
</style>