Shades of Finlandia #677F61
Tints of Finlandia #677F61
RGB
CMYK
RGB Variations
Color information
#677F61 (or 0x677F61) is known color: Finlandia. HEX triplet: 67, 7F and 61. RGB value is (103,127,97). Sum of RGB (Red+Green+Blue) = 103+127+97=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 127 - color contains mainly: green. Hex color #677F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F61 is #98809E. Grayscale: #747474. Windows color (decimal): -9994399 or 6389607. OLE color: 6389607.
HSL color Cylindrical-coordinate representation of color #677F61: hue angle of 108º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #677F61 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 97 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.50 |
| HSL | 108º | 0.13% | 0.44% | - |
| HSV(B) | 108º | 0.24% | 0.5% | - |
| XYZ | 15.34 | 18.93 | 14.15 | - |
| YUV | 116.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 97 | 0.19 | 0 | 0.24 | 0.50 | 108 | 0.13 | 0.44 |
| Hex | 67 | 7F | 61 | 13 | 0 | 18 | 32 | 6C | D | 2C |
| Octal | 147 | 177 | 141 | 23 | 0 | 30 | 62 | 154 | 15 | 54 |
| Binary | 1100111 | 1111111 | 1100001 | 10011 | 0 | 11000 | 110010 | 1101100 | 1101 | 101100 |
Color Harmonies of #677F61
Complementary color
Monochromatic Colors of #677F61
Black with #677F61
Text Example
Text Example
White with #677F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F61; }
p { color: rgb(103,127,97); }
H1.HeaderClassName
{
color: #677F61;
}
.AnyTagClassName
{
color: #677F61;
}
</style>
background-color css
<style>
a { background-color: #677F61; }
a { background-color: rgb(103,127,97); }
div.DivClassName
{
background-color: #677F61;
}
.BgClassName
{
background-color: #677F61;
}
</style>
border-color css
<style>
span { border-color: #677F61; }
span { border-color: rgb(103,127,97); }
td.TdClassName
{
border-color: #677F61;
}
.TagClassName
{
border-color: #677F61;
}
</style>