Shades of Finlandia #65765F
Tints of Finlandia #65765F
RGB
CMYK
RGB Variations
Color information
#65765F (or 0x65765F) is known color: Finlandia. HEX triplet: 65, 76 and 5F. RGB value is (101,118,95). Sum of RGB (Red+Green+Blue) = 101+118+95=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #65765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65765F is #9A89A0. Grayscale: #6E6E6E. Windows color (decimal): -10127777 or 6256229. OLE color: 6256229.
HSL color Cylindrical-coordinate representation of color #65765F: hue angle of 104.35º 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 #65765F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 118 | 95 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.54 |
| HSL | 104.35º | 0.11% | 0.42% | - |
| HSV(B) | 104.35º | 0.19% | 0.46% | - |
| XYZ | 13.91 | 16.55 | 13.29 | - |
| YUV | 110.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 95 | 0.14 | 0 | 0.19 | 0.54 | 104.35 | 0.11 | 0.42 |
| Hex | 65 | 76 | 5F | E | 0 | 13 | 36 | 68 | B | 2A |
| Octal | 145 | 166 | 137 | 16 | 0 | 23 | 66 | 150 | 13 | 52 |
| Binary | 1100101 | 1110110 | 1011111 | 1110 | 0 | 10011 | 110110 | 1101000 | 1011 | 101010 |
Color Harmonies of #65765F
Complementary color
Monochromatic Colors of #65765F
Black with #65765F
Text Example
Text Example
White with #65765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65765F; }
p { color: rgb(101,118,95); }
H1.HeaderClassName
{
color: #65765F;
}
.AnyTagClassName
{
color: #65765F;
}
</style>
background-color css
<style>
a { background-color: #65765F; }
a { background-color: rgb(101,118,95); }
div.DivClassName
{
background-color: #65765F;
}
.BgClassName
{
background-color: #65765F;
}
</style>
border-color css
<style>
span { border-color: #65765F; }
span { border-color: rgb(101,118,95); }
td.TdClassName
{
border-color: #65765F;
}
.TagClassName
{
border-color: #65765F;
}
</style>