Shades of Finlandia #61765F
Tints of Finlandia #61765F
RGB
CMYK
RGB Variations
Color information
#61765F (or 0x61765F) is known color: Finlandia. HEX triplet: 61, 76 and 5F. RGB value is (97,118,95). Sum of RGB (Red+Green+Blue) = 97+118+95=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #61765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61765F is #9E89A0. Grayscale: #6D6D6D. Windows color (decimal): -10389921 or 6256225. OLE color: 6256225.
HSL color Cylindrical-coordinate representation of color #61765F: hue angle of 114.78º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61765F is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 95 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.54 |
| HSL | 114.78º | 0.11% | 0.42% | - |
| HSV(B) | 114.78º | 0.19% | 0.46% | - |
| XYZ | 13.47 | 16.32 | 13.27 | - |
| YUV | 109.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 95 | 0.18 | 0 | 0.19 | 0.54 | 114.78 | 0.11 | 0.42 |
| Hex | 61 | 76 | 5F | 12 | 0 | 13 | 36 | 73 | B | 2A |
| Octal | 141 | 166 | 137 | 22 | 0 | 23 | 66 | 163 | 13 | 52 |
| Binary | 1100001 | 1110110 | 1011111 | 10010 | 0 | 10011 | 110110 | 1110011 | 1011 | 101010 |
Color Harmonies of #61765F
Complementary color
Monochromatic Colors of #61765F
Black with #61765F
Text Example
Text Example
White with #61765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61765F; }
p { color: rgb(97,118,95); }
H1.HeaderClassName
{
color: #61765F;
}
.AnyTagClassName
{
color: #61765F;
}
</style>
background-color css
<style>
a { background-color: #61765F; }
a { background-color: rgb(97,118,95); }
div.DivClassName
{
background-color: #61765F;
}
.BgClassName
{
background-color: #61765F;
}
</style>
border-color css
<style>
span { border-color: #61765F; }
span { border-color: rgb(97,118,95); }
td.TdClassName
{
border-color: #61765F;
}
.TagClassName
{
border-color: #61765F;
}
</style>