Shades of Finlandia #6A7A65
Tints of Finlandia #6A7A65
RGB
CMYK
RGB Variations
Color information
#6A7A65 (or 0x6A7A65) is known color: Finlandia. HEX triplet: 6A, 7A and 65. RGB value is (106,122,101). Sum of RGB (Red+Green+Blue) = 106+122+101=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7A65 is #95859A. Grayscale: #727272. Windows color (decimal): -9799067 or 6650474. OLE color: 6650474.
HSL color Cylindrical-coordinate representation of color #6A7A65: hue angle of 105.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A7A65 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 122 | 101 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.52 |
| HSL | 105.71º | 0.09% | 0.44% | - |
| HSV(B) | 105.71º | 0.17% | 0.48% | - |
| XYZ | 15.25 | 17.92 | 14.97 | - |
| YUV | 114.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 101 | 0.13 | 0 | 0.17 | 0.52 | 105.71 | 0.09 | 0.44 |
| Hex | 6A | 7A | 65 | D | 0 | 11 | 34 | 6A | 9 | 2C |
| Octal | 152 | 172 | 145 | 15 | 0 | 21 | 64 | 152 | 11 | 54 |
| Binary | 1101010 | 1111010 | 1100101 | 1101 | 0 | 10001 | 110100 | 1101010 | 1001 | 101100 |
Color Harmonies of #6A7A65
Complementary color
Monochromatic Colors of #6A7A65
Black with #6A7A65
Text Example
Text Example
White with #6A7A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7A65; }
p { color: rgb(106,122,101); }
H1.HeaderClassName
{
color: #6A7A65;
}
.AnyTagClassName
{
color: #6A7A65;
}
</style>
background-color css
<style>
a { background-color: #6A7A65; }
a { background-color: rgb(106,122,101); }
div.DivClassName
{
background-color: #6A7A65;
}
.BgClassName
{
background-color: #6A7A65;
}
</style>
border-color css
<style>
span { border-color: #6A7A65; }
span { border-color: rgb(106,122,101); }
td.TdClassName
{
border-color: #6A7A65;
}
.TagClassName
{
border-color: #6A7A65;
}
</style>