Shades of Finlandia #667E60
Tints of Finlandia #667E60
RGB
CMYK
RGB Variations
Color information
#667E60 (or 0x667E60) is known color: Finlandia. HEX triplet: 66, 7E and 60. RGB value is (102,126,96). Sum of RGB (Red+Green+Blue) = 102+126+96=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #667E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E60 is #99819F. Grayscale: #737373. Windows color (decimal): -10060192 or 6323814. OLE color: 6323814.
HSL color Cylindrical-coordinate representation of color #667E60: hue angle of 108º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #667E60 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 96 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.51 |
| HSL | 108º | 0.14% | 0.44% | - |
| HSV(B) | 108º | 0.24% | 0.49% | - |
| XYZ | 15.05 | 18.59 | 13.86 | - |
| YUV | 115.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 96 | 0.19 | 0 | 0.24 | 0.51 | 108 | 0.14 | 0.44 |
| Hex | 66 | 7E | 60 | 13 | 0 | 18 | 33 | 6C | E | 2C |
| Octal | 146 | 176 | 140 | 23 | 0 | 30 | 63 | 154 | 16 | 54 |
| Binary | 1100110 | 1111110 | 1100000 | 10011 | 0 | 11000 | 110011 | 1101100 | 1110 | 101100 |
Color Harmonies of #667E60
Complementary color
Monochromatic Colors of #667E60
Black with #667E60
Text Example
Text Example
White with #667E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E60; }
p { color: rgb(102,126,96); }
H1.HeaderClassName
{
color: #667E60;
}
.AnyTagClassName
{
color: #667E60;
}
</style>
background-color css
<style>
a { background-color: #667E60; }
a { background-color: rgb(102,126,96); }
div.DivClassName
{
background-color: #667E60;
}
.BgClassName
{
background-color: #667E60;
}
</style>
border-color css
<style>
span { border-color: #667E60; }
span { border-color: rgb(102,126,96); }
td.TdClassName
{
border-color: #667E60;
}
.TagClassName
{
border-color: #667E60;
}
</style>