Shades of Finlandia #60725A
Tints of Finlandia #60725A
RGB
CMYK
RGB Variations
Color information
#60725A (or 0x60725A) is known color: Finlandia. HEX triplet: 60, 72 and 5A. RGB value is (96,114,90). Sum of RGB (Red+Green+Blue) = 96+114+90=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #60725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60725A is #9F8DA5. Grayscale: #696969. Windows color (decimal): -10456486 or 5927520. OLE color: 5927520.
HSL color Cylindrical-coordinate representation of color #60725A: hue angle of 105º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60725A is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 90 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.55 |
| HSL | 105º | 0.12% | 0.4% | - |
| HSV(B) | 105º | 0.21% | 0.45% | - |
| XYZ | 12.69 | 15.26 | 11.95 | - |
| YUV | 105.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 90 | 0.16 | 0 | 0.21 | 0.55 | 105 | 0.12 | 0.4 |
| Hex | 60 | 72 | 5A | 10 | 0 | 15 | 37 | 69 | C | 28 |
| Octal | 140 | 162 | 132 | 20 | 0 | 25 | 67 | 151 | 14 | 50 |
| Binary | 1100000 | 1110010 | 1011010 | 10000 | 0 | 10101 | 110111 | 1101001 | 1100 | 101000 |
Color Harmonies of #60725A
Complementary color
Monochromatic Colors of #60725A
Black with #60725A
Text Example
Text Example
White with #60725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60725A; }
p { color: rgb(96,114,90); }
H1.HeaderClassName
{
color: #60725A;
}
.AnyTagClassName
{
color: #60725A;
}
</style>
background-color css
<style>
a { background-color: #60725A; }
a { background-color: rgb(96,114,90); }
div.DivClassName
{
background-color: #60725A;
}
.BgClassName
{
background-color: #60725A;
}
</style>
border-color css
<style>
span { border-color: #60725A; }
span { border-color: rgb(96,114,90); }
td.TdClassName
{
border-color: #60725A;
}
.TagClassName
{
border-color: #60725A;
}
</style>