Shades of Finlandia #61735E
Tints of Finlandia #61735E
RGB
CMYK
RGB Variations
Color information
#61735E (or 0x61735E) is known color: Finlandia. HEX triplet: 61, 73 and 5E. RGB value is (97,115,94). Sum of RGB (Red+Green+Blue) = 97+115+94=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #61735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61735E is #9E8CA1. Grayscale: #6B6B6B. Windows color (decimal): -10390690 or 6189921. OLE color: 6189921.
HSL color Cylindrical-coordinate representation of color #61735E: hue angle of 111.43º 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 #61735E is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 115 | 94 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.55 |
| HSL | 111.43º | 0.1% | 0.41% | - |
| HSV(B) | 111.43º | 0.18% | 0.45% | - |
| XYZ | 13.08 | 15.61 | 12.91 | - |
| YUV | 107.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 94 | 0.16 | 0 | 0.18 | 0.55 | 111.43 | 0.1 | 0.41 |
| Hex | 61 | 73 | 5E | 10 | 0 | 12 | 37 | 6F | A | 29 |
| Octal | 141 | 163 | 136 | 20 | 0 | 22 | 67 | 157 | 12 | 51 |
| Binary | 1100001 | 1110011 | 1011110 | 10000 | 0 | 10010 | 110111 | 1101111 | 1010 | 101001 |
Color Harmonies of #61735E
Complementary color
Monochromatic Colors of #61735E
Black with #61735E
Text Example
Text Example
White with #61735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61735E; }
p { color: rgb(97,115,94); }
H1.HeaderClassName
{
color: #61735E;
}
.AnyTagClassName
{
color: #61735E;
}
</style>
background-color css
<style>
a { background-color: #61735E; }
a { background-color: rgb(97,115,94); }
div.DivClassName
{
background-color: #61735E;
}
.BgClassName
{
background-color: #61735E;
}
</style>
border-color css
<style>
span { border-color: #61735E; }
span { border-color: rgb(97,115,94); }
td.TdClassName
{
border-color: #61735E;
}
.TagClassName
{
border-color: #61735E;
}
</style>