Shades of Finlandia #6C7968
Tints of Finlandia #6C7968
RGB
CMYK
RGB Variations
Color information
#6C7968 (or 0x6C7968) is known color: Finlandia. HEX triplet: 6C, 79 and 68. RGB value is (108,121,104). Sum of RGB (Red+Green+Blue) = 108+121+104=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7968 is #938697. Grayscale: #737373. Windows color (decimal): -9668248 or 6846828. OLE color: 6846828.
HSL color Cylindrical-coordinate representation of color #6C7968: hue angle of 105.88º 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 #6C7968 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 121 | 104 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.53 |
| HSL | 105.88º | 0.08% | 0.44% | - |
| HSV(B) | 105.88º | 0.14% | 0.47% | - |
| XYZ | 15.52 | 17.86 | 15.73 | - |
| YUV | 115.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 104 | 0.11 | 0 | 0.14 | 0.53 | 105.88 | 0.08 | 0.44 |
| Hex | 6C | 79 | 68 | B | 0 | E | 35 | 6A | 8 | 2C |
| Octal | 154 | 171 | 150 | 13 | 0 | 16 | 65 | 152 | 10 | 54 |
| Binary | 1101100 | 1111001 | 1101000 | 1011 | 0 | 1110 | 110101 | 1101010 | 1000 | 101100 |
Color Harmonies of #6C7968
Complementary color
Monochromatic Colors of #6C7968
Black with #6C7968
Text Example
Text Example
White with #6C7968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7968; }
p { color: rgb(108,121,104); }
H1.HeaderClassName
{
color: #6C7968;
}
.AnyTagClassName
{
color: #6C7968;
}
</style>
background-color css
<style>
a { background-color: #6C7968; }
a { background-color: rgb(108,121,104); }
div.DivClassName
{
background-color: #6C7968;
}
.BgClassName
{
background-color: #6C7968;
}
</style>
border-color css
<style>
span { border-color: #6C7968; }
span { border-color: rgb(108,121,104); }
td.TdClassName
{
border-color: #6C7968;
}
.TagClassName
{
border-color: #6C7968;
}
</style>