Shades of Finlandia #61765E
Tints of Finlandia #61765E
RGB
CMYK
RGB Variations
Color information
#61765E (or 0x61765E) is known color: Finlandia. HEX triplet: 61, 76 and 5E. RGB value is (97,118,94). Sum of RGB (Red+Green+Blue) = 97+118+94=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #61765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61765E is #9E89A1. Grayscale: #6D6D6D. Windows color (decimal): -10389922 or 6190689. OLE color: 6190689.
HSL color Cylindrical-coordinate representation of color #61765E: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61765E is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 94 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.54 |
| HSL | 112.5º | 0.11% | 0.42% | - |
| HSV(B) | 112.5º | 0.2% | 0.46% | - |
| XYZ | 13.43 | 16.31 | 13.03 | - |
| YUV | 108.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 94 | 0.18 | 0 | 0.20 | 0.54 | 112.5 | 0.11 | 0.42 |
| Hex | 61 | 76 | 5E | 12 | 0 | 14 | 36 | 70 | B | 2A |
| Octal | 141 | 166 | 136 | 22 | 0 | 24 | 66 | 160 | 13 | 52 |
| Binary | 1100001 | 1110110 | 1011110 | 10010 | 0 | 10100 | 110110 | 1110000 | 1011 | 101010 |
Color Harmonies of #61765E
Complementary color
Monochromatic Colors of #61765E
Black with #61765E
Text Example
Text Example
White with #61765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61765E; }
p { color: rgb(97,118,94); }
H1.HeaderClassName
{
color: #61765E;
}
.AnyTagClassName
{
color: #61765E;
}
</style>
background-color css
<style>
a { background-color: #61765E; }
a { background-color: rgb(97,118,94); }
div.DivClassName
{
background-color: #61765E;
}
.BgClassName
{
background-color: #61765E;
}
</style>
border-color css
<style>
span { border-color: #61765E; }
span { border-color: rgb(97,118,94); }
td.TdClassName
{
border-color: #61765E;
}
.TagClassName
{
border-color: #61765E;
}
</style>