Shades of Finlandia #6A7C66
Tints of Finlandia #6A7C66
RGB
CMYK
RGB Variations
Color information
#6A7C66 (or 0x6A7C66) is known color: Finlandia. HEX triplet: 6A, 7C and 66. RGB value is (106,124,102). Sum of RGB (Red+Green+Blue) = 106+124+102=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7C66 is #958399. Grayscale: #747474. Windows color (decimal): -9798554 or 6716522. OLE color: 6716522.
HSL color Cylindrical-coordinate representation of color #6A7C66: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A7C66 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 124 | 102 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.51 |
| HSL | 109.09º | 0.1% | 0.44% | - |
| HSV(B) | 109.09º | 0.18% | 0.49% | - |
| XYZ | 15.55 | 18.44 | 15.31 | - |
| YUV | 116.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 124 | 102 | 0.15 | 0 | 0.18 | 0.51 | 109.09 | 0.1 | 0.44 |
| Hex | 6A | 7C | 66 | F | 0 | 12 | 33 | 6D | A | 2C |
| Octal | 152 | 174 | 146 | 17 | 0 | 22 | 63 | 155 | 12 | 54 |
| Binary | 1101010 | 1111100 | 1100110 | 1111 | 0 | 10010 | 110011 | 1101101 | 1010 | 101100 |
Color Harmonies of #6A7C66
Complementary color
Monochromatic Colors of #6A7C66
Black with #6A7C66
Text Example
Text Example
White with #6A7C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7C66; }
p { color: rgb(106,124,102); }
H1.HeaderClassName
{
color: #6A7C66;
}
.AnyTagClassName
{
color: #6A7C66;
}
</style>
background-color css
<style>
a { background-color: #6A7C66; }
a { background-color: rgb(106,124,102); }
div.DivClassName
{
background-color: #6A7C66;
}
.BgClassName
{
background-color: #6A7C66;
}
</style>
border-color css
<style>
span { border-color: #6A7C66; }
span { border-color: rgb(106,124,102); }
td.TdClassName
{
border-color: #6A7C66;
}
.TagClassName
{
border-color: #6A7C66;
}
</style>