Shades of Finlandia #6B7A67
Tints of Finlandia #6B7A67
RGB
CMYK
RGB Variations
Color information
#6B7A67 (or 0x6B7A67) is known color: Finlandia. HEX triplet: 6B, 7A and 67. RGB value is (107,122,103). Sum of RGB (Red+Green+Blue) = 107+122+103=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A67 is #948598. Grayscale: #737373. Windows color (decimal): -9733529 or 6781547. OLE color: 6781547.
HSL color Cylindrical-coordinate representation of color #6B7A67: hue angle of 107.37º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B7A67 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 103 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.52 |
| HSL | 107.37º | 0.08% | 0.44% | - |
| HSV(B) | 107.37º | 0.16% | 0.48% | - |
| XYZ | 15.47 | 18.02 | 15.5 | - |
| YUV | 115.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 103 | 0.12 | 0 | 0.16 | 0.52 | 107.37 | 0.08 | 0.44 |
| Hex | 6B | 7A | 67 | C | 0 | 10 | 34 | 6B | 8 | 2C |
| Octal | 153 | 172 | 147 | 14 | 0 | 20 | 64 | 153 | 10 | 54 |
| Binary | 1101011 | 1111010 | 1100111 | 1100 | 0 | 10000 | 110100 | 1101011 | 1000 | 101100 |
Color Harmonies of #6B7A67
Complementary color
Monochromatic Colors of #6B7A67
Black with #6B7A67
Text Example
Text Example
White with #6B7A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A67; }
p { color: rgb(107,122,103); }
H1.HeaderClassName
{
color: #6B7A67;
}
.AnyTagClassName
{
color: #6B7A67;
}
</style>
background-color css
<style>
a { background-color: #6B7A67; }
a { background-color: rgb(107,122,103); }
div.DivClassName
{
background-color: #6B7A67;
}
.BgClassName
{
background-color: #6B7A67;
}
</style>
border-color css
<style>
span { border-color: #6B7A67; }
span { border-color: rgb(107,122,103); }
td.TdClassName
{
border-color: #6B7A67;
}
.TagClassName
{
border-color: #6B7A67;
}
</style>