Shades of Finlandia #667F5F
Tints of Finlandia #667F5F
RGB
CMYK
RGB Variations
Color information
#667F5F (or 0x667F5F) is known color: Finlandia. HEX triplet: 66, 7F and 5F. RGB value is (102,127,95). Sum of RGB (Red+Green+Blue) = 102+127+95=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #667F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F5F is #9980A0. Grayscale: #737373. Windows color (decimal): -10059937 or 6258534. OLE color: 6258534.
HSL color Cylindrical-coordinate representation of color #667F5F: hue angle of 106.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667F5F is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 95 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.50 |
| HSL | 106.88º | 0.14% | 0.44% | - |
| HSV(B) | 106.88º | 0.25% | 0.5% | - |
| XYZ | 15.13 | 18.83 | 13.66 | - |
| YUV | 115.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 95 | 0.20 | 0 | 0.25 | 0.50 | 106.88 | 0.14 | 0.44 |
| Hex | 66 | 7F | 5F | 14 | 0 | 19 | 32 | 6B | E | 2C |
| Octal | 146 | 177 | 137 | 24 | 0 | 31 | 62 | 153 | 16 | 54 |
| Binary | 1100110 | 1111111 | 1011111 | 10100 | 0 | 11001 | 110010 | 1101011 | 1110 | 101100 |
Color Harmonies of #667F5F
Complementary color
Monochromatic Colors of #667F5F
Black with #667F5F
Text Example
Text Example
White with #667F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F5F; }
p { color: rgb(102,127,95); }
H1.HeaderClassName
{
color: #667F5F;
}
.AnyTagClassName
{
color: #667F5F;
}
</style>
background-color css
<style>
a { background-color: #667F5F; }
a { background-color: rgb(102,127,95); }
div.DivClassName
{
background-color: #667F5F;
}
.BgClassName
{
background-color: #667F5F;
}
</style>
border-color css
<style>
span { border-color: #667F5F; }
span { border-color: rgb(102,127,95); }
td.TdClassName
{
border-color: #667F5F;
}
.TagClassName
{
border-color: #667F5F;
}
</style>