Shades of Finlandia #6C7769
Tints of Finlandia #6C7769
RGB
CMYK
RGB Variations
Color information
#6C7769 (or 0x6C7769) is known color: Finlandia. HEX triplet: 6C, 77 and 69. RGB value is (108,119,105). Sum of RGB (Red+Green+Blue) = 108+119+105=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7769 is #938896. Grayscale: #727272. Windows color (decimal): -9668759 or 6911852. OLE color: 6911852.
HSL color Cylindrical-coordinate representation of color #6C7769: hue angle of 107.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C7769 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 119 | 105 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.53 |
| HSL | 107.14º | 0.06% | 0.44% | - |
| HSV(B) | 107.14º | 0.12% | 0.47% | - |
| XYZ | 15.33 | 17.4 | 15.92 | - |
| YUV | 114.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 119 | 105 | 0.09 | 0 | 0.12 | 0.53 | 107.14 | 0.06 | 0.44 |
| Hex | 6C | 77 | 69 | 9 | 0 | C | 35 | 6B | 6 | 2C |
| Octal | 154 | 167 | 151 | 11 | 0 | 14 | 65 | 153 | 6 | 54 |
| Binary | 1101100 | 1110111 | 1101001 | 1001 | 0 | 1100 | 110101 | 1101011 | 110 | 101100 |
Color Harmonies of #6C7769
Complementary color
Monochromatic Colors of #6C7769
Black with #6C7769
Text Example
Text Example
White with #6C7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7769; }
p { color: rgb(108,119,105); }
H1.HeaderClassName
{
color: #6C7769;
}
.AnyTagClassName
{
color: #6C7769;
}
</style>
background-color css
<style>
a { background-color: #6C7769; }
a { background-color: rgb(108,119,105); }
div.DivClassName
{
background-color: #6C7769;
}
.BgClassName
{
background-color: #6C7769;
}
</style>
border-color css
<style>
span { border-color: #6C7769; }
span { border-color: rgb(108,119,105); }
td.TdClassName
{
border-color: #6C7769;
}
.TagClassName
{
border-color: #6C7769;
}
</style>