Shades of Finlandia #61725E
Tints of Finlandia #61725E
RGB
CMYK
RGB Variations
Color information
#61725E (or 0x61725E) is known color: Finlandia. HEX triplet: 61, 72 and 5E. RGB value is (97,114,94). Sum of RGB (Red+Green+Blue) = 97+114+94=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #61725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61725E is #9E8DA1. Grayscale: #6A6A6A. Windows color (decimal): -10390946 or 6189665. OLE color: 6189665.
HSL color Cylindrical-coordinate representation of color #61725E: hue angle of 111º 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 #61725E is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 114 | 94 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.55 |
| HSL | 111º | 0.1% | 0.41% | - |
| HSV(B) | 111º | 0.18% | 0.45% | - |
| XYZ | 12.97 | 15.38 | 12.88 | - |
| YUV | 106.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 94 | 0.15 | 0 | 0.18 | 0.55 | 111 | 0.1 | 0.41 |
| Hex | 61 | 72 | 5E | F | 0 | 12 | 37 | 6F | A | 29 |
| Octal | 141 | 162 | 136 | 17 | 0 | 22 | 67 | 157 | 12 | 51 |
| Binary | 1100001 | 1110010 | 1011110 | 1111 | 0 | 10010 | 110111 | 1101111 | 1010 | 101001 |
Color Harmonies of #61725E
Complementary color
Monochromatic Colors of #61725E
Black with #61725E
Text Example
Text Example
White with #61725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61725E; }
p { color: rgb(97,114,94); }
H1.HeaderClassName
{
color: #61725E;
}
.AnyTagClassName
{
color: #61725E;
}
</style>
background-color css
<style>
a { background-color: #61725E; }
a { background-color: rgb(97,114,94); }
div.DivClassName
{
background-color: #61725E;
}
.BgClassName
{
background-color: #61725E;
}
</style>
border-color css
<style>
span { border-color: #61725E; }
span { border-color: rgb(97,114,94); }
td.TdClassName
{
border-color: #61725E;
}
.TagClassName
{
border-color: #61725E;
}
</style>