Shades of Finlandia #6A7965
Tints of Finlandia #6A7965
RGB
CMYK
RGB Variations
Color information
#6A7965 (or 0x6A7965) is known color: Finlandia. HEX triplet: 6A, 79 and 65. RGB value is (106,121,101). Sum of RGB (Red+Green+Blue) = 106+121+101=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7965 is #95869A. Grayscale: #727272. Windows color (decimal): -9799323 or 6650218. OLE color: 6650218.
HSL color Cylindrical-coordinate representation of color #6A7965: hue angle of 105º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A7965 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 101 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.53 |
| HSL | 105º | 0.09% | 0.44% | - |
| HSV(B) | 105º | 0.17% | 0.47% | - |
| XYZ | 15.13 | 17.68 | 14.93 | - |
| YUV | 114.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 101 | 0.12 | 0 | 0.17 | 0.53 | 105 | 0.09 | 0.44 |
| Hex | 6A | 79 | 65 | C | 0 | 11 | 35 | 69 | 9 | 2C |
| Octal | 152 | 171 | 145 | 14 | 0 | 21 | 65 | 151 | 11 | 54 |
| Binary | 1101010 | 1111001 | 1100101 | 1100 | 0 | 10001 | 110101 | 1101001 | 1001 | 101100 |
Color Harmonies of #6A7965
Complementary color
Monochromatic Colors of #6A7965
Black with #6A7965
Text Example
Text Example
White with #6A7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7965; }
p { color: rgb(106,121,101); }
H1.HeaderClassName
{
color: #6A7965;
}
.AnyTagClassName
{
color: #6A7965;
}
</style>
background-color css
<style>
a { background-color: #6A7965; }
a { background-color: rgb(106,121,101); }
div.DivClassName
{
background-color: #6A7965;
}
.BgClassName
{
background-color: #6A7965;
}
</style>
border-color css
<style>
span { border-color: #6A7965; }
span { border-color: rgb(106,121,101); }
td.TdClassName
{
border-color: #6A7965;
}
.TagClassName
{
border-color: #6A7965;
}
</style>