Shades of Finlandia #6A7968
Tints of Finlandia #6A7968
RGB
CMYK
RGB Variations
Color information
#6A7968 (or 0x6A7968) is known color: Finlandia. HEX triplet: 6A, 79 and 68. RGB value is (106,121,104). Sum of RGB (Red+Green+Blue) = 106+121+104=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7968 is #958697. Grayscale: #727272. Windows color (decimal): -9799320 or 6846826. OLE color: 6846826.
HSL color Cylindrical-coordinate representation of color #6A7968: hue angle of 112.94º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A7968 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 104 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.53 |
| HSL | 112.94º | 0.08% | 0.44% | - |
| HSV(B) | 112.94º | 0.14% | 0.47% | - |
| XYZ | 15.28 | 17.74 | 15.72 | - |
| YUV | 114.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 104 | 0.12 | 0 | 0.14 | 0.53 | 112.94 | 0.08 | 0.44 |
| Hex | 6A | 79 | 68 | C | 0 | E | 35 | 71 | 8 | 2C |
| Octal | 152 | 171 | 150 | 14 | 0 | 16 | 65 | 161 | 10 | 54 |
| Binary | 1101010 | 1111001 | 1101000 | 1100 | 0 | 1110 | 110101 | 1110001 | 1000 | 101100 |
Color Harmonies of #6A7968
Complementary color
Monochromatic Colors of #6A7968
Black with #6A7968
Text Example
Text Example
White with #6A7968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7968; }
p { color: rgb(106,121,104); }
H1.HeaderClassName
{
color: #6A7968;
}
.AnyTagClassName
{
color: #6A7968;
}
</style>
background-color css
<style>
a { background-color: #6A7968; }
a { background-color: rgb(106,121,104); }
div.DivClassName
{
background-color: #6A7968;
}
.BgClassName
{
background-color: #6A7968;
}
</style>
border-color css
<style>
span { border-color: #6A7968; }
span { border-color: rgb(106,121,104); }
td.TdClassName
{
border-color: #6A7968;
}
.TagClassName
{
border-color: #6A7968;
}
</style>