Shades of Finlandia #60725E
Tints of Finlandia #60725E
RGB
CMYK
RGB Variations
Color information
#60725E (or 0x60725E) is known color: Finlandia. HEX triplet: 60, 72 and 5E. RGB value is (96,114,94). Sum of RGB (Red+Green+Blue) = 96+114+94=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #60725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60725E is #9F8DA1. Grayscale: #6A6A6A. Windows color (decimal): -10456482 or 6189664. OLE color: 6189664.
HSL color Cylindrical-coordinate representation of color #60725E: hue angle of 114º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60725E is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 94 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.55 |
| HSL | 114º | 0.1% | 0.41% | - |
| HSV(B) | 114º | 0.18% | 0.45% | - |
| XYZ | 12.86 | 15.33 | 12.87 | - |
| YUV | 106.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 94 | 0.16 | 0 | 0.18 | 0.55 | 114 | 0.1 | 0.41 |
| Hex | 60 | 72 | 5E | 10 | 0 | 12 | 37 | 72 | A | 29 |
| Octal | 140 | 162 | 136 | 20 | 0 | 22 | 67 | 162 | 12 | 51 |
| Binary | 1100000 | 1110010 | 1011110 | 10000 | 0 | 10010 | 110111 | 1110010 | 1010 | 101001 |
Color Harmonies of #60725E
Complementary color
Monochromatic Colors of #60725E
Black with #60725E
Text Example
Text Example
White with #60725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60725E; }
p { color: rgb(96,114,94); }
H1.HeaderClassName
{
color: #60725E;
}
.AnyTagClassName
{
color: #60725E;
}
</style>
background-color css
<style>
a { background-color: #60725E; }
a { background-color: rgb(96,114,94); }
div.DivClassName
{
background-color: #60725E;
}
.BgClassName
{
background-color: #60725E;
}
</style>
border-color css
<style>
span { border-color: #60725E; }
span { border-color: rgb(96,114,94); }
td.TdClassName
{
border-color: #60725E;
}
.TagClassName
{
border-color: #60725E;
}
</style>