Shades of Finlandia #6A7669
Tints of Finlandia #6A7669
RGB
CMYK
RGB Variations
Color information
#6A7669 (or 0x6A7669) is known color: Finlandia. HEX triplet: 6A, 76 and 69. RGB value is (106,118,105). Sum of RGB (Red+Green+Blue) = 106+118+105=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7669 is #958996. Grayscale: #707070. Windows color (decimal): -9800087 or 6911594. OLE color: 6911594.
HSL color Cylindrical-coordinate representation of color #6A7669: hue angle of 115.38º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A7669 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 118 | 105 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.54 |
| HSL | 115.38º | 0.06% | 0.44% | - |
| HSV(B) | 115.38º | 0.11% | 0.46% | - |
| XYZ | 14.97 | 17.04 | 15.86 | - |
| YUV | 112.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 105 | 0.10 | 0 | 0.11 | 0.54 | 115.38 | 0.06 | 0.44 |
| Hex | 6A | 76 | 69 | A | 0 | B | 36 | 73 | 6 | 2C |
| Octal | 152 | 166 | 151 | 12 | 0 | 13 | 66 | 163 | 6 | 54 |
| Binary | 1101010 | 1110110 | 1101001 | 1010 | 0 | 1011 | 110110 | 1110011 | 110 | 101100 |
Color Harmonies of #6A7669
Complementary color
Monochromatic Colors of #6A7669
Black with #6A7669
Text Example
Text Example
White with #6A7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7669; }
p { color: rgb(106,118,105); }
H1.HeaderClassName
{
color: #6A7669;
}
.AnyTagClassName
{
color: #6A7669;
}
</style>
background-color css
<style>
a { background-color: #6A7669; }
a { background-color: rgb(106,118,105); }
div.DivClassName
{
background-color: #6A7669;
}
.BgClassName
{
background-color: #6A7669;
}
</style>
border-color css
<style>
span { border-color: #6A7669; }
span { border-color: rgb(106,118,105); }
td.TdClassName
{
border-color: #6A7669;
}
.TagClassName
{
border-color: #6A7669;
}
</style>