Shades of Finlandia #60735A
Tints of Finlandia #60735A
RGB
CMYK
RGB Variations
Color information
#60735A (or 0x60735A) is known color: Finlandia. HEX triplet: 60, 73 and 5A. RGB value is (96,115,90). Sum of RGB (Red+Green+Blue) = 96+115+90=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #60735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60735A is #9F8CA5. Grayscale: #6A6A6A. Windows color (decimal): -10456230 or 5927776. OLE color: 5927776.
HSL color Cylindrical-coordinate representation of color #60735A: hue angle of 105.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60735A is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 90 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.55 |
| HSL | 105.6º | 0.12% | 0.4% | - |
| HSV(B) | 105.6º | 0.22% | 0.45% | - |
| XYZ | 12.8 | 15.49 | 11.99 | - |
| YUV | 106.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 90 | 0.17 | 0 | 0.22 | 0.55 | 105.6 | 0.12 | 0.4 |
| Hex | 60 | 73 | 5A | 11 | 0 | 16 | 37 | 6A | C | 28 |
| Octal | 140 | 163 | 132 | 21 | 0 | 26 | 67 | 152 | 14 | 50 |
| Binary | 1100000 | 1110011 | 1011010 | 10001 | 0 | 10110 | 110111 | 1101010 | 1100 | 101000 |
Color Harmonies of #60735A
Complementary color
Monochromatic Colors of #60735A
Black with #60735A
Text Example
Text Example
White with #60735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60735A; }
p { color: rgb(96,115,90); }
H1.HeaderClassName
{
color: #60735A;
}
.AnyTagClassName
{
color: #60735A;
}
</style>
background-color css
<style>
a { background-color: #60735A; }
a { background-color: rgb(96,115,90); }
div.DivClassName
{
background-color: #60735A;
}
.BgClassName
{
background-color: #60735A;
}
</style>
border-color css
<style>
span { border-color: #60735A; }
span { border-color: rgb(96,115,90); }
td.TdClassName
{
border-color: #60735A;
}
.TagClassName
{
border-color: #60735A;
}
</style>