Shades of Finlandia #6B7B66
Tints of Finlandia #6B7B66
RGB
CMYK
RGB Variations
Color information
#6B7B66 (or 0x6B7B66) is known color: Finlandia. HEX triplet: 6B, 7B and 66. RGB value is (107,123,102). Sum of RGB (Red+Green+Blue) = 107+123+102=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7B66 is #948499. Grayscale: #737373. Windows color (decimal): -9733274 or 6716267. OLE color: 6716267.
HSL color Cylindrical-coordinate representation of color #6B7B66: hue angle of 105.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B7B66 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 123 | 102 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.52 |
| HSL | 105.71º | 0.09% | 0.44% | - |
| HSV(B) | 105.71º | 0.17% | 0.48% | - |
| XYZ | 15.54 | 18.25 | 15.27 | - |
| YUV | 115.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 102 | 0.13 | 0 | 0.17 | 0.52 | 105.71 | 0.09 | 0.44 |
| Hex | 6B | 7B | 66 | D | 0 | 11 | 34 | 6A | 9 | 2C |
| Octal | 153 | 173 | 146 | 15 | 0 | 21 | 64 | 152 | 11 | 54 |
| Binary | 1101011 | 1111011 | 1100110 | 1101 | 0 | 10001 | 110100 | 1101010 | 1001 | 101100 |
Color Harmonies of #6B7B66
Complementary color
Monochromatic Colors of #6B7B66
Black with #6B7B66
Text Example
Text Example
White with #6B7B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B66; }
p { color: rgb(107,123,102); }
H1.HeaderClassName
{
color: #6B7B66;
}
.AnyTagClassName
{
color: #6B7B66;
}
</style>
background-color css
<style>
a { background-color: #6B7B66; }
a { background-color: rgb(107,123,102); }
div.DivClassName
{
background-color: #6B7B66;
}
.BgClassName
{
background-color: #6B7B66;
}
</style>
border-color css
<style>
span { border-color: #6B7B66; }
span { border-color: rgb(107,123,102); }
td.TdClassName
{
border-color: #6B7B66;
}
.TagClassName
{
border-color: #6B7B66;
}
</style>